Reply
Old 05-23-2004, 12:51 AM Need urgent help ..
Novice Talker

Posts: 7
Trades: 0
Hello you all !! need your help here ...

I have a form collecting user details , I use the $php_self submitting techniqe so I can validate the required information with built in functions ,and if there is a problem so the form is redisplyed with echoed info and mistakes . I got it from ZEND

Now .. I want to post the data to a scond form .. how to do this without the form action=post because it allready has a self submitting parameter ? sessions or hiddens ? please be specific I'm weak .. (if you know what I mean )..!!
g4ce is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 04-25-2008, 12:40 PM Re: Need urgent help ..
Experienced Talker

Posts: 46
Trades: 0
If it's not sensible information you can put the data as hidden fields:
<input type="hidden" name="variable1" value="<?php echo $variable1; ?>" />

Else you can use either:
1) Sessions
2) Cookies

Jeff
__________________
Squirrel bombing -> Home of the crasher squirrel
jeff_oneil is offline
Reply With Quote
View Public Profile Visit jeff_oneil's homepage!
 
Reply     « Reply to Need urgent help ..
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.14813 seconds with 13 queries