clarkF1 : yeah i put it coz i dont want to declared it in my script
bogu: thanks, it help me solve it
but, i still can't link my Title to the url in my database..
if anybody can help me or i have to explain a lil bit clear.. 😕
actualy i have a database called SEARCH with id, title, url, desc in it.
using my code above, i echoed the title. I wanted the title to be link to it's url from the database. let say;
table SEARCH;
id: 01
title: The Apple
url: http://apple.com
desc: this is an apple
so, when i used this code;
echo ".$row['title'].";
i want it to automatically link to the http://apple.com.
so, can anyone help me here??