xampp localhost code example
Example 1: xampp ubuntu
sudo chmod 755 xampp-linux-x64-7.3.5.1-installer.run
Example 2: how to edit saved data on xampp
//open your table and click on edit and then click update
UPDATE `books` //where books is table name
SET `bookid`=newvalue,//write what you want to change and new value
`bookname`=newvalue1//write only those value what you want to change
WHERE
bookid='oldvalue' //write any value so that xamp found what row want to chnage
//.........OR..........//
authorsname='oldvalue' //write any value so that xamp found what row want to chnage
//And press Go
Example 3: xampp ubuntu
ls –l xampp-linux-x64-7.3.5.1-installer.run