Categories





WS Menu







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 (A to Z)


Rasmus ajax tutorial


 
Description: A simple ajax tutorial.
Added on: 27-Jan-2007 Hits: 293
| 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: 182
| Comments (0)

Redirecting Users


 
Description: PHP has the capability of doing thousands of different useful things. On of those useful things, is the ability to redirect users using HTTP headers alone. This is different from using plain HTML Meta tags to redirect, as using this method the user won't even see the redirect occur. This can be very useful in creating a page that redirects to different pages, depending on the input to the script.
Added on: 13-Feb-2005 Hits: 220
| Comments (0)

Reducing Exploits


 
Description: When dealing with PHP, especially dynamics, it's important to always consider security. Here are some simple tips that will help you deal with the most common of those problems and exploits.
Added on: 26-Jun-2005 Hits: 181
| 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: 156
| Comments (0)

Resize image on the fly with GD


 
Description: This is a nifty function to resize an image of unknown height and width to a pre-determined size. This is very useful if you have user submitted images, like the ones here on php builder.
Added on: 02-Aug-2005 Hits: 363
| 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)

Secure File Upload


 
Description: PHP makes uploading files easy. You can upload any type of file to your Web server. But with ease comes danger and you should be careful when allowing file uploads.
Added on: 06-Feb-2007 Hits: 209
| Comments (0)

Securing PHP Files using HTTP Authentication


 
Description: It is quite common to have the need to password protect a certain file or a set of files, in order to prevent unauthorized access to those files. There are many different alternatives on how to do this including, sessions, cookies, JavaScript and HTTP authentication. The latter of these is what we are going to concentrate on in this article.
Added on: 13-Feb-2005 Hits: 215
| 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: 186
| Comments (0)


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