anchor_tag

wxdqz

New Member
Hi,

Do you anyone know how to make hyperlink using PHP4?

Following partial code:

anchor_tag (\"http://....\", \"$name\"), sometimes work in one script, might not work in other one.

Also tried

print paragraph (anchor_tag (\"http://....\", \"$name\")), sometimes work, sometimes not work either. I am not sure why?

Hui
 
Back
Top