J
|
Jane 4/7/2008 |
Hi, $value = "<a href=\"your_page.php?email=".$value."\">email</a>"; |
B
|
bozzo 4/14/2008 |
Hi, use custom format for your email field on the "View as" settings dialog on the Visual Editor tab. Here is a sample:
|
J
|
Jane 4/15/2008 |
Yuri, select field1, field1 as field1_2, ... from TableName
|
B
|
bozzo 4/15/2008 |
Yuri, to set up different formats for the one field edit SQL query on the Edit SQL query tab. Here is a sample: Then select different formats for field1 and field1_2 fields on the Visual Editor tab.
|