Variable variables – Get parameters of HTML elements which generated with a PHP for loop

Posted by Shek on November 30, 2011 under PHP | 2 Comments to Read

This post is the continuation of the post “Create a HTML form with PHP for loop and table”. It mainly focus on how to catch the HTML elements’ data generated from a PHP of a HTML form, it also talks about PHP Variable variables.

Read more of this article »

Run different XML scenarios by typing in different URL ending with PHP

Posted by Shek on May 9, 2011 under PHP, XML | Be the First to Comment

In this post, I am going to show how to run different xml file (scenario) for the webpage by typing in different URL ending, example: www.phpsuperblog.com/index.php?scenarioA.xml, it will run the scenarioA.xml file’s scenario.

Read more of this article »

Generate random password with PHP rand function

Posted by Shek on May 8, 2011 under PHP | Be the First to Comment

In system designing, there are many cases which requires user to login in order to access some restricted areas. And so, we might need to generate an initial password for the user. Here I am going to show you how to generate random passwords with integers

Read more of this article »

PHP and oracle database 10g Enterprise Edition Part 2

Posted by Shek on May 1, 2011 under Oracle, PHP | Be the First to Comment

In this post, I will continue my recording on PHP and oracle database 10g Enterprise Edition

Read more of this article »

PHP and oracle database 10g Enterprise Edition Part 1

Posted by Shek on under Oracle, PHP | Be the First to Comment

In this post, I recorded the operations which I have used in my past web project which involving PHP and the oracle database 10g Enterprise Edition.

Read more of this article »

Using XML elements as HTML form drop down menu items with PHP

Posted by Shek on April 30, 2011 under PHP, XML | Read the First Comment

In my previous post, I have mentioned about using MySQL data as drop down menu items. Here in this post, I am going to show how to use XML elements as HTML form drop down menu items, by doing so, we could use the XML file as a configuration file.

Read more of this article »

Page 1 of 912345...Last »