Jason Posted July 15, 2011 Report 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
Thomas Rozanov Posted July 15, 2011 Report Posted July 15, 2011 I am not sure but i believe you would have to make a module for that. :S Quote
Thomas Rozanov Posted July 15, 2011 Report 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
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.