Author Topic: As to construct a link search of a tag / keyword  (Read 3930 times)

0 Members and 1 Guest are viewing this topic.

Offline prive

  • Newbie
  • *
  • Posts: 38
    • View Profile
As to construct a link search of a tag / keyword
« on: March 29, 2006, 02:16:06 AM »
As to construct a link search of a tag / keyword

For example:
In order to look for new images it is:
{url_new_images}
<a href="{url_new_images}">New Images</a>
http://www.example.com/search.htm?search_new_images=1

So that a link orders the search of a keyword, for example: "sun", would be: ???
<a href="????">Sun</a>

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: As to construct a link search of a tag / keyword
« Reply #1 on: March 29, 2006, 02:39:53 AM »
search.php?search_keywords=sun (asuming you are using v1.7.2)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline prive

  • Newbie
  • *
  • Posts: 38
    • View Profile
Re: As to construct a link search of a tag / keyword
« Reply #2 on: March 31, 2006, 01:34:17 AM »
ok, works well, thanks