This is a simple clock that you can call as an image from anywhere on your site. All you have to do is call the file CowTime.php as an image and it will do the rest. You can pass parameters to the script (described in the instructions) to change it from 12 to 24 hour and also add the seconds. NO PHP PROGRAMMING REQUIRED.
If you have an emusic account like I do, but are frustrated with the way how zinf saves downloads, then use this little PHP script to handle parallel downloads in the background for you. It organizes your artists and albums into separate directories so you can easily select them to burn or place in your MP3 player.
RaQ CP is a Reseller Control Panel for Cobalt RaQs. It enables hosting companies running Cobalt RaQ Appliances to provide their resellers with an interface to add domains, manage users, manage subdomains, mySQL databases and many other. On the same time, Administrator can limit the amount of databases the reseller can use, the number of accounts he can add and many other options. Runs only on Cobalt RaQ Appliances.
DESCRIPTION:
Simple SQL provides functions to retrieve single fields or rows of a table, insert rows given arrays of column names and values, update single fields of a given table row, delete given table rows and many other common needs.
ADVANTAGES:
- This PHP class file will eliminate nearly all code from the built in std mysql PHP functions.
- Speed, it will dramatically decrease development and execution time.
- Extremely easy to use; one hardly has to understand the MySQL syntax.
- It automatically determines whether or not there is an open connection to the MySQL server. It will connect and reconnect automatically.
- The built in debugging functions make it easy to solve syntax error and logic error.
- Supports arrays for arguments and returns ASSOC arrays from the DB with indexes.
- Stores resource links and common variables such as the last table used.