Category: programming
-
CSS Styles for drop down SELECT boxes
Styles for SELECT box as well as the OPTION fields. OneTwoThreeFour One Two Three Four
-
PHP – Simple Function for URL Redirection
Redirecting to another URL in PHP requires passing the Location header and exiting thereafter: Though this method does work, I find it rather unclean. So, I prefer specifying the HTTP status code and also returning HTML/JavaScript for redirection. The HTML can be quite using when the page client is on a connection with very limited…