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 March 10, 2011 under PHP |
In this post, I would like write a little note on using
$_REQUEST instead of $_GET or $_POST
in the future of my programming for most of the cases.
Read more of this article »
Posted by Shek on February 12, 2011 under HTML, JavaScript |
Editor’s note: In some cases, when we select one radio button, we want disable the user to have a fill in some information related which is no related to that other radio button, and so javascript helps us to do this job.
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 »