[PHP] Re: Forms and Results with PHP

2001-12-06 Thread Chris Noble
Have it check to see if the submit button has been clicked. such as the name attribute you use on it. like if(!isset($HTTP_POST_VARS[submit])) { header("Location: formpage.php"); } Chris N. "Ben Clumeck" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I ha

[PHP] Xml Parse Extended Chars

2001-12-05 Thread Chris Noble
try and run xml parse on that I get the error code of "undefined entity at line 108". Has anyone ran into this problem before or know a solution to handle these issues? Chris Noble -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona