Overview This Tutorial will teach you how to use and configure Sublime Text. How to install packages in sublime text editor How to remove packages […]
Read MoreCategory: Developer tips
Visual Studio Code
Overview Introduction How to install extensions Basic requirements FTP connection Git Find and Replace Workspace/Project Bonus points. Prons Cons Conclusion Introduction Visual studio code […]
Read MoreAuto complete WooCommerce orders for WPLMS
If product is virtual & downloadable then WooCommerce marks order marked as complete. For WPLMS we set product as virtual only. Actually for WPLMS most […]
Read MoreHandling database in PHP
Creating database connection PHP provides mysql_connect function to open a database connection. Handling database in PHP connection mysql_connect(server,user,passwd,new_link,client_flag); server : Optional , The host name […]
Read MoreSession Handling in PHP
What is session ? A normal HTML website will not pass data from one page to another. In other words, all information is forgotten when […]
Read More