PHP Links
Monday June 8, 2009
Creating a link in PHP is the same as creating a link in HTML... for the most part. If the link occurs outside of the PHP code, you can just use straight HTML. If the link occours inside of the PHP, you can print or echo the HTML code. You can also use variables in PHP links.


No comments yet. Leave a Comment