Create Simple jQuery Vertical slider HTML Part Creating vertical scroll using <ul> and <li> <div id="scrollConte...
Create and download Zip folder in php ini_set("memory_limit","1280000M"); ini_set('max_execution_time', 60000...
Access modifier in php Restricting access to properties PUBLIC PRIVATE PROTECTED Those class properties and class methods which...
Authorize.net payment gateway integration Create login key and api key to check for realtime and for sandbox. You have to fill in the ...
How to Run Unit Tests Without Testing Your Patience More often than not, the software we write directly interacts with what we would labe...
Stored Function in SQL Function is mainly used in the case where it must return a value. Function can be called from SQL statements. Y...
Introduction PHP PDO Connecting to SQL: 1. new PDO("sqlsrv:Server=$servername; Database=$dbname",$username,$password); Con...