September 2008

25
Sep
2008
admin

Most Important Date and Time function of PHP

Following Date & Time Function so helpfull:

1. Number of days in a month
The function 'cal_days_in_month' is used to return the number of days in a month. This function takes three arguments one for calendar name, month value and year value respectively.

Syntax:
cal_days_in_month( CAL_GREGORIAN, $intMonth, $intYear);
Example:
cal_days_in_month ( CAL_GREGORIAN, 1, 2005); Output: 31

2. Calculating Days In A Month

24
Sep
2008
admin

Article Writing Ideas are Easy to Find

Quantity is almost as important as quality when using article marketing to improve your online presence. The trouble is, coming up with fresh article writing ideas can prove difficult. Try these methods when you need to come up with new articles.

The easiest technique to use is to simply read other articles. There are articles on the internet about every subject you can think of. This can often inspire you with ideas that you would never have thought of on your own.

16
Sep
2008
admin

Web Programming With PHP

Things you need to know to begin web programming with PHP:
1. Good knowledge of HTML.
2. Some knowledge of CSS.
3. Some knowledge of JavaScript.
4. Good knowledge of MySQL Database, SQL (as most php applications are database driven).
5. Good knowledge of PHP.
6. Using IIS or Apache.

Tutorial Links:
Here are the links to tutorials that may help you to accelerate your learning process.

Tags: 
10
Sep
2008
admin

PHP – MySQL Interview Question

What's PHP?

The PHP (Hypertext Preprocessor) is a programming language that allows web developers to create dynamic content that interacts with databases. PHP is basically used for developing web based software applications.

Tags: