php.net

When Internet Goes Dark [SOPA]

January 18, 2012 when internet goes dark againts Internet Censorship in US, the free software community had launch a 24 hours campaign to protest SOPA known as H.R 3261. With the power of internet and...
0 comment
w3certified_biglogo

PHP w3Schools Certified

I finally completed and passed the w3schools PHP & MySQL certification, even I heard the w3fools claims againts w3school. I still continue to get the certification, first because it’s already...
0 comment

PHP Is A Templating Language

I found out this blog post from Terry Chay he is a PHP developer and advocate, this is one of his post about the important about PHP as programming language. PHP is a templating language, not a general...
0 comment

Install And Configure LAMP [Linux, Apache, MySql & PHP]

Sharing some of my configuration using Linux Trisquel Gnu/Linux free operating software, as a web developer LAMP or Linux Apache MySql and PHP are some of standard application, database and tools that...
0 comment

Shop & Pay Cash – Facebook Apps

March 2011, when I become a part of development group of cashsense.com, my part is to develop and integrate merchandise item to facebook application page as store, using the new facebook graph API and...
0 comment

Sharing Simple PHP Web Application Project

I’m sharing this simple PHP web application project that I found in my archive (Not in my closet), it’s for a cell phone loading station business I develop 8 years ago. This php application includes...
0 comment

PHP cURL Example

The following example is on how to use the PHP cURL request and transform the respond data into simple xml content. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 //construct...
0 comment

PHP FTP/SFTP Function

Sharing the two powerful PHP file transfer function using FTP and SFTP. FTP 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 function...
3 comments
Page 1 of 212