How can I know my join /start date of Gmail account 1.Goto Your Gmail Account 2.Take Gmail settings 3.click on Forwarding and POP/IMAP tab 4.You can see the POP Download menu. Status: POP is enabled for all mail that has arrived since 7/25/12 From the above sentence you will get the joining or start…
how to download godaddy site
Through Godaddy File Manager, the users can only download one file at a time. If you are looking to download a site , the users can archive all of the files into a compressed file , and then download the archive. The tutorial of creating an archive through the File Manager can be found here:…
see the google magic
Click on the following link and see the google magic http://elgoog.im/
php substr function
substr() is used to limit the post length. Syntax: substr($string,start position,end position) Example: <?php echo substr(“Hello smarttips”,0,4); ?> Output:Hello
Relational Operators in sql
Programmers are using number of relational operators for producing required results Commonly used ones are = Equalto < lessthan > greater than <= lessthan or equalto >= greater than or equal to <> IS NOT ! not ^ like -like operator