Re: [PHP-WIN] Database Problem

2005-05-22 Thread Trystano
Also, try using print mysql_error(); after running the query. This will spit out any error thats have occurred. Thanks Tryst

Re: [PHP-WIN] Database Problem

2005-05-20 Thread graeme
In short, there isn't a restriction to the number of iterations. So I suspect it's something to do with you code. Can I make the following suggestions 1) assign the SQL statement into a variable $SQL, for example. Print that out before your call to mysql_query() echo $SQL . ""; $result = mys

RE: [PHP-WIN] Database Problem

2005-05-20 Thread Huebel, Jens
ess to the data via $row['Name'] and so on... } ...echo table footer here... -Ursprüngliche Nachricht- Von: John [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 18. Mai 2005 22:52 An: php-windows@lists.php.net Betreff: [SPAMVERDACHT] - [PHP-WIN] Database Problem - Bayesian Filter d

[PHP-WIN] Database Problem

2005-05-19 Thread John
I have code that querys a mysql server and then presents the result in a table. The code works fine until I put it in a for loop to get one row at a time. The problem is that I dont get the required result or any error message. If I reduce the number of iterations or decrease the amount of data