Flag Your Query       



  • Web Development   Follow
  • How to place same header in all HTML pages?

    + Request
        Vinay Kumar   Answered

    so basically you want the same head style on all pages of the website it is a very easy taskit is called the master header. cut all code of the header  and paste it into one page make sure t 


     Answer   Up 0 | Down 0




  • Web Development   Follow
  • how to send mail in php using phpmailer?

    + Request
        Vinay Kumar   Answered

    When we develop a web application where we often need to develop an email communication system where the service provider can connect with the client or vice versa. This is very helpful when we need t 


     Answer   Up 0 | Down 0




  • Web Development   Follow
  • What SQL command is used to show database?

    + Request
        Vinay Kumar   Answered

    It is very easy to get database list in MySQL just enter following command in SQL query and we can get all list of databaseCommand: show databases ;for current selected database command is : status;&n 


     Answer   Up 0 | Down 0




  • Web Development   Follow
  • How to get data between two date in sql when date save in type varchar (Y-m-d h:i:s) format ?

    + Request
        Vinay Kumar   Answered

    Answer sql query :  $date_from='2022-04-13 12:02:33';$date_to='2022-04-10 12:02:33';$date_from_second= strtotime(date($date_from));$date_to_second= strtotime(date($date_to));$datediff_second 


     Answer   Up 0 | Down 0