Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #3K
~9K People Reached
About Me

A MBBS Student in Madras Medical College-A TECHIE DOCTOR

Interests
A doctor and a Web Developer with programming ablities in PHP while learning JQUERY
PC Specs
DELL INSPIRON N5110(15R) | WINDOWS 7 HOME BASIC | 500GB | 4 GB RAM | InteL HD Graphics

13 Posted Topics

Member Avatar for swissknife007

I use Dell Inspiron 15R...I love it..I vote Up for Dell as it's little cheaper with same specs compared to toshiba.

Member Avatar for akshay326893
-1
2K
Member Avatar for lydia21

just use two line of codes... [CODE]$date = date_default_timezone_set('Asia/Kolkata'); $today = date("F j, Y, g:i a T");[/CODE] in the php code and use [COLOR="Red"]$date[/COLOR] where you want your values to reflect...That's it.

Member Avatar for kharthikeyan
0
3K
Member Avatar for PM312

One of your RAM might be corrupted...Blue Screen of Death is usally an indication hardware failure...if ur laptop has 2ram board try to remove either of it and see whether it works properly.

Member Avatar for PM312
0
197
Member Avatar for ekroop

Blue screen of death is a hardware problem n windows...if u have more than one ram either of ur RAM memory would have been corrupted..u should try to use the system with one ram board at a time to see which ram has failed.

Member Avatar for caperjack
0
422
Member Avatar for kartiki.mahadik

U need the latest jquery may be jquery-1.7.2.js http://code.jquery.com/jquery-1.7.2.js & validation library http://ajax.aspnetcdn.com/ajax/jquery.validate/1.9/jquery.validate.js and few codes in javascript <script type='text/javascript'> $(document).ready(function(){ // Validation $("#yourForm").validate({ rules:{ email:{required:true,email:true}, }, messages:{ email:{ required:"Enter your email address", email:"Must be valid email address"}, } }); }); </script> 'yourForm' is the id of your form...I have …

Member Avatar for tyson567
0
139
Member Avatar for mits28

I'm getting it right even without 'id'...Don't know how it is possible for mits28 to get it only with 'id'? Hey, Squidge can u explain why u suggested 'id'?

Member Avatar for tyson567
0
195
Member Avatar for tyson567

//$time in the second php code hold the time stored in the database in the same format as above(ie TIMESTAMP Format) //Save the first php code as timeago.php //include first php code u saved in the second php code as i have done.. //Use the Second Php code Wherever You …

Member Avatar for tyson567
0
1K
Member Avatar for bigpoppapumpg

but openoffice is not fully compatible with microsoft office in terms of file format as microsoft word 2010 doesn't open .odf 2.1/more

Member Avatar for tyson567
0
437
Member Avatar for mayreeh

if u use any reputed bulk sms provider, then they will definitely have php source codes, to be integrated in your website which can push sms....but to pull the phone numbers from ur database you have to create a separate php code of ur own.

Member Avatar for newbie1234
-1
370
Member Avatar for microbert

1)Download button: <form><input type="button" value="Download" onClick="window.location.href='your link'"></form> 2) print picture can be done using javascript :)

Member Avatar for ko ko
0
251
Member Avatar for eoop.org

- Try the following it may work - in line 6: 1) remove the word COUNT 2) change (`userid`) to `userid` without brackets 3) change 0" to `0`"

Member Avatar for tyson567
0
209
Member Avatar for darks
Member Avatar for tyson567
0
220
Member Avatar for anthonyjpv

In My website 1)i have a form asking the user to type the username and email id. 2)The database will verify the details 3)If the details are correct my php will generate and store current timestamp and a reset code(random code) in two separate columns without disturbing the password field. …

Member Avatar for anthonyjpv
0
171

The End.