אהלן,
יש לי את ה- Form הבא:
קוד:
<form action="/search.php" method="get">
<input type="text" name="name" size="22" />
<input type="submit" value="חפש" />
</form>
ה- Form שולח אותי כמובן לכתובת:
http://www.domain.com/search.php?name=MyWords
אני מעוניין שהוא ישלח אותו לכתובת אחרת:
http://www.domain.com/search/MyWords
איך אפשר לעשות זאת?
תודה לעוזרים
