slpctrl Posted March 30, 2008 Share Posted March 30, 2008 How do I go about having a form in HTML (With a text input field) keep the value when the PHP is executed? I'm making a chat box, and you haev to type in a nick every time you submit and I'd like for it to stay at the value first assigned. Thanks. Link to comment https://forums.phpfreaks.com/topic/98619-post-values/ Share on other sites More sharing options...
cunoodle2 Posted March 30, 2008 Share Posted March 30, 2008 Post some sample code. In the mean time I would say that you could probably store all values in a database and/or an array (or something along those lines). However it would help if I saw some code to steer you in the right direction. Link to comment https://forums.phpfreaks.com/topic/98619-post-values/#findComment-504710 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.