[PHP] suppressing errors

2002-07-25 Thread Preston Wade
Hello All, I am trying to use the "@" symbol to suppress errors returned by a mysql_query call. This doesn't seem to be working as I get an new page with the error in it in my browser. Any help with this would be greatly appreciated. Here is a snippet of the code I am using $query = "se

RE: [PHP] suppressing errors

2002-07-25 Thread Preston Wade
ks for the response. Thanks, Preston > -Original Message- > From: "1LT John W. Holmes" <[EMAIL PROTECTED]>@INTERNET@HHC > Sent: Thursday, July 25, 2002 2:53 PM > To: Preston Wade; [EMAIL PROTECTED] > Subject: Re: [PHP] suppressing errors > >

[PHP] isset

2002-07-09 Thread Preston Wade
Hello All, I am trying to use the isset function to test if the page has been submitted, but it seems as though it is not working. I am wondering is there a configuration option that is messing with the functionality of isset. Any help would be appreciated. Thanks, Preston Wade -- PHP

RE: [PHP] isset

2002-07-09 Thread Preston Wade
HTML form. register_globals is off. Thanks, Preston > -Original Message- > From: "Jim lucas" <[EMAIL PROTECTED]>@INTERNET@HHC > Sent: Tuesday, July 09, 2002 5:29 PM > To: Preston Wade; [EMAIL PROTECTED] > Subject: Re: [PHP] isset > > <

RE: [PHP] Re: isset

2002-07-09 Thread Preston Wade
#x27;re trying to do is > > if($REQUEST_METHOD == "POST") > { > echo "Form has been submitted."; > exit; > } > else > { > echo "Display the form that has to be submitted.': > exit; > } > ?> > > > "Preston Wa

RE: [PHP] isset

2002-07-09 Thread Preston Wade
This is what I was looking for. Thanks! Preston > -Original Message- > From: "Kevin Stone" <[EMAIL PROTECTED]>@INTERNET@HHC > Sent: Tuesday, July 09, 2002 5:37 PM > To: Preston Wade; [EMAIL PROTECTED] > Subject: Re: [PHP] isset > > &l

[PHP] multiple select list

2002-04-18 Thread Preston Wade
Hello All, I have seen what I am trying to do on other web sites, but they were written in client side scripting languages. This may or may not be a limitation of server side scripting languages. What I am trying to do is dynamically generate 2 drop down list. I want the second list to cont