Handling Files
We can use PHP to open files and manipulate the data contained within them...
read moreLoading...
We can use PHP to open files and manipulate the data contained within them...
read moreAnother 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 moreAs with any decent language, PHP allows you to write your own functions. Let's look at a simple one...
read moreThis 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 morePHP 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 moreWe 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 moreThis 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<span>Editor's Pick in HTML Tutorials, November 2005</span><br/>Discover the advantages of adding a database driven drop down list. Such menus are a easy way to cram a lot of links into a small, easy to maintain space.
read moreMore 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 moreMost 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 moreCopyright © . All Rights Reserved