Get Adobe Flash player
RSS & Social Networks
Links
Get SEO Help Videos & Leran to Get Your site on First Page of Google and More.
IG Webs
igwebs' Home Page.

Premium Website Templates
Check it Out Now And See.

Add to Technorati Favorites

On-line Dater's Feedback
Post annonymously & see who's posting about you!

SoWhatDidYouThink Blog
Read the most facinating posts about dating & relationships.
Subscribe to RSS Feed
Subscribe by Email

Enter your email address to subscribe by email:

Delivered by FeedBurner

Get My Widgets
Get Widget

php tips

Introducing PHP:

You’ve probably heard the word “PHP” thrown around a lot. Even if you haven’t, you’ve definitely used PHP (knowingly or not) while browsing the internet. PHP is used in many online applications – Facebook, Google and many other major websites use PHP. But what exactly is PHP in the first place?

If you are not familiar with how databases databases work, then it can appear a little overwhelming in the beginning. It can all be simplified with a little information. A database is collected information arranged in a specific way, making it simpler and simpler to find information when needed. While an information base can be used for single user applications, they are very helpful for systems that have multi-users.

1. The content is separated from the design

Ever wanted to use today’s date or a future date of an event you are planning on your site or blog? As usual, there are many ways of doing this simple task but php offers the simplest way by using  just one line of code

Today is <?php echo date(‘M d, Y’); ?>

The browser will display today’s date in the format of  Oct 11, 2009. Of course if you try this the date will be that day’s date.