echo <a href> with php link
Posted: Fri Aug 25, 2006 3:41 am
evening....
i need some help in echo using <a href> with php created link...
i got 2 statement
1. echo $row["Vehicle_Ref_No"];
2. echo "<td height=\"20\"><a href=".$template["vehicleviewurl"].">" .$row["Vehicle_Ref_No"]."</a></td>\n";
the first statement output the data in row Vehicle_Ref_No...but the second statement didnt output anything...i wonder wether becos of the usage of <a href> wrongly....
can sm 1 help me??
thanx alot
i need some help in echo using <a href> with php created link...
i got 2 statement
1. echo $row["Vehicle_Ref_No"];
2. echo "<td height=\"20\"><a href=".$template["vehicleviewurl"].">" .$row["Vehicle_Ref_No"]."</a></td>\n";
the first statement output the data in row Vehicle_Ref_No...but the second statement didnt output anything...i wonder wether becos of the usage of <a href> wrongly....
can sm 1 help me??
thanx alot