Posted by Shek on November 30, 2011 under PHP |
Read more of this article »
Posted by Shek on October 16, 2011 under JavaScript |
In this post, I am going to show by checking a checkbox to disable multiple HTML text field elements
Read more of this article »
Posted by Shek on August 11, 2011 under HTML, JavaScript |
In this post, I am going to show how to use the same JavaScript function for different HTML forms, this could help in situations when multiple forms need to preform the same operation but with different inputs.
Read more of this article »
Posted by Shek on October 22, 2010 under HTML |
Editor’s note: HTML form normally submitted with a button, however in some cases when the user wants to have an action (submit some data to another page) by clicking a radio button, a little javascript would do the job, and here is an example:
Read more of this article »
Posted by Shek on July 30, 2010 under HTML, PHP |
Editor’s note: In some cases when you try to create a HTML form for user to input data, you might like to include a set of check boxes for them to input multiple choices, however in order to get the data from a set of check boxes with PHP, I think the easier way is to use array for it, and here in this example I am going to show you how to do so
Read more of this article »
Posted by Shek on June 19, 2010 under Fedora 12, Linux |
In this post,I will show you how to Fedora 12 Setup Apache Web Server.
Read more of this article »