Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~7K People Reached
Favorite Tags
Member Avatar for kuteinheart

Hi, I have two forms: one which displays the list of projects in a dropdown box from mysql db second one is a date picker form. after this i have a submit button. Now, when i click the submit button I want to get the details of the Users corresponding …

Member Avatar for jessica007
0
6K
Member Avatar for kuteinheart

hey ppl, I want to open up a list box with the values equal to the selection from the first and the second list boxes I have. Since I wan the list box to be displayed on the same page i am using AJAX. Here is the code for the …

Member Avatar for UzuNarU
0
142
Member Avatar for kuteinheart

Hey ppl, I am fairly new to ms access & VBA... I have a list box and a command box in my form... The list box contains all the car brands like chevrolet, toyota etc., I have table with fields ItemName which has all the list of car names (Camry, …

Member Avatar for vb5prgrmr
0
78
Member Avatar for kuteinheart

Hey ppl, I have a couple of php codes for displaying the list box, depending on the selection from the first list box... I am trying to diplay all the list box on the same page using AJAX The problem is, My first , second & the third list box …

Member Avatar for as.bhanuprakash
0
117
Member Avatar for kuteinheart

Hi ppl, I have a mail function as follows: [CODE]mail($mail_to,$mail_sub,$mail_mesg,$headers);[/CODE] Now, for $mail_mesg i want the message to be in html format as follows: [CODE]$mail_mesg="You have received a message from ur boss... <a href=Login.php>Click here to view it.... </a>"[/CODE] But this is not working... the code b/w <a> </a> is …

Member Avatar for liamfriel
0
83
Member Avatar for kuteinheart

Hey ppl, I am using wampserver for my Website development... Now, I want to send mail to a particular user from mysql table... when i use the mail function for PHP code [CODE]mail($mail_to,$mail_sub,$mail_mesg,$headers)[/CODE] I am getting the error as follows [CODE]Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" …

Member Avatar for kuteinheart
0
345
Member Avatar for kuteinheart

Hey ppl, I have a form with the start date and end date fields... I want to check if bothe fields are filled and also to check if the start date is earlier than the end date... [CODE] <form id="form1" name="form1" method="post" action="get2.php" onSubmit="return validateform(this)"> Checking code... <script language="javascript"> <!-- …

Member Avatar for rajabhaskar525
0
221
Member Avatar for kuteinheart

Hi PPL, I have a table in my web page which will be displayed when I select an option from a dropdown box. The table appears as follows: [CODE] Username Assignment Date Update me work 2010-01-21 (submit button) you hello 2010-01-20 (submit button) [/CODE] Now when i click the submit …

Member Avatar for cwarn23
0
120
Member Avatar for kuteinheart

Hi ppl, I have a form with a drop down box and a calendar picker. I want to check if both these fields have been filled to proceed to the next page. [CODE]echo "<select name=Project value =' '>ProjectName</option>"; echo "<option>Select Project</option>"; while ($row=mysql_fetch_array($result)) { echo "<OPTION VALUE=$row[Project_Id]>$row[ProjectName]</option>"; } echo"</select>"; ?></td> …

Member Avatar for kuteinheart
0
99
Member Avatar for kuteinheart

Hi ppl, In a drop down box in PHP i want a distinct value of Date from a column in mysql table. [CODE=text]W_Id FinishedDate Username 1 2010-01-25 me 2 2010-01-25 you 3 2010-01-25 she 4 2010-01-26 me 5 2010-01-26 you 6 2010-01-26 she[/CODE] In the dropdown box i want 2010-01-25 …

Member Avatar for manish.s
0
190
Member Avatar for kuteinheart

hi, I have a varible which i want to pass it to an AKAX function as a parameter... HOW DO I DO IT???? Here is my code: [CODE] <?php $Username=$_GET['Username']; blah blah blah echo "<select name=WD value=' ' onChange=showDetails(this.value, '$Username')>Date</option>"; /* The onchange function is as follows*/ function showDetails(FinishedDate, Username) …

0
58