Widgets and Snippets of Code
Widgets
The Code on this page is free to be copied and re-used.
Click to Copy to Clipboard
PHP
Get SQL result in Array
Set Time Zone
Today
Yesterday
Now
and Then
URI Test - check for string in URI
$tstring = 'sometext'; $uri = "_".$_SERVER['REQUEST_URI']; if (stripos($uri,$tstring)>0) { // do something }
Javascript & JQuery
Print
function doPrint(){ var myWindow = window.open("print.php", "", "width=900, height=1200,menubar=1"); }
AJAX Call
var data = { theParam: theValue, nextParam: nextValue }; $.ajax({ type: "POST", url: "theCallBackFunction.php", data: data, success: function(res) { $("#myDiv").html(res); } });
HTML
Web Page Frame
WidgiMax - Widgets
Bootstrap Modal Dialog
Open Modal
×
Modal Header
Some text in the modal.