Search our tutorials

Western Studios Tutorials

     There are 86 Links in our database

First .... 5 6 7 89 Next Page Previous Page
Category: Main/PHP


Sort Links by: Title (A\D) Date (A\D) Rating (A\D) Popularity (A\D)
Sites currently sorted by: Rating (Highest Scores to Lowest Scores)


Parsing XML Using PHP


 
Description: This script will demonstrate how to parse XML files using PHP.
Added on: 08-Apr-2007 Hits: 283
| Comments (0)

PHP Array Sum


 
Description: We can store values in an array and calculate the sum of the values inside the array by using the array_sum function.
Added on: 16-Apr-2007 Hits: 288
| Comments (0)

Smarty Templates For Beginners


 
Description: A nice tutorial explaining how you use the Smarty template engine.
Added on: 26-Apr-2007 Hits: 604
| Comments (0)

Using PHP to search MySQL


 
Description: Searching a database is very simple and this tutorial will teach you how to do just that.
Added on: 08-Jul-2007 Hits: 273
| Comments (0)

PHP Form Image Upload


 
Description: This tutorial shows you how to upload an image on your server using PHP and html forms. You will also learn how to verify if the uploaded file is an image (checking the extension), if it doesn't overtakes a size limit and how to change the uploaded file name.
Added on: 13-Jul-2007 Hits: 211
| Comments (0)

126 Ajax Tutorials


 
Description: This is the best list of ajax tutorials I have found. It is worth seeing for anyone interested in Ajax.
Added on: 05-Aug-2007 Hits: 364
| Comments (0)

Check if number is odd or even


 
Description: A simple tutorial to check if a number is odd or even using php.
Added on: 06-Aug-2007 Hits: 269
| Comments (0)

PHP/MySQL Video Tutorial


 
Description: A high quality video tutorial that will teach you how to add and retrieve data from a MySQL database using PHP. Password to open the file is: http://www.westernstudios.net
Added on: 07-Aug-2007 Hits: 313
| Comments (0)

Regular Expressions in PHP


 
Description: Regular expressions are a powerful tool for examining and modifying text. Regular expressions themselves, with a general pattern notation almost like a mini programming language, allow you to describe and parse text. They enable you to search for patterns within a string, extracting matches flexibly and precisely. However, you should note that because regular expressions are more powerful, they are also slower than the more basic string functions. You should only use regular expressions if you have a particular need. This tutorial gives a brief overview of basic regular expression syntax and then considers the functions that PHP provides for working with regular expressions.
Added on: 29-Oct-2007 Hits: 226
| Comments (0)

Search MySQL Effectively


 
Description: This tutorial will teach you how to search Mysql effectively without using tons of extra coding. Most people know you can use LIKE %$search% to find matches but what if your user input "Pirates Action" with the hopes of finding an action movie that may have Pirates in them? Well this tutorial shows you how to separate the phrase and search for both words.
Added on: 24-Dec-2007 Hits: 296
| Comments (0)


First .... 5 6 7 89 Next Page Previous Page