Page 1 of 1

Adding value to post

Posted: Sat Nov 28, 2009 10:06 pm
by sujith
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

Re: Adding value to post

Posted: Sun Nov 29, 2009 3:45 am
by phoenixrises
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?