
Search In
Hello readers!
If you have recently upgraded you PHP from PHP 5.3 to PHP 5.4 . Then it might be possible that your script is displaying a lot of error messages. If you want to hide these error you just need to change in your cakephp setup
There is
To assign a article to a menu you need to follow the following steps:
Login to back-end of Joomla site.
Click Menus->[name of your menu] -> Add new menu item. For ex: Menus -> Main Menu -> Add new menu item.
You will see a form to add n
Previously got a situation where I needed to get the list of all the tables where a particular column lets say partner_id exists, might be useful for you too.
Just run the following query in PostgreSQL:
SELECT * FROM information_schema.columns WHE
Since the release of WordPress 3.7, the WordPress 4.9.5 is known to be the version of highest security and reliability. Unlike previous versions that have been known to be easily hacked and intruded, the latest one is excellent in performan
If you want few attributes from a table, instead of instantiating a collection of models and then running a .map over them to get the data you need, it’s very much economical to use .pluck to pull only the attributes you need as a array.
There woul
A President is a leader of a nation. A Father is a leader of a family. You are a leader of yourself. It is truly genuine that you are the leader. Need proof? All things considered, who controls your hands? Who controls your feet? Who controls your mo
Hello readers!, If you are having a project in PHP and need to calculate the distance from lat and longs you can use the code below:-
Here all the entries are saved in table('business')
(SELECT name, ACOS(SIN(RADIANS($latitude))*SIN(RADIANS(busines
Social media... Now a days social media is a part of life or requirement of time. We are here to discuss integration of twitter with magento. We all have twitter account. Am I right?. We can integrate twitter to magento with different ways. Like you
Sometimes we need to check how many duplicate values a column has in MySQL table. We can do this by using "group by" and "having".
Example: Suppose you have a table "user" with "fist_name" column from which you want to find all the records which ha
Character set in MySQL is a set of characters that are valid to store in a string. Each character set has one or more collation. Collation is a set of rules to compare characters. To see all the list of Character Set that MySQL supports you need to e
