[PHP-DB] 'Page can not be displayed' when hitting the back button

2005-02-13 Thread Jason Walker
the POST DATA message stating that post data has already been sent, blah blah blah. In IE, I get the Page Can Not Be Display. I am just curious if anyone else has come across this and if they found a solution/cause. Thanks. Jason Walker

RE: [PHP-DB] 'Page can not be displayed' when hitting the back button

2005-02-13 Thread Jason Walker
security issues. I did find some stuff about this affecting downloads, but there are no downloads through PHP pages. Thanks. -Original Message- From: Jason Walker [mailto:[EMAIL PROTECTED] Sent: Sunday, February 13, 2005 7:17 PM To: php-db@lists.php.net Subject: [PHP-DB] 'Page can

RE: [PHP-DB] PHP query to mysql database returns emtpy data, but Query Browser shows records

2005-01-06 Thread Jason Walker
category like '39%47%48%172' There is something between each element, but PHP can not seem to handle the third empty space. Thanks to all for your help and ideas! Jason Walker [EMAIL PROTECTED] http://www.desktophero.com -Original Message- From: graeme [mailto:[EMAIL PROTECTED] Sent

RE: [PHP-DB] SQL statement

2005-01-06 Thread Jason Walker
First off - $_POST['CompanyName'] is valid, right? Can you do something like this?: if (isset($_POST['CompanyName'])){ $sqlCompanyName = $_POST['CompanyName']; } else { return them back to the form, or something? } $query_company_listing = SELECT CompanyID, CompanyName,

[PHP-DB] PHP query to mysql database returns emtpy data, but Query Browser shows records

2005-01-05 Thread Jason Walker
. Jason Walker [EMAIL PROTECTED] http://www.desktophero.com No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.298 / Virus Database: 265.6.8 - Release Date: 1/3/2005 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP-DB] MYSQL Maximum Time Exceeded

2004-12-15 Thread Jason Walker
This not be what you need, but I think there are some squiggle brackets missing. $conexion = mysql_connect(servername,username,password); ?php If (!$conexion){ Echo Error connecting.; } ? Again, I don't think this is the root of the problem but it's the first thing that popped out