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...
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...
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...
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...
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...
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...
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...
Do I really need a PHP framework?
Two weeks ago when I start searching for PHP framework that I can use for my web project development, I landed to a three different framework witch CakePHP, CodeIgniter and DooPHP both of them promise...


