Jump to content

forms url friendly using ($_GET/$_POST)


Destramic

Recommended Posts

hey guys basically i have a form which searches my news

 

<form action="" method="GET">
<label for="search">Search: </label><input name="search" id="search" type="text" />
<input value="Search" type="submit" />
</form>

 

and im not sure the best way around this or if im going around this the right way but when i access

 

http://localhost/news/seach  (search form)

 

and press submit after entering a query i want the action to be

 

http://localhost/news/seach/search query value here

 

i hope ive explained well enough and someone could help me with this...thank you

 

 

Link to comment
https://forums.phpfreaks.com/topic/226262-forms-url-friendly-using-_get_post/
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.