Summary: Im trying to make a logon script in PHP. When I run the webpage i get an error that says: [error] mysql_numrows(): supplied argument is not a valid My...
Summary: Hello all. I've finally got my photo gallery up and running. I've verified that it does in fact work, but today I noticed a bunch of errors in my syst...
Summary: Hi guys, I am getting real aggravated at this, I think it has something to do with the version of mysql I am running. I can connect to the DB no probl...
Summary: hi, i have installed PHP 4.3.5 on IIS 6. I have turned on the error report in the php.ini file. Did i miss anything? there is no error report here. ju...
Summary: Since you are wanting to open an HTML page and not a PHP page I am assuming you are not passing any form data to it. If that is the case you do not ne...
Summary: Hi, I have a web form I am trying to test. It just gets values from fields and emails them. I get this error: Failed to connect to mailserver at "lo...
Summary: Here's a simple hit counter in PHP: <?php //Path to counter file $file = "count.dat"; //Get number of hits at the moment $counter = file_get_conten...
Summary: DrS- No...If going to the URL places a cookie on the user's computer, then the PHP way I mentioned won't work. This is because the server is the one ...
Summary: I've run in to a problem with the ereg_replace feature in php. I want to replace a variable in a string with a value in a constant. I've got it to sea...
Summary: Hi all, These four characters " ' \ and null in PHP makes me very confused. Can some give me explain these with simple examples or give me poiniter ...
Summary: Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ...
Summary: i want to know whats my error in that if($title != "" && $url != "" && $email != "" && $banner != "") //fields must not be blank cause im getting this...
Summary: 4. the counter.php shows "document.write("277 Hits"); " and it counts properly as i reload the php file as well as the txt file. hi, first, try to cr...
Summary: Hi I have coffecup form builder. I used it to create a swf contact form on one site and it worked fine. I have the form redirect to a thank you page. ...
Summary: I am trying to write to a directory using PHP5. The commands I am using are : $fp = fopen("$DOCUMENT_ROOT/../orders/orders.txt", "ab"); $fp = fopen("$...
Summary: Jamie You've figured out the problem but are going down the wrong path for the solution. Getting your page to ignore errors is not a good solution. M...
Summary: Hey; I just started learning PHP so this is probably an easy question to you guru's. Im following SAMS PHP in 24 hrs. One of the .php files in the exa...
Summary: Hello everyone, I have been trying to write a simple code that reads and RSS feed from yahoo! website and parses it and writes the contents on a new p...
Summary: im trying to get a class to work in php (v4.4.1 on a linux server which i've been using for years), with public, private and static instance variables...
Summary: I'm using PHP and mysql. I'm having a problem figuring out how to handle mysql errors and warnings. For example, if I have trouble connecting to the d...
Summary: Hi everyone! My problem is that, I am trying to write a file using PHP and there are 3 inputs to the file "HEADLINE, BODY and LINK". I want to stor th...
Summary: I am new to PHP. i have a problem using sessions.I had used sessions in my PHP code.Now when i bookmark a page from my website and close the site with...