Hi,
I have a calendar script which I wrote with the following section of code.
if ($HTTP_POST_VARS["ACTION"]=="DELETE" &&
$HTTP_POST_VARS["MsgId"]!="" &&
ereg("^([0-9])+$",$HTTP_POST_VARS["MsgId"]) ) {
$sqltxt1="delete from CalendarData where ID='".
$HTTP_POST_VARS["M
step
is to search for what is causing this odd behavior? Any suggestions about a
better place to ask?
Thanks for any help
Chris Francy
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
2 matches
Mail list logo