EXEIdeas | December 15th, 2022 | 2 Comments | HTML-CSS-PHP-JavaScript / PHP CodesSo many times we are required to print the JSON in a pretty format because it is easy to read and understood. As we know JSON (JavaScript object notation) is a lightweight data-interchange format. It ...
EXEIdeas | October 6th, 2022 | 0 Comments | HTML-CSS-PHP-JavaScript / PHP CodesHi! Here let’s see how to secure passwords in PHP. Developers have a huge responsibility when handling sensitive user data, such as passwords. They must take necessary precautions to store pass...
EXEIdeas | November 8th, 2021 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesSo many times we are required to print the JSON in pretty format because it is easy to read and understood. As we know JSON (JavaScript object notation) is a lightweight data-interchange format. It is...
EXEIdeas | October 12th, 2020 | 2 Comments | HTML-CSS-PHP-JavaScript / PHP CodesThe database backup is the most important task for every web developer. Regular database backup prevents the risk to lose the data and it helps to restore the database if any issue occurred. So, Expor...
EXEIdeas | August 28th, 2020 | 2 Comments | HTML-CSS-PHP-JavaScript / PHP CodesExport MySQL Database Tables is a familiar operation for many of us. phpMyAdmin is the go-to choice for a database client in PHP. It provides database administration tools and also allows Exporting My...
EXEIdeas | March 14th, 2017 | 0 Comments | Guest Post / Internet / Internet InformationNowadays, keeping photos, music, videos, personal files stored in the computer’s hard drive is certainly a good idea but computer’s hard drive can be crashed or lost suddenly. There is a c...
EXEIdeas | April 10th, 2016 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesYou know well about HTML MARQUEE Tag for scrolling data in simple way with controlling it via HTML attributes but there is a big problem there that when your data will end then it will scroll blank sp...