[PHP] Re: Calling cgi post form from within php

2004-01-11 Thread Thomas Andersen
Thanks for your help guys, I got it working. Thomas Thomas Andersen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, does anyone know how to call a cgi script and pass along a post-form from within php? Thanks, Thomas -- PHP General Mailing List (http://www.php.net

[PHP] Calling cgi post form from within php

2004-01-10 Thread Thomas Andersen
Hi, does anyone know how to call a cgi script and pass along a post-form from within php? Thanks, Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Calling cgi post form from within php

2004-01-10 Thread Thomas Andersen
a little extra info. This is a remote script located on another server. I will then get a return value for error checking purposes. Thomas Thomas Andersen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, does anyone know how to call a cgi script and pass along a post-form from

[PHP] Re: Max GET size?

2004-01-07 Thread Thomas Andersen
I believe there is a limit on the length of URLs and since GET actually sends the info through the URL that limit may apply. Hope it helps, Thomas James E Hicks III [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I've seen the post_max_size in the php.ini. Is there a corresponding

[PHP] Verifying a url

2004-01-06 Thread Thomas Andersen
Hi, My web site has two different ways to be accessed. One is through a SSL connection and the other not. Does anyone know how to check either the URL that is being used (https would give away the SSL) or if you can check if SSL is being used? Thanks, Thomas -- PHP General Mailing List

[PHP] Security Question

2003-12-18 Thread Thomas Andersen
in first, and I also want people to be able to log out. Thanks, Thomas Andersen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Best way to store data.

2003-12-18 Thread Thomas Andersen
Which ever way is better for you. That is, what ever is easier when it comes to retrieving and displaying it again. Both items will be treated as text, so mysql won't care. Thomas Philip J. Newman [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, is the best way to store data in a