Re: [PHP] Automatically generated emails

2005-08-29 Thread Ravi Gogna
Nice to know that newbies are well looked after on these lists. If you 
didn't wanna help, you could have not clicked reply


Jay Blanchard wrote:


[snip]
Yes.
[/snip]

Watch out, this'll start a flood of "why can't you be nice"? e-mail


John, any relatives still in LA?

 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Automatically generated emails

2005-08-29 Thread Ravi Gogna
This is probably a really simple question, but I can't work out what to 
write! I've written a fairly standard HTML form and I would like an 
email to be generated as soon as the user clicks 'Submit'. Can you help?!


Thanks

Ravi Gogna

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Redisplaying information from a HTML form

2005-08-10 Thread Ravi Gogna

Hi there

I'm absolutely new at this so forgive me if none of it makes any sense! 
I'm trying to write a page which lets you apply for tickets. I've 
written it in PHP and used simple variable names for all the input 
fields. Upon clicking submit, I want the form to be checked for 
incorrect formats and blank fields.


I've managed to write the checking program in such a way that clicking 
submit launches an 'error' page which displays at the top of the page 
which field is wrong, and then redisplays the form. (The form redisplay 
is done using a function which uses the variables I used in the HTML 
form page). My problem is this: when the 'error' page comes up all of 
the text boxes will quite happily redisplay the data that was put into 
them, but I have a couple of drop-down boxes and radio buttons which 
lose their value. Is there a way I can make these boxes and buttons 
retain their value?


Thanks

Ravi Gogna

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php