- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
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
Re: I use Dell Inspiron 15R...I love it..I vote Up for Dell as it's little cheaper with same specs compared to toshiba. | |
Re: 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. | |
Re: 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. | |
Re: 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. | |
Re: 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 … | |
Re: 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'? | |
//$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 … | |
Re: 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 | |
Re: 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. | |
Re: 1)Download button: <form><input type="button" value="Download" onClick="window.location.href='your link'"></form> 2) print picture can be done using javascript :) | |
Re: - 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`" | |
Re: 1)have you typed the number of copies correctly? 2)are the extra pages being printed with text or just come empty? | |
Re: 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. … |
The End.