hey, thanks for answering
to laserlight:
do you mean?
Edited i tried but still came out .php?mvp=%&...
$mvp = $_GET['mvp'];
if (empty($mvp)) {
$mvp = "%25";
}
<input type="checkbox" name="mvp" value="1">
to intenz:
I'm thinking of a way writing
if NOT checked DISPLAY all RESULT
IF CHECKED display CHECKED Value
so that will get
newreply.php?s=&action=&threadid=
Rather than
newreply.php?s=%&action=%&threadid=%
Thanks again~
*Edited i trying to learn writting in other way to avoide the % appear in address bar
because ever i used this
$key = $_GET['key'];
if (empty($key)) {
$key = "%";
}elseif ($key=="$key") {
$key = "%key%";
}
writting this way
1st time press next page, will appear
.php?key=%&.........
2nd time next page will get
.php?key=%%%&........
3rd next page
.php?key=%%%%%
i avoide this by writing
$key = $_GET['key'];
if(isset($key));
but same method won't be able to use in other _GET
my URL now is like this
mob.php?catergory=mob_name&keywords=&race=%&abc=%&sort=ASC&size=%&mvp=%&m_lv=%&n=8&page=8