what's wrong with my code?
Posted: Sun Apr 20, 2008 11:54 pm
echo "<a href='next.php?companyname= " '. $myrow['companyname'] .' "> </a>"
I'm trying to echo (this echo is inside a loop) the output from my database and i want them to be clickable links..... the 'companyname' serves as the unique value....pls. help me to correct the syntax and what should I do first before doing the code..should I initialize some stuff first?
thanks....
I'm trying to echo (this echo is inside a loop) the output from my database and i want them to be clickable links..... the 'companyname' serves as the unique value....pls. help me to correct the syntax and what should I do first before doing the code..should I initialize some stuff first?
thanks....