Adding value to post

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sujith
Forum Newbie
Posts: 1
Joined: Sat Nov 28, 2009 9:58 pm

Adding value to post

Post 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
phoenixrises
Forum Newbie
Posts: 8
Joined: Sun Nov 15, 2009 8:24 am

Re: Adding value to post

Post 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?
Post Reply