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 List

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-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 optio

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

[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 = " > > > > User Name: > SIZE=30> > > Your E-Mail Address: > SIZE=30> > > Message/Problem: > WRAP=virtual>$message > > > > > > > > "; FWIW, you can save yourself all that PITA backslashing by using hered