Search our tutorials

Western Studios Tutorials

     There are 86 Links in our database

12 3 4 .... Next Page
Category: Main/PHP


Sort Links by: Title (A\D) Date (A\D) Rating (A\D) Popularity (A\D)
Sites currently sorted by: Popularity (Least to Most Hits)


Alternate Row Colors in PHP


 
Description: This tutorial will teach you how to use PHP to alternate row colors. This can be applied to any loop.
Added on: 24-Jul-2008 Hits: 170
| 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: 185
| Comments (0)

PHP and Files


 
Description: Working with files is a basic necessity for programmers and PHP gives you a great facility for creating, uploading, and editing files. This section is completely dedicated to how PHP can interact with files. After completing this section you should have a solid understanding of all types of file manipulation in PHP.
Added on: 15-Jul-2006 Hits: 187
| 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: 192
| Comments (0)

Using and Understanding Sessions


 
Description: A collection of 19 tips on understanding and using sessions in PHP. Clear explanations and tutorial exercises are provided on starting and closing sessions, saving and retrieving values in sessions, deciding how session IDs to be transferred, deciding where to store session files, deciding when to expire session values, etc.
Added on: 12-Jul-2006 Hits: 193
| Comments (0)

GROUP BY in MySQL


 
Description: Learn how to group items in mysql. This is very useful when you have multiple instances of the same item in your database.
Added on: 11-Nov-2006 Hits: 196
| Comments (0)

Create thumbnails with php


 
Description: Create a copy of an image as a thumbnail. You get a great function that use the GD library to create the new thumbnail file.
Added on: 18-Mar-2006 Hits: 201
| Comments (1)

multiple files upload


 
Description: I found this script online and I thought you would find it useful. It is a file upload script that is easily configurable.
Added on: 21-Oct-2005 Hits: 204
| Comments (0)

PHP and Ajax


 
Description: INtroduction to Ajax with PHP backend.
Added on: 03-Apr-2006 Hits: 206
| Comments (0)

Check urls for http://


 
Description: You may ask yourself, why do I need to check if a url contains http://?. The answer is that when you are dealing with a script that calls for user to enter http:// with their url, not everyone will. This will in turn cause broken links and images. We can fix that with this simple tutorial.
Added on: 18-Feb-2006 Hits: 209
| Comments (0)


12 3 4 .... Next Page