devWhiz Posted February 28, 2011 Share Posted February 28, 2011 so say I want to make a url decoder and put it on my website <?php $url = "url"; $urldecode = urldecode($url); [\php] I want there to be an entry box for somenoe to put the url in, a submit button so they put the url in and hit submit then a box to display the new decoded url any help with this? Thanks Link to comment https://forums.phpfreaks.com/topic/229106-some-simple-html-help/ Share on other sites More sharing options...
trq Posted February 28, 2011 Share Posted February 28, 2011 There is a book in my signature (Hudzilla) that has an entire chapter dedicated to using forms with php, you should take a look there. Link to comment https://forums.phpfreaks.com/topic/229106-some-simple-html-help/#findComment-1180673 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.