This topic is locked

Link syntax

11/8/2007 1:48:20 AM
PHPRunner General questions
O
osluk author

I am trying to hard code a link into a web page.

Works fine in browser but when embedded as a link the search string is lost.
Should currenlty find 5 records when pasted in browser

In link returns all records 590 + records

http://bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR&not_In_Bottle_Note_BR=on'>bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR&not_In_Bottle_Note_BR=on'>bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR&not_In_Bottle_Note_BR=on'>bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR&not_In_Bottle_Note_BR=on

&asearchopt_In_Bottle_Note_BR=Starts+with+...&value_In_Bottle_Note_BR=+%20+%20+....+See+Details+Page+....+%20+%20+&value1_In_Bottle_Note_BR=


When is a space a space when is it %20 and when is it  
Hidden link under the Wines with in bottle scores link on this page http://bordeauxreport.com/db-2007/frame/intro.htm
Source

<a href="http://bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR&not_In_Bottle_Note_BR=on'>bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR&not_In_Bottle_Note_BR=on'>bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR&not_In_Bottle_Note_BR=on'>bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR&not_In_Bottle_Note_BR=on

&asearchopt_In_Bottle_Note_BR=Starts+with+...&value_In_Bottle_Note_BR=+&nbsp;&nbsp;....+See+Details+Page+....&nbsp;&nbsp;+&value1_In_Bottle_Note_BR=">


Also tried this

<a href="http://bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR&not_In_Bottle_Note_BR=on'>bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR&not_In_Bottle_Note_BR=on'>bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR&not_In_Bottle_Note_BR=on'>bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR&not_In_Bottle_Note_BR=on

&asearchopt_In_Bottle_Note_BR=Starts+with+...&value_In_Bottle_Note_BR=+%20+%20+....+See+Details+Page+....+%20+%20+&value1_In_Bottle_Note_BR=">


What am I missing

Cheers Chris