Re: [PHP] Re: trying to output a hyperlink

2004-04-11 Thread Michal Migurski
>Although, it could be shortened even more, to: > >Click here"; > echo $link;?> Or still more, to: Click Here ...which starts to approach the original legibility of HTML for me, and the syntax hilighting in BBEdit is corrrect. I've been tending to use constructions like that instead

[PHP] Re: trying to output a hyperlink

2004-04-10 Thread Andy Ladouceur
When in doubt, view source. :) As John has already mentioned, you need text between the two tags to actually display in the browser. You probably would've seen your mistake a lot sooner if you viewed the page source when you first tried it out. Also, you can save yourself some time using PHP's