hi there i am needing to insert action=main on above code, the above code is a code which gives the url of searching mp3
so i tried inserting
but it gives some thing called
can any one help me with this just needing the = and & to be correct!
PHP Code:
echo "<form method='get' action=''> <input type='text' name='search' value=''><input type='submit' value='Search'></form>";
PHP Code:
echo "<form method='get' action=''> <input type='text' name='action=main&search' value=''><input type='submit' value='Search'></form>";
PHP Code:
index.php?action%3main%23search
Comment