Greetings,
Is there a performance penalty for having
magic_quotes_runtime
turned on all the time?
Thanks,
Paul
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hey there,
I have around 50 checkboxes on an HTML form. Their "value" is "1". So,
when a user check the box, then no problem -- the value returned by the
form is "1" and I can enter that into my SQL database.
HOWEVER...
If the user does not check the box, I'm in trouble, because the "value"
does
t appears to be an
ordinary link (text or picture) and have that click "POST" my
action=add_event to myevts.php.
Any ideas?
Thanks,
Paul Kaiser
--
Illini Media: 265-9844
Home: 351-8149
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
global $evtredir_site;
echo "TestGlobal: '$evtredir_site'\n";
}
When I do "testGlobal();" I get:
TestGloal: ''
Showing me that the function testGlobal thinks that $everedir_site is empty.
What have I done wrong here??
Thanks,
Paul Kaiser
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
4 matches
Mail list logo