Checks a whois server to see if a domain has been registered. Returns boolean false the domain name is not taken.
PHP Snippets
Every PHP developer needs a good and reliable collection of code snippets. In this category, you will find 900+ copy and paste code snippets that will help in your next PHP project.
Change Progessive Images to Non-Progressive Images and Thumbnails for Flash applications This script can also be used to dynamically create cropped thumbnails for any application This script was only written
uses of constructor in class for database connection and selection
A function to add or replace the value of a particular query parameter It assumes typical amp -separated parameters — Parameters — query The query string still url-encoded param The
Hi I have a project that required a user to enter URL for any site then I will save the HTML page for this site in my server like brwser
Alternate row colors in rows in a table. Includes three separate versions of the function to demonstrate multiple ways to achieve same effect.
connection to interbase server with Borland 5.02 api
Its so simple try it:
Two basic functions to convert a mySQL date to a UNIX timestamp and back.
A PHP function that uses the syntax such as quadratic ‘both’ to return both roots of the quadratic formula x x Originally written as a javascript function it’s been converted