Fix Eclipse Error not found JDK
Error not found jdk you can fix on file eclipse.iniRead More →
[PHP] generate Excel (.xlsx) with SimpleXLSX
Download SimpleXLSXGen.php github : https://github.com/shuchkin/simplexlsxgen Code test.php Excel File (.xlxs)Read More →
[php] date check Sunday and Saturday
Function date_format() with Parameter “w” w – A numeric representation of the dayRead More →
How to fix mysqli_errno() deprecated in PHP Version7
Connect $conn = mysqli_connect (HOST, USERNAME, PASSWORD);mysqli_select_db ($conn,DB_NAME);Read More →
PHPMailer with html template
mail_tempalte.html sentmail.php PHPMailer github : https://github.com/PHPMailer/PHPMailerRead More →
UiPath Get DateTime to “YYYYMMDDHHMMSS” format
Code (C#) DateTime.Now.ToString(“yyyyMMddHHmmss”); Example Log Message Type IntroRead More →
[PHP] Create a folder if it doesn’t already exist
some time you may have to use PHP to dynamically create folders you can use code this for crate foldersRead More →
Mysql Configuration SQL Mode
Set my.ini Use Command Show SELECT @@GLOBAL.sql_mode; Set SET GLOBAL sql_mode = TRADITIONAL;Read More →