Loading...

Search Results in category “PHP”

in PHP
Cookies Handling

Another great feature in PHP is cookie handling, PHP lets us do this with ease. The function we use to set a cooke is setcookie()...

read more
in PHP
PHP Functions

As with any decent language, PHP allows you to write your own functions. Let's look at a simple one...

read more
in PHP
One File Website

This will be for the smaller websites, for the larger ones you can always include, this is still a great tutorial. It's quite simple really, PHP has a nice variable array called $_GET, You can set a variable to be equal to this, to use in if statements, like this...

read more
in PHP
About PHP and ASP Style Tags

PHP stands for "PHP: Hypertext Preprocessor". Alot of people have been confused by this as the acronym PHP is part of the actual name derived from the acronym. PHP is a general-purpose scripting language, its ease of use and learning curve make it especially suited to web development...

read more
in PHP
Variables, Comments

We can assign values to variables with ease. Assiging a value to a variable works from right to left. The value on the right will be assigned to ...

read more
in PHP
How to Create Pagination with PHP

This tutorial is designed to guide you through the logic and code behind the process of paginating data in PHP. In this tutorial, the data is retrieved from mySQL database...

read more
in PHP
Introduction to SQL. Basic Tips

More and more people are getting into web designing, yet many are put off by SQL for reason which I don't understand. I assure you it is very easy, in this tutorial I'll try to introduce you to the extreme basics of the structured query language.

read more
in HTML Tutorials
Site Design

Most sites are done with tables in html. Most newbies (and vets) make the interface and then modify that interface per page, making many html files with mostly identical code. This has many obvious problems, like if you want to update a link, you have to go threw every page and modify it...

read more

Copyright © All Rights Reserved