How to change DocumentRoot on Binami Wamp
2018-12-09
In clase use wampstack-5.5.26 Edit File : bitnami.confPath : C:\Bitnami\wampstack-5.5.26-0\apache2\conf\bitnami\bitnami.conf Old Edit to www Read More →
How to change DocumentRoot on Wampserver
2018-12-09
In case use Wampserver 3.1.3 Edit File : httpd-vhosts.conf Path : C:\wamp64\bin\apache\apache2.4.33\conf\extra\httpd-vhosts.conf Default RootDocument Ex : change to C:/wwwRead More →
How to passing PHP objects to javascript
2018-11-03
var car = <?php echo json_encode($car); ?>; console.log(car);Read More →
Enable breadcrumbs on vscode
2018-10-26
Open setting >Open User Settings Add command “breadcrumbs.enabled”: true ResultRead More →
How to add file .jar to pom.xml
2018-10-23
You can add local dependencies directly see exampleRead More →
Dump SQL File Big File On MySQL
2018-10-23
mysql -h yourhostname -u username -p databasename < yoursqlfile.sqlRead More →