J
|
Jane 7/24/2009 |
Hi, global $dal; $rs = $dal->details->Query("city='".$value."'",""); $datatmp = db_fetch_array($rs); $value = "<a href=\"details_view.php?editid1=".$datatmp["autoincrement"]."\">".$value."</a>"; |
C
|
chinwag author 7/24/2009 |
Hi, use custom format on the"View as" settigns dialog on the Visual Editor tab. Here is just a sample:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'city='orlando'' at line 1 |
J
|
Jane 7/27/2009 |
It's difficult to tell you what's happening without seeing actual files. |
S
|
Shankar 7/27/2009 |
Hi, use custom format on the"View as" settigns dialog on the Visual Editor tab. Here is just a sample:
|
J
|
Jane 7/28/2009 |
It's difficult to tell you what's happening without seeing actual files. |