Jump to content

some simple html, help


devWhiz

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.