Learn PHP Free Just another WordPress site

  Subscribe via RSS

  Follow @XavierMedia

Archive for January, 2011

That is best and fastest way to learn PHP to create client-server pages?

Sunday, January 30th, 2011

I designed new brain-storming web site, but I need help of programmer PHP Pro. who can help me with client-server pages.
So, that is the fastest way to learn PHP and where I can do it around New-York city? If you know let me know.

Popularity: 6% [?]

Learn PHP Now – How to make guestbook without database (1/4)

Thursday, January 20th, 2011


phpvideos.net (for better quality) Learn how to create a guestbook in PHP without a database

Popularity: 7% [?]

Learning Ruby: Expert Advice for Absolute Beginners

Saturday, January 15th, 2011

Learning Ruby: Expert Advice for Absolute Beginners
The Web Development Series is supported by Rackspace, the better way to do hosting. Learn more about Rackspace's hosting solutions here.

Read more on Mashable via Yahoo! News

Popularity: 13% [?]

What is the best book or resource to learn beginning php ?

Monday, January 10th, 2011

I am looking for a great resource to learn php for a novice. Can anyone suggest a great book or web resource?

Popularity: 8% [?]

Learn PHP Now – Hit counter

Wednesday, January 5th, 2011


phpvideos.net (for better quality) Simple flatfile PHP hit counter define("HITCOUNT", "hitcount.txt"); function addOne() { $fh = fopen(HITCOUNT, "r"); $count = fread($fh, filesize(HITCOUNT)); fclose($fh); $count = $count + 1; $fh = fopen(HITCOUNT, "w"); fwrite($fh, $count); fclose($fh); } function getCount() { $fh = fopen(HITCOUNT, "r"); $count = fread($fh, filesize(HITCOUNT)); fclose($fh); return $count; } addone(); echo getCount(); echo "views so far.";

Popularity: 9% [?]




© Copyright 1996-2012 Xavier Media®. All rights reserved.
Contact us | Support/help | Privacy Policy | About Xavier Media
The World According to Xavier | Powered by Yahoo! Answers