HTML
Use the following meta inside <head> to make URL redirection after seconds.
Continue reading PHP/HTML – Redirect URL in Seconds
Category Archives: PHP
PHP – Redirect URL After Form Submission
Remember about the PHP form which inserts the entry to database after form submission? Simple PHP + MySQL form with radio button and dropdown list
Continue reading PHP – Redirect URL After Form Submission
PHP – Run a Java Program in PHP
Running a Java program in PHP just like running the shell command as i mentioned yesterday.
Continue reading PHP – Run a Java Program in PHP
PHP – Run Shell Command
You can make use of shell_exec() to run shell command in PHP.
Continue reading PHP – Run Shell Command
PHP – Set Timezone
I am still working on the Cisco AXP. =.=
My application needs PHP PEAR but whenever i try to install/upgrade the PEAR modules. i got the following error.
Continue reading PHP – Set Timezone
PHP PEAR – Unsupported Protocol When Installing PHP Modules
There are problem when using PEAR on PHP since 5.2.9. i find this problem still exists in PHP 5.2.11 and even 5.3.
Continue reading PHP PEAR – Unsupported Protocol When Installing PHP Modules
PHP – Add Text on an Image
I find a very simple method on web about adding text on an image by PHP.
Reference: Write Text To Image
Continue reading PHP – Add Text on an Image
Simple PHP + MySQL form with radio button and dropdown list
First, create a MySQL database with the following table Continue reading Simple PHP + MySQL form with radio button and dropdown list