[PHP] RE: Quotes """ in form textarea fields

2004-10-08 Thread Jensen, Kimberlee
Yes, the magic quotes will get you, but they are meant to "protect" you. Either 1. Go into php.ini and disable them 2. Create an include file that you include in each script, in it, use ini_set() to disable magic quotes at run time http://us2.php.net/manual/en/function.ini-set.php -Origina

[PHP] RE: displaying blob images from a mssql db

2004-10-07 Thread Jensen, Kimberlee
Most often, when people are storing an binary file in a db, they are storing the absolute path to the file on the file system instead. So it should be as simple as extracting the file path from the database, using the copy() function to copy that file from the original file path to a location so

[PHP] Naming conventions

2004-10-01 Thread Jensen, Kimberlee
What do you use for your naming conventions for variables functions classes I'm trying to tell my students what the standard is currently. Are people using camel case or underscores or both? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Fri 10/1/2004 11: