[PHP] strange problem, seems to be related to the character '$'

2005-03-31 Thread Chris Francy
have any guesses, or hints about what the next 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

[PHP] Redirect Problems w/netscape

2001-07-20 Thread Chris Francy
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[MsgId].';