Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~8K People Reached
Favorite Tags
Member Avatar for micahgeorge

I wanted to send an automated email 24hrs before an ppointment is made, and here is the code i wrote but it is first checking the date so not working correctly, please help $i=0; while($i<=$num) { $row=mysql_fetch_assoc($select); $ID=$row['ID']; $d=$row['date']; $date=date("Y-m-d"); $rem=$row['reminder']; $email=$row['email']; if(($rem=='no')&&($d==$date)) { if($row['time']<='24:00:00') { $headers = "From: [email]johndoe@yahoo.com[/email]"; …

Member Avatar for diafol
0
56
Member Avatar for micahgeorge

How can I set the time to 00:00:00, now i set it to DateTime startTine=DateTime.Now but i want to show the time as 0 everytime and run the calculation from that(0)starting time........

Member Avatar for Momerath
0
7K
Member Avatar for micahgeorge

I am very new to c# and i want to learn it......is there is a good tutorial to learn visual c# 2010 express for desktop apllication. And I wanted to to create a code(c#)to display total elasped time as a label when the user clicks an evaluate button (add or …

Member Avatar for micahgeorge
0
154
Member Avatar for micahgeorge

Hi, I was making a search box and was trying to highlight the words that the users will enter in the search box,for example if the user enter "kids" in the searchbox it should highlight the "kids" word in the result............. is anyone have an idea how to do that

Member Avatar for muralibobby2015
0
188
Member Avatar for micahgeorge

I am beginner in PHP, I was trying to display the poems which are stored in the database(mysql) to the website with php code, the problem is that the poem is showing as a paragraph....how can I display the poems the way I wanted, like line by line

Member Avatar for jogesh_p
0
168
Member Avatar for micahgeorge

Hi, Iam new to PHP I need some help I am trying to insert multiple checkboxes values <td> <input name="myvar[]" type="checkbox" value="abc"> abc<br/> <input name="myvar[]" type="checkbox" value="def"> def<br> <input name="myvar[]" type="checkbox" value="ghi"> ghi</td> along with other datas to the database, and I dont know how to do this I wrote …

Member Avatar for hielo
0
240