RE: [PHP-DB] PHP/Mysql Script help.

2003-06-06 Thread Fulco of Scarborough
PROTECTED] Vincit imitationem veritas. -Original Message- From: Becoming Digital [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 4:59 AM To: 'PHP-DB' Subject: Re: [PHP-DB] PHP/Mysql Script help. I debugged the code and there were a slew of errors. I've fixed all but one, which

Re: [PHP-DB] PHP/Mysql Script help.

2003-06-05 Thread Becoming Digital
PROTECTED] To: 'PHP-DB' [EMAIL PROTECTED] Sent: Thursday, 05 June, 2003 00:25 Subject: Re: [PHP-DB] PHP/Mysql Script help. I have still been getting errors, so here goes again. I am attempting to design a script that presents the user with a form with 26 letters to choose from. When they pick

Re: [PHP-DB] PHP/Mysql Script help.

2003-06-05 Thread heilo
hi! wow - cool code! it is very well structured i think (i like it ;-)! i just would change 2 little details (thats only what i'd do): if($id) is not enough for me - first of all i want that it can only be transportet by GET. secondly i do not want people trying to hack my mysql-server with some

Re: [PHP-DB] PHP/Mysql Script help.

2003-06-05 Thread Fulco of Scarborough
I have still been getting errors, so here goes again. I am attempting to design a script that presents the user with a form with 26 letters to choose from. When they pick a letter I want it to take them to a list of all the entries in my database that begin with the letter they selected in

Re: [PHP-DB] PHP/Mysql Script help.

2003-06-05 Thread Jason Wong
On Thursday 05 June 2003 12:25, Fulco of Scarborough wrote: I have still been getting errors, so here goes again. [snip] I am still getting Parse error: parse error, unexpected T_STRING in /home/wwwfulc/public_html/st/races.php on line 38 Parse error means that you have written incorrectly