RE: [PHP-DB] Concatenate two strings

2003-01-16 Thread Richard Allinson
Mine is as follows $valor = $valor1.$valor2; or $valor = $valor1$valor2; -Original Message- From: Fred Wright [mailto:[EMAIL PROTECTED]] Sent: 16 January 2003 11:54 To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Concatenate two strings On mine its just $valor1$valor2 Mark Snijders

RE: [PHP-DB] Slashed being added..

2003-01-15 Thread Richard Allinson
stripcslashes (string str) Ric -Original Message- From: Aaron Wolski [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 16:38 To: [EMAIL PROTECTED] Subject: [PHP-DB] Slashed being added.. Hi All.. Quick q here as I cannot remember how to prevent this. Customer is entering their name

RE: [PHP-DB] Re: Flat File Upload..HELP!

2003-01-06 Thread Richard Allinson
Check your files size resriction. It seems the file is not even leaving the client. input type=hidden name=MAX_FILE_SIZE value= 1000 1000 = 1K Ric J . Keith Tew wrote: I know this is not technically a DB question but thought someone may be able to help with this. I have tried