Jason Posted July 15, 2011 Report Share Posted July 15, 2011 Whats the best way of saving a user value, entered into a textbox - to a string. For example, the user of phpvms, enters their va name into a textbox, which then translates into <? php echo SITE_URL ?>. I want to do something like that. Please help! Thanks Quote Link to comment Share on other sites More sharing options...
Thomas Rozanov Posted July 15, 2011 Report Share Posted July 15, 2011 I am not sure but i believe you would have to make a module for that. :S Quote Link to comment Share on other sites More sharing options...
Thomas Rozanov Posted July 15, 2011 Report Share Posted July 15, 2011 Whats the best way of saving a user value, entered into a textbox - to a string. For example, the user of phpvms, enters their va name into a textbox, which then translates into <? php echo SITE_URL ?>. I want to do something like that. Please help! Thanks Why would you want it to translate? use simple html... <form method="post" action=""> <textarea name="blah blah blah" cols="40" rows="5"> phpvms rules! </textarea><br> <input type="submit" value="Submit" /> </form> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.