Forum Moderators: coopster

Message Too Old, No Replies

PHP Form Mimic

Script to display data post by a form?

         

neilmunn

1:00 pm on Nov 15, 2005 (gmt 0)

10+ Year Member



Hi

I'm trying to mimic a form by writing a PHP script. The form I'm trying to mimic, is written in ASP and generates a session id and then uses it thoughout the next 5 pages.

I have tried the script at [zend.com...] but that doesn't even display an echo message for me.

also the ASP form is on a secure server.

Any ideas/tips on what I could try?

Cheers,
Neil

coopster

4:56 am on Nov 18, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Sure, just use PHP's Session Handling Functions [php.net] and do the same thing the ASP code is doing. Carry the posted form values from page to page through the session.