Search our tutorials

Western Studios Tutorials

     There are 86 Links in our database

First .... 4 5 6 78 9 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: Title (Z to A)


Database Driven Menu


 
Description: In this tutorial well see how to create a fully database driven menu.
Added on: 26-Mar-2006 Hits: 285
| Comments (0)

Database design tips


 
Description: Don’t just start adding tables to your database straight away – I’ve done this and then later realized it won’t work how I wanted it to. Just walk away from your computer for 10 minutes (you can survive, don’t worry) and get some pen and paper. Now in one color, write the tables you plan on making , and then beneath these headings write the columns, column types, and a description of the column. Sitting there away from the computer really helps spark some new ideas, and makes database design a lot easier.
Added on: 15-Aug-2006 Hits: 246
| 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: 282
| Comments (0)

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: 247
| Comments (0)

Creating a MySql database


 
Description: Create your own mysql database to store your data and make your website a dynamic one.
Added on: 25-Apr-2005 Hits: 366
| 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: 229
| Comments (1)

Create secure php scripts


 
Description: This tutorial will teach you how to prevent average hackers from hacking your site.
Added on: 28-Oct-2005 Hits: 314
| Comments (0)

Create a php based CMS


 
Description: Writing your own CMS can lead to a solution that is better suited to your requirements, better addresses the needs of your users, and is better understood by your development team. If you have the time and expertise to write your own in-house system, it may well prove the better option.
Added on: 11-Mar-2005 Hits: 488
| Comments (0)

Conditional Statements


 
Description: Learn to use the if statement more efficiently.
Added on: 23-Feb-2006 Hits: 246
| 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: 240
| Comments (0)


First .... 4 5 6 78 9 Next Page Previous Page