How to Currency Converter using PHP and Google API

Google is providing free of cost Currency Converter API to convert one currency into another currency type. Google Currency Converter API can implement any programming language. I am using PHP to create a currency converter application to convert real-time currency value from one currency type to another currency type. HTML Code PHP Code

Curtain Menu – HTML

We will also say Full Screen Navigation Overlay. One current trend in navigation styles that you may have seen is the full screen navigation overlay. With this type of navigation, toggling the navigation will overlay the menu across the entire screen. I wanted to demonstrate a very simple version of the overlay using JavaScript. <!DOCTYPE html> […]

count_all_results() Query in Codeigniter

The count_all_results() method is used to get the number of rows in a MySQL result handle. Permits you to determine the number of rows in a particular Active Record query. Queries will accept Query Builder restrictors such as where(), or_where(), like(), or_like(), etc. More Example count_all_results() method also resets any field values that you may […]