Re: [PHP] Re: Can you AUTO Post/Submit on a mixed HTML/PHP form

2001-11-02 Thread Arf
I will give it a go and get back.. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Re: Can you AUTO Post/Submit on a mixed HTML/PHP form

2001-11-02 Thread Arf
Had a look but it was a little too expencive... but it made me think of another product that I had seen called WebZinc which does the same and more and is a fraction of the price for the unlimited developer edittion. Thanks Jason for putting me on the right track. -- PHP General Mailing

[PHP] Re: Can you AUTO Post/Submit on a mixed HTML/PHP form

2001-11-01 Thread CC Zona
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Arf) wrote: $form_block = FORM METHOD=\post\ ACTION=\$PHP_SELF\ PstrongUser Name:/strongbr INPUT type=\text\ NAME=\sender_name\ VALUE=\$sender_name\ SIZE=30/p PstrongYour E-Mail Address:/strongbr INPUT type=\text\

[PHP] Re: Can you AUTO Post/Submit on a mixed HTML/PHP form

2001-11-01 Thread Arf
Like the heredoc thanx for that... The way that I am using VB will not support the VBscript option unfortunately but a good suggestion. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP] Re: Can you AUTO Post/Submit on a mixed HTML/PHP form

2001-11-01 Thread Jason G.
Just a thought... Check out crescent internet toolkit by Progress Software. It has a control for VB that lets you post data to a script, rather than relying on an HTML form... Can you just use a query string? you may have to code your own urlencode() function in VB, but that may be an