[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

[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] 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 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,

[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,