-
Recent Posts
Recent Comments
Archives
Categories
Ads
Category Archives: PHP
Displaying the Correct Time for Your Time Zone
Let’s say that you want to display the time on your HTML page. You could do it like this in test.html: <html> <body> <!–#config timefmt=”%I:%M %p %Z” –> <p><!–#echo var=”DATE_LOCAL”–></p> </body> </html> That works fine as long as your ISP … Continue reading
Getting Started with PHP
If you want to set up your Windows computer to test PHP pages, you will need to set up IIS first. When I had Windows XP, I had to buy the Professional version of the operating system to get IIS. … Continue reading