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: 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: Here is a possible frameset solution (in case boa's setup doesn't work with mine or anonproxy's GET method.) This is O.K., it's at least more transpar...
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: 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: I want to use crystal report in VB.NET.But the problem is I am not able to change the query associated with crystalreport control, at run time. Can yo...
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: 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: hey guys I am getting an unexpected error message fo the following coed, any ideas... <body> <?php include("includes/open_db.php"); $result ...
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: Look in your php.ini-file for the section which I copied and pasted below. Warnings can be surpressed, but fatal errors (like parsing errors) cannot a...
Summary: Hello, I am trying to learn PHP and I tried following code and got this error "Parse error: parse error, unexpected '`' in (PathToPHPFile) on line 22"...
Summary: on loading oscommerce page, i get this on screen 'FATAL ERROR: register_globals is disabled in php.ini, please enable it!' and then loading phpmyadmin...
Summary: A few things: 1) Eitehr you are not connecting to the database or you did not include the code in your post. 2) You should always include error handli...
Summary: The closest I've come to getting this to work on my site is the image loads, swaps out to nothing. www.milfordjournal.com/newindex3.html thanks for ...
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: Wild guess... perhaps the machine running the php-engine is an oldie with little memory? Any error messages in $_FILES['userfile']['error'] wich may p...
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...