Categories





WS Menu







Search our tutorials

Western Studios Tutorials

     There are 86 Links in our database

1 2 34 5 6 .... 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: Popularity (Least to Most Hits)


Creating a word filter and parser


 
Description: In this tutorial im going to show you how to create a basic Word filter and smiley Parser. Its Split in to 4 parts. The first 2 parts are about the word filter, firstly its code and secondly a breakdown of the code. The 3rd and 4th part follow the same patten except on the topic Smilys parsing. I hope this is helpful to some people.
Added on: 15-Aug-2006 Hits: 181
| Comments (0)

Reading and Writing Files


 
Description: I'm sure many of you use databases, such as the ever popular MySQL, to hold all your website content, articles, possibly even images. What many of you may not know is that before databases, everyone used to use flat files. Actually, databases are simply flat files with some special data arrangements and indexing. So what are flat files? Simply put, they are ordinary files that you and I manipulate every day, such as txt files, images and word documents.
Added on: 13-Feb-2005 Hits: 184
| Comments (0)

Header already sent error fix


 
Description: This is a very common error and here are some possible fix.
Added on: 16-Jun-2006 Hits: 185
| Comments (0)

Custom php tags


 
Description: Ever wondered how forums use custom tags like [b][/b]? This tutorial will show you how.
Added on: 08-Oct-2005 Hits: 186
| Comments (0)

Feedback form


 
Description: Getting the hang of forms that rely on Perl/CGI scripts can be a right pain in the butt, and who wants to use someone elses script covered in adverts and secret comments? Follow this tutorial and you can add forms to any page of your website...
Added on: 10-Mar-2006 Hits: 187
| Comments (0)

Send HTML Emails with PHP


 
Description: With this code you'll be able to send html emails using php and mail(); function.
Added on: 05-Jan-2007 Hits: 187
| Comments (0)

Skin Changer


 
Description: As you may of seen on http://www.spoono.com They have a skin changer! This is something similar and it has the same idea as theirs. Just these has a refresh page that will bring you back to the page you were viewing instead of going back to where you were.
Added on: 05-Jul-2005 Hits: 188
| Comments (1)

Get width and height of image


 
Description: This is a very useful function in PHP, I found it on php.net PHP provides function to get the width and height of an image. The getimagesize() function will determine the size of image file including flash file(swf).
Added on: 10-Jun-2006 Hits: 190
| 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: 190
| Comments (0)

Increment Letters with PHP


 
Description: This might sound like a simple task to many professionals but for the beginners this is a life saver. Incrementing letters in php is easy as abc... :)
Added on: 21-May-2008 Hits: 190
| Comments (0)


1 2 34 5 6 .... Next Page Previous Page