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
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
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:
3 matches
Mail list logo