Archive

Posts Tagged ‘Beginners’

Few very common String Functions in PHP

Jan 31st, 2010

Here are few very common string functions in PHP for those who are new to PHP.  In that case just familiarize with these functions.
addslashes
Add backslash (\) before characters that need to be quoted before inserting into database. Those characters where backslash will be added are single quote (‘), double quote (“), backslash itself (\) and [...]

PHP Session Array

Oct 21st, 2009

In beginning, programmer think whether they can store array or not in PHP session.
Yes, you can store array in php session.

Display Message for Short Duration

Oct 13th, 2009

Display message that hide itself after certain interval or after user say’s to hide it. Released it for beginners.

Passing value from one to another considering PHP, HTML, JavaScript

May 24th, 2008

Various method of passing and exchanging variable’s value to and from php, javascript, css, html etc. Very helpful beginners.

Learn CSS: An Introductory CSS Tutorial for beginners

Apr 29th, 2007

Here this is a CSS tutorial for beginners, who know some basic structure of HTML Page. Here you will easily learn why to use CSS, how to use CSS, CSS structures.
CSS stands for Cascading Style Sheets. Styles were added to HTML 4.0.
Why we use CSS in Web Page?Previously in HTML we can design our web [...]

Learn PHP: An Introductory Tutorial for beginners

Jan 18th, 2007

Script Writing :: Simple introductory tutorial for PHP scripting
Section 1:
For start learning PHP, you must have installed PHP on your system. With this you
need Apache and Mysql. Then you can start your PHP learning path from basic to advance.
For installing PHP, MySQL and other related software on your system, XAMPP will be the easiest. It [...]

My few words to new PHP Programmer

Dec 1st, 2006

PHP is a very good scripting language. It is now like a full-fledged programming language.PHP language is in great demand today. It is directly giving competition to ASP, C#/VB. After the announcement of PHP 5, it becomes even more powerful.
As a programmer, I should have to be very sharp mind and have good analytical skill. [...]