Widget HTML Atas

Showing posts with the label programing

How To Create Array to XML with PHP

How to Create Array to XML with PHP Extensible Markup Language (XML) is a markup language which defines a set of rules…

Get Date Yesterday in PHP

How to get date of yesterday in php ?? $yesterday = date("Y-m-d",strtotime("-1 day")); echo $yes…

How To Insert and View Vietnam Font To Mysql And PHP

Later I 've got problem with Vietnam Font when I insert Vietnam font on my web, can't save on Mysql , then i c…

PHP Error Logging Reporting Handler

PHP Error, Logging, Reporting and Handler  1.  error_get_last() example: echo $testing; print_r( error_get_last() ); ?&…

Case Studies on PHP Website Security from XSS Attack and Sql Injection

XSS (Cross Side Scripting) is a way to enter tag/script HTML  (injection) in to website for disrupt thats website. Exa…