Hi ,
i want to pass the vale to post . rather than putting the value throught the textbox and by clicking submit value
i want the value to put into the post directly . rather than submtit
eg
college name xyx college
city kannur
city where your college is located! kannur
state where your college is located! kerala
COLLEGE Phone number! 98950123456
A college id 4567
member! sujith
event! technical
i just want to enter this stattic data to the post . can any one help me to sort out this issue . will be thankfull if any one can help me to sort out the issue
Thanks
sujith
Adding value to post
Moderator: General Moderators
-
phoenixrises
- Forum Newbie
- Posts: 8
- Joined: Sun Nov 15, 2009 8:24 am
Re: Adding value to post
Doesn't sound like you're using a form but rather have the data already? If so, can you not use PHP sessions instead of trying to force the value into a POST request?