Jump to content

Search with string in URL


Exoon

Recommended Posts

Hello,

 

Im trying to have my search on my site so the URL goes to

 

index.php?page=search&string=WhatEverWasTyped

 

How is this possible?

<form action="index.php" method="get">
<input type="text" name="string"/>
<input type="hidden" name="page" value="search"/>
<input type="submit" value="Search"/>
</form>

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.