Code syntax HELP |
6/24/2008 06:05:41 | |
| PHPRunner General questions | ||
|
L
Lisa2006 author
Hi Forum,
|
||
|
A
|
alang 6/24/2008 |
|
Try: |
|
|
L
|
Lisa2006 author 6/24/2008 |
|
Thank you for your help |
|
|
T
|
thesofa 6/24/2008 |
Thank you for your help I have another question, related to this posting. When the page is displayed the seller_town field produces a hyperlink that when clicked correctly displays the google map with directions. However, i'd like to display only the contents of the field as a hyperlink on my list.php page. i.e. Currently the field contents are displayed as [u]Birmingham as the hyperlink (without the underline). Where and how can i achieve this. Many thanks in advance .... Lisa
|
|
|
L
|
Lisa2006 author 6/24/2008 |
|
Thank you for your response. |
|
|
J
|
Jane 6/25/2008 |
|
Hi, |
|
|
L
|
Lisa2006 author 6/25/2008 |
|
Hi, |
|
|
J
|
Jane 6/26/2008 |
|
Hi, $value = "<a class=tablelinks2 target=_blank href=\"http://maps.google.co.uk/?saddr=".$data["seller_town"]."&daddr=".$data["seller_town"]." \"> ".$data["seller_town"]."</a>"; |
|
|
S
|
swanside 6/27/2008 |
Hi, something like this should work:
|
|