Hello,
I have a set of four rows each corresponding to a different time and a set of 7 columns which represent the days of week.Every cell has a textfield and a dropdown box associated with it.My code is as follows.
<tr>
<td width="100%" colspan="4">
<table width="100%">
<tr>...
Hi all,
The issue is i am selecting option 1 and then going to the next page and i am coming back.The option MALE is being saved.When i try to echo it,nothing is showing up.
<tr>
<td class="tdvisitbig">
<select class="selectbig" name="gender">
<?
$arr = array("1"=>"MALE"...
I have a code and the way it should work is,when they click on NEW CUSTOMER,it takes them to test1.php where in they enter the details and they hit submit.it saves all the details in properly in the database and when i go back and hit REFRESH ,it should come up with the customer details which...
Hi all,
I have a textbox.The user will be entering entering a number in this box.The user should enter two digits followed by a period "." and another digit.It would look something like 22.3 or 00.5 or 01.2.
If the textbox is not empty,I want to enforce a function which validates the value...
Hi,
I am totally new to coding and i would need some help regarding this question of mine. the question is that,
I have around 5 html pages.I am trying to walk the user through each phase and thats the reason i have diffent page for entering the info.Each html page has certain text fields.For...
Hi,
Could anyone tell the logic/code for the following scenario(i need using GET).
Suppose we are given the username and password (obtained through some method).now we should append the username and password to the querystring(using GET method), send the values to the server (get the user...
Hello,
I have a small project, wherein i have to develop a keypad with all the digits+backspace+decimal (all as buttons).These digits when clicked should populate a form field(say a text box).This keypad should be located next to the form field as a link.
The keypad should be preferably...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.