TutorialsRoom.com, Where knowledge lands
RSS Feed

Subscribe: RSS or e-mail

Tutorials Written By www.coderemix.com

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)

How to Center a Div Block Horizontally the Simple And Easy Way

How to Center a Div Block Horizontally the Simple And Easy Way Tutorial
Let's say you want to design a Website with the content floating in the middle. Some coders like to use liquid layouts, which means that the horizontal width of the content div box changes according to the size of the browser window. Other designers use fixed-width layouts, which means that the width of the content div box will remain the same independent from the size of the browser window.
Rating: 2.3/5 (7 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)

How to Print Screen on a Mac?

How to Print Screen on a Mac? Tutorial
Are you new to Mac and are looking for the Print Screen key? Stop looking, most probably you will not find it. But there are some combinations of keys that will do the same thing and a bit more.
www.coderemix.com | Photoshop Tutorials » Basics | January 14th, 2009
Rating: 2.0/5 (7 votes)

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)

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)
Copyright © 2007-2012 Hazem Osman. All rights reserved. Terms & Conditions