RSS

Tag Archive | "script tag"

PHP – Where to place your code

Wednesday, October 29, 2008

Comments Off

There are a few places where to place your PHP code on your dynamic web page. This all depends on your needs and preference. Of course there is a slight difference to whether you put it on a script tag, before any HTML, within your HTML, or at the bottom of the page. Here I will explain what I have found some of the differences to be.

Continue reading...

The script tag

Thursday, July 24, 2008

Comments Off

Shows simply how to add JavaScript, or attach JavaScript files to your web page.

Continue reading...