This is a discussion on iSearch PHP question #1 within the alt.comp.lang.php forums, part of the PHP Programming Forums category; My website has an iSearch box on every page. Visitors type the subject in the box and click enter to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
My website has an iSearch box on every page. Visitors type the subject in
the box and click enter to run the search. Works great. I'd like to be able to add some hyperlinked text that will initiate a subject search. Example: if you click on a persons name, it will search the site for evrything pertaining to that name. Here's a page from the site. You'll see a box with band member's names. I want these names to be hyperlinks to trigger the search without having to type anything in the search box: http://www.motorcityrock.com/bands/lordz/lordz.html Is this possible? Thanks! jp |
|
|||
|
There is nothing which is not possible, donīt you think. Somebody did it how
you can see it in you example ;) "John Patrick" <jpatrickNOSPAM@twmi.rr.com> schrieb im Newsbeitrag news:u0oAb.7894$z71.1325@fe2.columbus.rr.com... > Maybe this is the wrong newsgroup for this question? > > Sorry! > > jp > > |
|
|||
|
Get it as "YES ITīS POSSIBLE"
"John Patrick" <jpatrickNOSPAM@twmi.rr.com> schrieb im Newsbeitrag news:%oZAb.54194$tu1.3132@fe3.columbus.rr.com... > "Lars Raube" <raube@rzr.de> wrote in message > news:br1bnp$s4h$06$1@news.t-online.com... > > There is nothing which is not possible, donīt you think. Somebody did it > how > > you can see it in you example ;) > > ?? > > |
|
|||
|
"Lars Raube" <raube@rzr.de> wrote in message
news:br1qid$ckl$07$1@news.t-online.com... > Get it as "YES ITīS POSSIBLE" Thanks Lars! I'm new to PHP, so I'm not quite sure what to try. Sorry to all if this is a simple newbie question. jp |
|
|||
|
Try it like this...
for example the link of The Bowery: http://www.motorcityrock.com/isearch...s=The%20Bowery Then you get to the searchengine with the query s=The%20Bowery s will be the var vor ISearch...know what i mean ? "John Patrick" <jpatrickNOSPAM@twmi.rr.com> schrieb im Newsbeitrag news:U9_Ab.54355$tu1.50928@fe3.columbus.rr.com... > "Lars Raube" <raube@rzr.de> wrote in message > news:br1qid$ckl$07$1@news.t-online.com... > > Get it as "YES ITīS POSSIBLE" > > Thanks Lars! I'm new to PHP, so I'm not quite sure what to try. > > Sorry to all if this is a simple newbie question. > > jp > > |
|
|||
|
"Lars Raube" <raube@rzr.de> wrote in message
news:br1ttd$rav$02$1@news.t-online.com... > Try it like this... > > for example the link of The Bowery: > > http://www.motorcityrock.com/isearch...s=The%20Bowery > > Then you get to the searchengine with the query s=The%20Bowery > s will be the var vor ISearch...know what i mean ? Thank you Lars! I'm new to PHP, but I can see it is quite powerful. I think I'll redo my entire site with PHP and MySQL as the backbone. Time to study... Thanks again! jp |
|
|||
|
if ya have questions you can mail me directly...
have fun Lars "John Patrick" <jpatrickNOSPAM@twmi.rr.com> schrieb im Newsbeitrag news:Hr%Ab.9679$%P6.5881@fe1.columbus.rr.com... > "Lars Raube" <raube@rzr.de> wrote in message > news:br1ttd$rav$02$1@news.t-online.com... > > Try it like this... > > > > for example the link of The Bowery: > > > > http://www.motorcityrock.com/isearch...s=The%20Bowery > > > > Then you get to the searchengine with the query s=The%20Bowery > > s will be the var vor ISearch...know what i mean ? > > Thank you Lars! > > I'm new to PHP, but I can see it is quite powerful. > > I think I'll redo my entire site with PHP and MySQL as the backbone. > > Time to study... > > Thanks again! > > jp > > |