PDA

View Full Version : probly sick of my errors



Colin-Roberts
03-09-2006, 08:20 PM
echo "<p>".$row['url']."</p>";
how can i change that so the echo is always a url.
like instead of just saying http://w.ee.com
you can actualyt click on it.

Yeah
03-09-2006, 08:27 PM
echo "<p><a href=\".$row['url'].\">.$row['url'].</a></p>";

Colin-Roberts
03-09-2006, 08:29 PM
tryed that before doesnt work.

Yeah
03-09-2006, 08:32 PM
echo "<p><a href=\"".$row['url']."\">".$row['url']."</a></p>";

Colin-Roberts
03-09-2006, 08:40 PM
sweet now i got to be arsed to code a ranking system :s

Yeah
04-09-2006, 11:46 AM
did it work yeah?

1
04-09-2006, 12:17 PM
yes it did.

Want to hide these adverts? Register an account for free!