TutorialsRoom.com, Where knowledge lands
RSS Feed

Subscribe: RSS or e-mail

Web Development » PHP

Rss Count As Pure Text

Rss Count As Pure Text Tutorial
Learn how to display your rss count as pure text, instead of the feedburner image.
Rating: 2.3/5 (11 votes)

Mysql Powered Web Template Management System

Mysql Powered Web Template Management System Tutorial
Learn how to create a neat system for originally managing website templates, but can be easily adapted to have many other uses.
Rating: 3.0/5 (23 votes)

Php - Regex (regular Expressions With Preg).

Php - Regex (regular Expressions With Preg). Tutorial
Using Regex in PHP can be pretty hard, that's why I made this tutorial, hopefully it will help you out big time. It will teach you about Regular expressions using preg_replace and preg_match.
qlilp.com | Web Development Tutorials » PHP | March 4th, 2009
Rating: 2.7/5 (6 votes)

How to Disable Magic Quotes Using Php.ini

How to Disable Magic Quotes Using Php.ini Tutorial
I recommend you turn off magic quotes and escape characters using mysql_real_escape_string instead.
Rating: 2.7/5 (6 votes)

Url Query String Basics

Url Query String Basics Tutorial
Have you noticed an URL with a question mark following the filename? Most probably you have. This is a technique used to pass data to web pages using URL query strings. What is a URL query string?
Rating: 2.7/5 (12 votes)

Learning Oop in Php Asap!

Learning Oop in Php Asap! Tutorial
PHP is so much more than a scripting language. It's a full-fledged language capable of building very complex applications. By harnessing the full power of Object Oriented Programming, you can reduce the amount of time you spend coding and use it to build better websites. This tutorial will show you how.
nettuts.com | Web Development Tutorials » PHP | February 7th, 2009
Rating: 2.5/5 (13 votes)

Everything About Hashing - the Truths And Myths

Everything About Hashing - the Truths And Myths Tutorial
If you are a web programmer you most likely have come across with hashing. Hashing is a general term used for functions that hash. A hash function is a very good tool that you should learn to use properly.
Rating: 1.7/5 (11 votes)

Displaying Form Errors As a List in Cakephp

Displaying Form Errors As a List in Cakephp Tutorial
When a form is submitted in CakePHP, any errors that fail the model validation are displayed after each respective input field. But if you're like me and really dislike that structure and output, and would rather have your errors displayed in a list above the form (an example would be my contact form), then this is how you would achieve it.
www.milesj.me | Web Development Tutorials » PHP | January 17th, 2009
Rating: 2.9/5 (8 votes)

Advanced Use of Arrays in Php

Advanced Use of Arrays in Php Tutorial
This post is a part two of the first post on the basics of arrays. Today we’ll look at some useful functions built for using with arrays that come as standard with PHP and some more advanced techniques.
thephpblog.com | Web Development Tutorials » PHP | January 15th, 2009
Rating: 2.7/5 (9 votes)

How to Send Email From a Contact Form With Php

How to Send Email From a Contact Form With Php Tutorial
Want to know how to send email from a PHP script? Need visitors to send feedback to your email? You can use a PHP contact form. In this tutorial you'll learn how to create contact form with a php script that will send a simple text-only email.
Rating: 1.6/5 (8 votes)
Go to Page: « Prev 1 2 34 5 6 7 8 9 Next »
Copyright © 2007-2012 Hazem Osman. All rights reserved. Terms & Conditions