TutorialsRoom.com, Where knowledge lands
RSS Feed

Subscribe: RSS or e-mail

Web Design & Development Tutorials

Basic Php/mysql Pagination

Basic Php/mysql Pagination Tutorial
Do you have a MySQL query with several rows to display? This tutorial will show you in 7 simple steps how to display MySQL results over a number of pages. It will create the following navigation links: FIRST, LAST, NEXT and PREVIOUS. It is probably easier than you thought.
Rating: 1.4/5 (8 votes)

How to Map Addresses From a Database Using Google Maps Api

How to Map Addresses From a Database Using Google Maps Api Tutorial
The first time I wanted to pull addresses from MySQL and map then using Google Maps API, I went through the Google Maps API Documentation, followed several online tutorials and used code other developers provided online but I couldn’t achieve what I wanted. After several days of hair pulling and heavy coffee drinking, I put together what I had learned from all that and voila!
Rating: 2.0/5 (8 votes)

Sql Injection Attack Prevention: Protect Your Script From Hackers

Sql Injection Attack Prevention: Protect Your Script From Hackers Tutorial
Anybody that codes a script that accepts user input and inserts data into a sql database must make sure the database's integrity is protected. Is your database safe from SQL injection attacks?
Rating: 1.8/5 (4 votes)

Code Teaching How to Maxmise Social Media Traffic

Code Teaching How to Maxmise Social Media Traffic Tutorial
The code shows how you can find out where your visitors are coming from and using this information maximizes the social media interaction.
thenexus.tk | Web Development Tutorials » PHP | January 5th, 2009
Rating: 2.8/5 (6 votes)

Create a Php Script That Logins in to a Password Protected Area

Create a Php Script That Logins in to a Password Protected Area Tutorial
The aim of this tutorial is to help you create a web fetching script that can extract content from a password protected area using the necessary login credentials. I will use the well know cURL command line tool to connect to the protected web area.
Rating: 3.4/5 (5 votes)

Using Codeigniter for Php Application Development

Using Codeigniter for Php Application Development Tutorial
This article explains how effective PHP Framework web applications are developed using CodeIgniter, along with its important features and advantages, with an example
Rating: 2.3/5 (3 votes)

Bare Basics - Arrays

Bare Basics - Arrays Tutorial
One thing you can’t escape in your PHP journey is arrays, at one point or another they’ll crop up in your simple script, your project or anything in between. Arrays are relatively to simple to use, but can be a bit daunting for people new to programming or just PHP.
thephpblog.com | Web Development Tutorials » PHP | December 28th, 2008
Rating: 3.2/5 (6 votes)

How to Create an Advanced Bad And Naughty Words Filter

How to Create an Advanced Bad And Naughty Words Filter Tutorial
This is a PHP Class useful if you need to filter (bad, naughty) words from a string (text), whether is a simple string or one containing HTML tags.
Rating: 3.0/5 (4 votes)

How to Create a Word Popularity Script

How to Create a Word Popularity Script Tutorial
This is a function that is meant to calculate the density of the words from a text. Since there are many words that have less then 3 characters, I’ve decided to add a filter that will not take into account words that aren’t bigger then (X) characters (examples: if, or, is, it etc.).
Rating: 3.0/5 (4 votes)

How to Validate an Email Address With Php

How to Validate an Email Address With Php Tutorial
There are a lot of cases in which you will need to check for a valid email address. As merely humans, subscribers to our online newsletters might inadvertently misspell their email address. Whatever the mistake the user makes, our script must be prepared.
Rating: 2.1/5 (8 votes)
Go to Page: « Prev 14 15 16 17 1819 20 21 22 23 24... 28 Next »
Copyright © 2007-2012 Hazem Osman. All rights reserved. Terms & Conditions