xphpx
|
| Posted: 07/05/2003, 6:48 AM |
|
Dears, I am using PHP 4.0 with CCS 2.1.xm with mysql.
Now I have this table :
data_1, with columns data_url, and coulmn image1.
I want to be able to show the image1 field in the grid, and when you click on it. You will get a new window open and will take you to data_url content.
So, you click on the image, it opens for you the url stored in the data_url field.
So, far I can do something similair, but it opens the data_url under my own site url !! www.testsite.com/www.yahoo.com , I want it to go to www.yahoo.com without reference to my site....
Anyhelp is appreciated..
thanks
|
|
|
 |
Karen
|
| Posted: 07/05/2003, 7:27 AM |
|
Your column data_url should contain the complete url, e.g., http://www.yahoo.com instead of just www.yahoo.com. I found that solved my problem but perhaps someone else might have a better idea...
Hope that helps!
|
|
|
 |
|