RSS

Tag Archive | "PHP"

.img Free Image Gallery

Thursday, June 11, 2009

Comments Off

Finally the PHP version of my free gallery Visual Gallery for ASP.NET: .img! Link me and enjoy!

Continue reading...

Connecting to a MySQL database

Thursday, January 1, 2009

Comments Off

Simple steps to connect to and extract data from a MySQL database.

Continue reading...

ETag Removal

Friday, November 21, 2008

Comments Off

Simple ETag removal.

Continue reading...

Dynamically Getting File and Website Address

Wednesday, November 12, 2008

Comments Off

Getting the current web site's address or the current file location is simple in PHP. Here are a few examples.

Continue reading...

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...

Loops: break & continue statements

Saturday, July 26, 2008

Comments Off

Simple and easy to understand explanations of loop, break, and continue statements.

Continue reading...

Loops

Friday, July 25, 2008

Comments Off

Examples of While, Do While, and For loops.

Continue reading...