$sql = 'SELECT * FROM cartable';$finalurl = '<a href=\''.$row['carwebsiteurl'].'\'>'.$row['carname'].'</a>';echo $finalurl;
Now it just shows a blank page, no errors though!!!!
Just to check, you have actually executed the query, right? And fetched the result with mysql_fetch_assoc?
Reputation Points: 45
Solved Threads: 14
Junior Poster in Training
Offline 66 posts
since Jul 2007