Showing posts with label down. Show all posts
Showing posts with label down. Show all posts

Sunday, June 26, 2016

Dynamic Drop Down Menu using PHP and MySQLi

We have already seen tutorial about simple Drop Down Menu using CSS3 and jQuery, and this tutorial will cover creating a Dynamic Horizontal Drop Down Menu with its sub menu using PHP and MySQLi, it’s a simple concept and easy to create with PHP and MySQLi, you can also add and set links in main menu and sub menu from database data using PHP, I’ve used MySQLi object method, so let’s take a look at this tutorial.
Dynamic Drop Down Menu using PHP and MySQLi
Read more »

Saturday, June 25, 2016

How to Create Drop Down Menu using CSS3 and JQuery

Today i would like to show, How to Create Drop Down Menu using CSS3 and jQuery. Designing a Simple Drop Down Menu with HTML by Implementing CSS and jQuery is very easy to create. A simple horizontal menu that shows it’s sub menu on mouse hover. when you hover a mouse on main link it will show it’s sub menu. just take a look at this tutorial.
How to Create Drop Down Menu using CSS3 and JQuery
Read more »

Saturday, June 11, 2016

Database Servers Down Alarm

This class is made by Alexander Selifonov and can be used to send alarm messages when databases are down.

It can check one or more database servers by connecting to them to see if they are up or down.

The class can send an alert e-mail or SMS message to the systems administrators when a database server is down.

When the database server is up, another alert message is sent.

Currently it supports checking multiple types database servers: MySQL, Mini-SQL, Microsoft SQL Server, IBM DB2, Oracle, PostgreSQL, etc..

You can download the packeage from here (12 kb !!).

In the package are:
as_dbserver_check.php Class main class module
checkdb.php Example using sample
as_dbserver_check.en.htm Doc. Documentation (english)
as_dbserver_check.ru.htm Doc. Documentation (russian)

License: BSD License




Friday, May 27, 2016

Count Down Script In PHP

This class can show the time left until a moment in different formats. It can take as parameters the specification of a time remaining to a certain moment given the seconds, minutes, hours, days, weeks, months and years. The class can return the remaining time formatted in a a custom way with a given list of time format parameters.

Download Count Down Script In PHP