Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
php x 5
Member Avatar for nitnayak

This is probably a stupid question, but I don’t know this stuff and need some help. I have a form with 2 text box, and I want to pass the user-entered contents of the 1st text box to a php variable ($size)(without posting the page) on onBlur of 1st textbox. …

Member Avatar for tomato.pgn
0
171
Member Avatar for nitnayak

can any one help me with this code, I am using this code for display No.of days in given date date format is 25/04/2011 [CODE]function month() { var date = document.getElementById('datetxt').value; var curr_month = parseFloat(date.substring(3,5)); var curr_year = parseFloat(date.substring(6,10)); var day = cal_days_in_month(CAL_GREGORIAN, Number(curr_month),Number(curr_year)); document.getElementById('nodaytxt').value= day ; }[/CODE] Its not …

Member Avatar for youvi
-1
50
Member Avatar for nitnayak

Hi, I am using 2 text box. one text box contains date (25/04/2011 format),when i focus on 2nd text box it should show month of 1st text box. please give me the code for it

Member Avatar for metalix
0
89
Member Avatar for nitnayak

Hi i am new for PHP. I want help, I added one selection box in my form and some text box and one Save button.When page load Selection box fills with some data form MySQL table,i know this much only now i want when i select other value from selection …

Member Avatar for saadsaidi
-1
841