Re: [PHP] variables??

2003-03-25 Thread Dave O'Meara
It is considered more secure to declare the variable explicitly. $var = $_GET[var]; I'm having a problem with form data being recognized by a php script. If I send information with a GET the variable data appears in $GET[var] but not $var. -- PHP General Mailing List

Re: [PHP] Capitalising Personal Names

2003-02-28 Thread Dave O'Meara
-entering the name. } Then what goes into the database is either a) standard format, or b) has been confirmed by the user. Dave O'Meara Jon Haworth [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi Danny, I need to clean up the capitalisation of user-entered personal names