Hi James, Thanks it sort of works, I am now picking up the correct append to the URL i.e
http://www.mysite.com/accomodation/php/accomchoice.php?idname=river+bank+hotel
That part is great and thank you, the problem I have now is when the script accomchoice.php is called using the link it as a wee wobbly,
The accomchoice.php shows this
Warning: Supplied argument is not a valid MySQL result resource in /homepages/41/d43000764/htdocs/TraveltoEngland/Accomodation/PHP/accomchoice.php on line 88
Bleow are lines 83 to 89. Can you see a problem there.
$connection = mysql_connect($server, $user, $password);
mysql_select_db("db66511019", $connection);
$result = mysql_query("SELECT * FROM accom WHERE name = $idname" , $connection);
while ($row = mysql_fetch_array($result))
Thanks for your time with this.
DCJ