Re: [PHP] Mail Function

2001-04-11 Thread RealGM
Thanks for the reply... It comes back mail sent, but nothing is actually arriving.. - Original Message - From: Zeus <[EMAIL PROTECTED]> To: RealGM <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 7:29 PM Subject: Re: [PHP] Mail Function >

[PHP] Mail Function

2001-04-11 Thread RealGM
Hi, Tonight was my first attempt at using the mail() function, and running the script I had no problems with execution. Everything seemed to go smoothly, except for one thing. I never received an email. I have consulted the manual and found nothing on the questions I am about to ask. Is t

[PHP] Back Button Dilemma's

2001-04-09 Thread RealGM
)? Is there any way to detect that the back button/option has been selected and display a "warning" type page before going back to where the user is? The forward counter action does not really fix my problem. Thanks, Michael. Chief Information Officer, RealGM, Inc. http://www.realgm.com

[PHP] Dynamic Arrays?

2001-03-15 Thread RealGM
Hi, I have a bit of a dilemma. I have a number of array attributes, eg. $arrayname["var1"], $arrayname["var2"], $arrayname["var2"], etc. up to 58, and I want to write these into the database. What I am hoping to do is create a counter that goes through the insert routine, updating the numeric

[PHP] Combo Box containing field

2001-03-10 Thread RealGM
Hi, Does anyone know how I can create a combo box in my php file that reads the options in from a database field? I can create combo boxes fine containing values that I enter, but I want it to read the values from the database into the drop down box for the user to select. Thanks, Michael.

[PHP] Fields, Comboboxes, repost

2001-03-09 Thread RealGM
Hi, I just have a couple of questions that I hope some people will know the answers to. 1. I am hoping to read the entire range of values from a field in my MySQL table into a combo box on my form, but I am not sure how. On top of that, I want the user to select one value from this list, pres

[PHP] Fields into Combo Box

2001-03-09 Thread RealGM
Hi, I just have a couple of questions that I hope some people will know the answers to. 1. I am hoping to read the entire range of values from a field in my MySQL table into a combo box on my form, but I am not sure how. On top of that, I want the user to select one value from this list, pres

[PHP] Comparing Memory Variables

2001-01-13 Thread RealGM Webmaster
Hi Everyone, I am having a little trouble getting a memory variable and a session variable to compare correctly I have an if statement as below: if ($id=='{$SESSION["id"]}') { echo "working"; } ID is a memory variable that is equal to five, and the session variable id is also equal to fi