Privacy Policy
  • Web 2.0 platform and Programming Language

    We are promoting Web 2.0 platform in our template design, xHTML in our scripting and PHP programming language in our server side programming. So try our services and be satisfied with the outcome.

  • HTML/xHTML Standard

    This site passed and uses the W3C XHTML 1.0 Transitional standard, CSS level 2.1 driven, Javascript and with a latest trend of Table-less xHTML scripting by not using <table> tag in making our script.

  • Website History

    This website was founded last October 18, 2007, fully bought the domain February 2008 and has been continually updating. We are located at heart of The City of Golden Friendship Cagayan de Oro the City.

Blogs

As a Web Developer team, we also care for other developers and programmers, especially those who are still starting to build their own websites. Innovative Web Provider provides not just websites but we also provide some tips on creating one. We use our Blog to put sort of tutorials of codes that might be helpful to some of you. Our list of tutorials includes useful Website Development and programming tutorials. We guarantee you that these examples will work as we do the same code on our services.

Search Engine Friendly URL to require no www or redirect to site without www using .htaccess

Using .htaccess to redirect your site to any specific url you want is just so easy. If you want to redirect your site to site URL that dont have wwww, like from http://www.myweb.com will be redirect to http://myweb.com. This method will help your site URL to be more minimize, clean and SEF url. So place [...]

View More One Comment Jan 19, 11 at 09:44 am

Search Engine Friendly URL to convert .php and replace with .html file extension using .htaccess

Converting or hiding .php and replace with .html file extension using .htaccess is the process of Rewriting your URL. Before we could start doing that, first enable your mod_rewrite in your apache. What is .htaccess file? .htaccess files can give you extra control over your server, allowing you to password protect directories, enable server side [...]

View More 148 Comments Jan 19, 11 at 09:44 am

Simple PHP Secure Session Login System

This tutorial deals with using Session to have a simple Secured Login system. It has 3 files the main index.php, validate.php and the logout.php, these three is the basic files in creating a simple PHP Secured Login system. Download the zip file to see and test the code. If you are interested with this blog/tutorial [...]

View More 45 Comments Jan 19, 11 at 09:43 am

Regular Expression to validate Date format in PHP/MySQL Date

This is a simple Regular Expression to validate if the string is a valid Date format in PHP/MySQL Date. $string = “2009-08-19″; // or 2009/08/19 $reg_exp = “/[0-9]{4}-[0-9]{2}-[0-9]{2}|[0-9]{4}\/[0-9]{2}\/[0-9]{2}/”; if(preg_match($reg_exp, $string) == TRUE){ echo “Valid Date Format.”; } else { echo “Not valid Date Format.”; }

View More One Comment Jan 19, 11 at 09:42 am

PHP Class for sending Email and preventing Email Spam

I have created a simple PHP class that would send email and with the proper emai header format it would not be a spam email. The following are condition to make email message not to appear as Spam emails: 1. Neader To, From, Reply-To, Cc and Bcc emails must have an existing/running domain. for example [...]

View More 97 Comments Jan 19, 11 at 09:41 am

Configuring and using IIS Web Server for PHP or installing PHP on IIS

When I was handled with a task to run a web application on my local laptop with Windows XP and to used IIS 5.1 as the web server for an existing system a realized that many tutorials out there in the internet is lacking on running also SQL Server Database for this kind of setup. [...]

View More One Comment Jan 19, 11 at 09:40 am

PHP Function to Limit String output or display

This is a PHP Function thats limits string output or display. This is useful when you have an article and you want to show the first 200 characters of that article in order for you to show only full characters when users browse the whole or specific article. While many function of this kind are [...]

View More 77 Comments Jan 19, 11 at 09:39 am

MS SQL query to Backup table records by creating a new table

Here is a MS SQL query to Backup a table records by creating a new table in the database and insert the specific Updated or Deleted records. CREATE TABLE `database_name`.`name_of_backup_table` SELECT * FROM `database_name`.`table_to_backup` WHERE `table_to_backup`.`id` IN (’1′,’2′,’3′,’4′,’5′,’6′); UPDATE or DELETE Query here…

View More One Comment Jan 19, 11 at 09:38 am

MySQL query to Backup table records by creating a new table

Here is a MySQL query to Backup a table records by creating a new table in the database and insert the specific Updated or Deleted records. SELECT * INTO `database_name`.`name_of_backup_table` FROM `database_name`.`table_to_backup` WHERE `table_to_backup`.`id` IN (’1′,’2′,’3′,’4′,’5′,’6′); UPDATE or DELETE Query here…

View More Zero Comment Jan 19, 11 at 09:37 am

Regular Expression to validate Date Time format

This is a simple Regular Expression to validate if the string is a valid Date Time format. $string = “0000-00-00 00:00:00″; $reg_exp = “/[0-9]{4}-[0-9]{2}-[0-9]{2}\s[0-9]{2}:[0-9]{2}:[0-9]{2}/”; if(preg_match($reg_exp, $string) == TRUE){ echo “Valid Date Time Format.”; } else { echo “Not valid Date Time Format.”; }

View More One Comment Jan 19, 11 at 09:30 am

My Blogs

  • Configuring CodeIgniter for website with HTTPS protocol view more...
    Posted: Jan 05, 12 at 11:27 am
  • Keyword “Cagayan de Oro PHP Programmer” iWebProvider.com is Number 1 at Google Search view more...
    Posted: Feb 15, 11 at 05:54 pm
  • PHP get root URL and root Directory path view more...
    Posted: Feb 15, 11 at 02:47 am
  • PHP Object Oriented Programming (OOP) using Model View Controller (MVC) approach view more...
    Posted: Feb 12, 11 at 01:56 pm
  • Launching of the new 2011 iWebProvider.com Template Design view more...
    Posted: Feb 03, 11 at 08:17 pm

Most Popular Blogs

  • PHP get root URL and root Directory path view more...
    Posted: Feb 15, 11 at 02:47 am
  • Search Engine Friendly URL to convert .php and replace with .html file extension using .htaccess view more...
    Posted: Jan 19, 11 at 09:44 am
  • PHP Class for sending Email and preventing Email Spam view more...
    Posted: Jan 19, 11 at 09:41 am
  • PHP Function to Limit String output or display view more...
    Posted: Jan 19, 11 at 09:39 am

Wise Words

"Hard work surpasses genius"

by: Mark

"It’s not about how many you have learned but how much you have utilized and mastered what you have learned."

by: Mark

"The function of good software is to make the complex appear to be simple."

by: Grady Booch

Latest Comments

abseiled... The best post I ever found that captured all the arguments around heading syntax was he...

by: Server

ablution... Every convenience brings its own inconveniences along with it....

by: VPS

abscises... What about "a collection of oldies..but goldies" ?...

by: Server

Keep in Touch

If you would like to find out more about us, just email us at inquiry[AT]iwebprovider.com