Create PHP report Using Excel

Posted on September 20th, 2008 in PHP by justi

you can try this code to generate your file to Excel for reporting,,this simple code and you can copy or paste and edit this code for your experience..

download
excel_report.php
try to fun n learning…

Connect and Access Webcame using PHP

Posted on September 15th, 2008 in PHP by justi

this script is module to access webcame hardware,,you can using this template for your experiment or lecture..this module will be autorefresh image webcame by timer and show to window..created by PHP script

tyr it for enjoy PHP

download
webcam-4.7.0.tar.gz

free template php

Posted on June 19th, 2008 in PHP by justi

this file is php source code and may be you can use to parctice php programming,, below is sample h0w to create progress bar use php, create file upload, create chat, create calculator online.

download :

progress_bar.zip file size 1.56 KB
file_upload.zip file size 1.22 KB
chat.zip file size 3.73 KB
calculator.zip file size 0.88 KB

Recover MD5 password

Posted on June 10th, 2008 in PHP by justi

in tutorial you can using this tools to recover md5 password if you forgot your password..try it if you want to do…using GUI to install and easy to using this tools.

Md5 decrypt tollsfile size 503.84 KB

Create Calculator Online 2 using PHP

Posted on June 9th, 2008 in PHP by justi

this project same as lasttime but in this project we use select to choose the logic operation,, for php code you can download and try this at home..

Create Calculator Online using PHP

Posted on June 6th, 2008 in PHP by justi

in this time we will to create application Calculator Online using PHP, for beginer user you can get this file to learn about Control Structure use IF and ELSEIF.

this practice is application from articel Control Structure lasttime and applicated in this project, this project have 3 file there are form_kalkulator.php, hitung.php and css file for style there is simple practice for you and you can get for free..

download

Control Structur PHP

Posted on June 2nd, 2008 in PHP by justi

IF Statement
IF construct using to execution a statement with condition.

Methode to type IF structur is :

if (condition)

{

statement

}

Variable in PHP

Posted on June 2nd, 2008 in PHP by justi

Variable used to save file temporary and the result changeable each running program. In PHP each name must be begin with dollar symbol ($) and continue by variable name, variable in PHP disregard there file is integer, real or string because PHP automatic will be convert data by type.

PHP Fundamental

Posted on June 2nd, 2008 in PHP by justi

PHP is scripting language include with HTML (Hypertext Markup Language) and running at serverside. It means all sintaks will be running at server and just result was send to browser.

Before start the PHP you must running well server web and PHP scricpt . To create web with PHP script you just using teks editor.