how do I get web addresses in my database? |
7/29/2008 7:43:41 PM |
PHPRunner General questions | |
author
how do I get web addresses in my mysql database? |
|
J
|
Jane 7/30/2008 |
Hi, |
|
500429 7/30/2008 |
how do I get the link to be something other than www.mysite.com? I want it to be either a picture or say ben's pictures. How can I do that? |
J
|
Jane 7/31/2008 |
Hi, if ($value) $value = "<a href=\"".$value."\"><img src=\"your_image.jpg\" border=0></a>"; |
|
500430 7/31/2008 |
I just want the link in phprunner to say Click Here for Ben's Pictures instead of www.mysite.com/benspictures. |
J
|
Jane 8/1/2008 |
It's hard to understand you. |
|
500431 8/1/2008 |
I have a link item_A that will be viewed in an iframe using custom code. |
|
500432 8/1/2008 |
Hi, to set up link field as picture on the list/view pages use Cusrtom format on the "View as" settings dialog on the Visual Editor tab. Here is a sample:
|
J
|
Jane 8/4/2008 |
Hi, |
|
500433 8/4/2008 |
Jane, that won't work for me because as I said I'm using an iframe custom setting I need to know how to add the comand to view "descption_of_slideshow field"" to the code I have in the custom setting $value="<a href=\"http://".$value."\" target=body1>".$value."</a>"; |