RE: [PHP] How from an html/web form I may go to a php script output(of form values)

2005-03-19 Thread Leonidas Savvides
-general@lists.php.net; [EMAIL PROTECTED]; sony-only; [EMAIL PROTECTED] Subject: Re: [PHP] How from an html/web form I may go to a php script output(of form values) I donot know what happened in Frontpage. I just use Dreamweaver to design the page layout, and then UltraEdit to add php code. I think you

Re: [PHP] How from an html/web form I may go to a php script output(of form values)

2005-03-19 Thread Forest Liu
[mailto:[EMAIL PROTECTED] Sent: 18 March 2005 11:51 To: Leonidas Savvides Cc: php-general@lists.php.net; [EMAIL PROTECTED]; sony-only; [EMAIL PROTECTED] Subject: Re: [PHP] How from an html/web form I may go to a php script output(of form values) I donot know what happened in Frontpage. I just

RE: [PHP] How from an html/web form I may go to a php script output(of form values)

2005-03-19 Thread Philip Olson
If is easy please answer and this : when be online AND OPEN A FILE FROM A WEB LOCATION HOST - MINE WITH NOTEPAD may after I modify it, save it again to my hosting space WITHOUT save it to my PC first ? Please note that I mean using NotePad and I mean entering the host usernamepassword when

Re: [PHP] How from an html/web form I may go to a php script output(of form values)

2005-03-19 Thread Rick Robinson
Try this: Goto 'My Network Places' and set up an ftp connection to whereever you want to save the file. Then in notepad you can access it just 'like' a directory on your computer. On Sat, 19 Mar 2005 16:09:05 + (GMT), Philip Olson [EMAIL PROTECTED] wrote: If is easy please answer and

[PHP] How from an html/web form I may go to a php script output(of form values)

2005-03-18 Thread Leonidas Savvides
How from an html/web form I may go to a php script output(of form values) ? I mean the programming for the result : A visitor to webpage-A.php when press submit of a webform go to a webpage-B.php where as a php script uses the previous form data , and for example there's output of these data

Re: [PHP] How from an html/web form I may go to a php script output(of form values)

2005-03-18 Thread Forest Liu
input name=usrinfo value=Input your info here input type=submit /form b.php: echo your input just now is:.$_POST[usrinfo]; it will work. On Fri, 18 Mar 2005 10:38:45 +0200, Leonidas Savvides [EMAIL PROTECTED] wrote: How from an html/web form I may go to a php script output(of form