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

2003-06-06 Thread Fulco of Scarborough
net [EMAIL 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

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

2003-06-05 Thread Becoming Digital
. " R" . " S" . " T" . " U" . " V" . " W" . " X" . " Y" . " Z" . "" . " " . " &

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 incorrect

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 lin

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

[PHP-DB] PHP/Mysql Script help.

2003-06-05 Thread Fulco of Scarborough
Greeting everyone, my name is Jason and I am sorry for bugging you since you probably get a ton of these emails, but I was hoping you all might be able to help me. 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