Entries Categorized as 'Php Lesson'

Free Click Counter for your Website

Date September 7, 2007

Ccount is a PHP click counter which can also be used as a download counter. With its help you can count clicks on any link on your website. A great tool if you want to know how many times a link has been clicked, a file downloaded (“download counter”) and similar. You can also hide [...]

Basic PHP for beginners

Date April 15, 2007

Online video for PHP basic..enjoy it
Get the latest Flash Player to see this player.
[Javascript required to view Flash movie, please turn it on and refresh this page]

document.getElementById(“player1″).style.display = “”;

var s1 = new SWFObject(“http://www.myceloteh.com/wp-content/plugins/flv-embed/flvplayer.swf”,”player1″,”370″,”290″,”7″);
s1.addParam(“allowfullscreen”,”true”);
s1.addVariable(“height”,”290″);
s1.addVariable(“width”,”370″);
s1.addVariable(“file”,”/flv/0106_output.flv”);
s1.addVariable(“image”,”/flv/0106_output.jpg”);
s1.addVariable(“fsbuttonlink”,”http://www.myceloteh.com/wp-content/plugins/flv-embed/fullscreen.php?f=/flv/0106_output.flv%26r=http://www.myceloteh.com/?p=16″);
s1.write(“player1″);