Navigation |
PHP AggregatorAccess denied using password YES (no replies)Submitted by sudeepg on Fri, 08/15/2008 - 12:03.
I get error "That Access denied using password Yes when uploading excel file.But the Code work perfect in my local machine!Take a look of this peace of code and help me solve this if(isset($_POST['upload'])) ( categories: )
What is Faster? (1 reply)Submitted by sudeepg on Fri, 08/15/2008 - 08:41.
I was wondering wich result is better for my friend list... select * from friend where login='fever' will have 200 results or is it better that I put in an array and split it in php for example ¦me¦you¦fever¦webmaster¦world¦ select * from friend where login='fever' will have 1 results $friends=split("\¦",$qeuryresults); and loop them out...? ( categories: )
SELECT a blob (1 reply)Submitted by sudeepg on Fri, 08/15/2008 - 08:32.
Hey guys, How do I bring a mediumblob from my table into php? ( categories: )
Need to delete specific records in My SQL DB (1 reply)Submitted by sudeepg on Fri, 08/15/2008 - 08:28.
Hi, I am a newbee as far as My SQL is concerned. I bought a website with a database full of products. I'd like to delete specific records. I want to delete those records with a price less than $4.95 and all products that don't have a photo. The table is called 'goods' Price is in the 'price' field ie. $6.95 is 695 Product photo is in the 'photoUrl' field ie. http://www.site.com/pic.jpg. The field is empty if no photo exists. ( categories: )
Does PHP wait? (no replies)Submitted by sudeepg on Thu, 08/14/2008 - 17:34.
Hi! I have a php class that validates user submited content. It goes something like this: $var = $validate->fct($_POST['something']);
function fct($var){
//validates data
if($noproblem){
return $var;
}else{
//logout the user and exit();
}
}
( categories: )
Known limitations of SELECT ... WHERE ... IN ()? (2 replies)Submitted by sudeepg on Thu, 08/14/2008 - 17:34.
Below I have some PHP code which is a loop to go through and delete a series of users; however, it seems to fail when $in is too large. I'm trying to figure out what determines too large? Is it a PHP issue of the variable being too long? Is it a MySQL issue of how big $in can be? If I can figure it out what/where the limitation is then I could probably program around it by dumping $in into an array and processing it in chunks. Any suggestions or ideas would be appreciated? Peace - Anthony Borrow, SJ --- code segment --- ( categories: )
Editting database on server in control panel (no replies)Submitted by sudeepg on Thu, 08/14/2008 - 03:13.
Hi Guys Could anyone help me, How can I edit database in a live project by entering into cpanel of server? Any suggestion will be appreciated.Thanks Raj ( categories: )
Dreamweaver Local->Remote (1 reply)Submitted by sudeepg on Wed, 08/13/2008 - 20:03.
I have site set up in Dreamweaver, have local host running (wampserver2.0) with pphpmyadmin and everything..Database and recordset are fine, populated locally. What exactly do I need to do to have the site, when uploaded to my 1and1 server, connect & populate the mySQL database on my 1and1 server?? Would love any info I can get. Thanks all! ( categories: )
PHP QueryString (1 reply)Submitted by sudeepg on Tue, 08/12/2008 - 22:35.
Hi, I am new to using MYSQL with PHP, I am trying to create an inventory webpage for our intranet system, currently I have: =========================== echo(' '); |
echo($ypArray['COMPUTER_NAME']); echo(' '); |
echo($ypArray['DEPARTMENT_ID']); ( categories: )
cpu overload (1 reply)Submitted by sudeepg on Tue, 08/12/2008 - 09:25.
Hello, firstly, i am sorry for my english ! I have a cpu overload during 20 secondes each minute ! # Time: 080805 9:53:45 here is my configuration file : # * Fine Tuning ( categories: )
|
Active forum topicsUser login |
Recent comments
12 weeks 6 days ago
26 weeks 2 days ago
41 weeks 6 days ago
41 weeks 6 days ago
43 weeks 22 hours ago
49 weeks 2 days ago
49 weeks 2 days ago
51 weeks 5 days ago
1 year 38 min ago
1 year 1 hour ago