Php Tutorials

Creating a localhost in Windows (Part 4: Installing phpMyAdmin)

Posted under Php Tutorials on Saturday, 6 June 2009 by
Your Localhost is very nearly complete, we've installed Apache, PHP 5 and MySQL 5. I breifly talked about the ability to modify and change MySQL databases. Well phpMyAdmin can do just that, this tool allows you to do this, it helps you manage your MySQL database in a nicely presented admin...
Creating a localhost in Windows (Part 4: Installing phpMyAdmin)

Creating a localhost in Windows (Part 1: Installing Apache)

Posted under Php Tutorials on Saturday, 6 June 2009 by
localhost is a developers best friend when it comes to testing out server side scripts etc. Much like a web-server, a localhost is a space which is offline but allows you to view/test server side code as if it was a real online server, but infact you will be creating a server which can only...
Creating a localhost in Windows (Part 1: Installing Apache)

Creating a localhost in Windows (Part 2: Installing PHP 5)

Posted under Php Tutorials on Saturday, 6 June 2009 by
In part one we setup a Apache server and configured the localhost ready for you to use, we also set up the directory where you are going to save your local files. But so far in part one we only essentially setup the localhost, so all of the goodness of being able to view server side...
Creating a localhost in Windows (Part 2: Installing PHP 5)

Introduction to functions

Posted under Php Tutorials on Saturday, 6 June 2009 by
A quick introdution to making your own functions in PHP. Covers the syntax, parameters, returning values and using functions in your code View...
Introduction to functions

Protect your script from hackers: by validating HTTP GET variable names

Posted under Php Tutorials on Saturday, 6 June 2009 by
$_GET data is usually passed to the browser to indicate what page or article to load from a Website and may be used to make a query to your MySQL database. You probably already have protected your MySQL database from SQL injection attacks. Let's take an extra step to protect the valuable data...
Protect your script from hackers: by validating HTTP GET variable names

URL Query String Basics

Posted under Php Tutorials on Saturday, 6 June 2009 by
Have you noticed an URL with a question mark following the filename? Most probably you have. This is a technique used to pass data to web pages using URL query strings. What is a URL query string? View...
URL Query String Basics

Passing JavaScript Value to PHP

Posted under Php Tutorials on Saturday, 6 June 2009 by
Want to pass JavaScript variable values to PHP? This guide will show you two cool ways to do that! View...
Passing JavaScript Value to PHP

How to Paginate Data with PHP

Posted under Php Tutorials on Saturday, 6 June 2009 by
How to Paginate Data with PHP View...
How to Paginate Data with PHP

Intro to Django – Building a To-Do List

Posted under Php Tutorials on Saturday, 6 June 2009 by
Intro to Django - Building a To-Do List View...
Intro to Django – Building a To-Do List

Display Your RSS Subscriber Count – Google API

Posted under Php Tutorials on Saturday, 6 June 2009 by
Google API - a new working way of displaying your RSS subscriber count. View...
Display Your RSS Subscriber Count – Google API

Everything You Need to Get Started with CodeIgniter

Posted under Php Tutorials on Saturday, 6 June 2009 by
Everything You Need to Get Started with CodeIgniter View...
Everything You Need to Get Started with CodeIgniter

Creating a Custom WordPress Plugin from Scratch

Posted under Php Tutorials on Saturday, 6 June 2009 by
Creating a Custom Wordpress Plugin from Scratch View...
Creating a Custom WordPress Plugin from Scratch
Page 7 of 41« First...4567891011...203040...Last »