[PHP] Urgent! Make data input a html file.

2001-02-21 Thread Edith Lai
Hi all, I've a question which i really don't know what to do! If i have a form with a textarea which for example for people to input lyric of a song. Now i would like to read those lines of lyric and save it as a html file with that song name as the file name. Is it possible for me to achieve thi

Re: [PHP] Open location automatically after checking

2001-02-20 Thread Edith Lai
; You'd probably be better of having the error checking at the top of the > second page and sending them *back* to the first page if they got it wrong. > > -- > Visit the Zend Store at http://www.zend.com/store/ > Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm

[PHP] Open location automatically after checking

2001-02-19 Thread Edith Lai
Hi, I have a form for user input and after checking, it's gonna go to another page for further input. What should i code to bring the second input page up after checking done on the first?? Thanks. Edith Lai -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [

[PHP] Pop-up warning dialog box

2001-02-18 Thread Edith Lai
If i want to validate a form and check for empty input which then will produce a pop up warning dialog box, what should i do? thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the li

[PHP] Help!Opening another php file from a link of a completed form.

2001-02-18 Thread Edith Lai
quot;; echo "Or click here to input the details of your product."; I've made a blank (uncoded) page of "b.php" and one of the field is product name. If i want the "b.php" page being opened up with the product name already filled with the value entered by user i