
Search In
Hello Reader's if you want to get all of the HTML code of any website then you use the function as below:-
The first way is by using PHP in built function url fopen, and its code will go like this:-
$ShowHTML = file_get_contents('http://findnered.c
Hello Reader's, If you have to get the only names of columns of table then see the code below:-
You can use following query for MYSQL:-
SHOW columns FROM your-table;
Below is the example code which shows How to implement above syntax in php to list
NFC is a technology that is starting to make a significant impact on marketing, enabling consumers with smartphones to gain instant access to a company’s website when they see a product or advertisement they are interested in. Cheap a
Magento handles the setting and getting values of the fields with the set and get methods.
To understand how it handles using these methods lets see :
the set method in magento works as setter method, which sets to the value of the attributes and th

Hello Reader's when you are developing the user interactive websites then you have to show user much more activities which a website is doing. Showing the password strength will make user to use the site much easier. So if you are looking how to

Cakephp: URL rewriting is not properly configured on your server error. How to resolve it on Ubuntu 14.04?
I am posting this blog which will help you to resolve the issue (URL rewriting is not properly configured on your server) while installing cak
Hello Friends,
If you are looking to implement paging in Symfony2, please review the code below and adjust your code accordingly.
$data = $this->get('app_cam_taxsetting.taxsetting_repository.taxsetting')->getUserList();
// app_cam_taxsettin
Diable Google Maps scrolling:
I was facing issue with Google Maps API version 3. On page scroll, google maps scroll should be disabled i.e. I have to disable zooming when you scroll on the map. So this is how I have fixed this issue. Write this code
AGRILEDGER - JOB SPECIFICATION
AGRILEDGER is looking for a skilled, creative, and passionate Senior Android Developer Rockstar to work as a 100% remote worker on a once-in-a-lifetime Philanthropic/Humanitarian project that will positively and
To make a build of ANE i.e Adobe native extension first you have to download FlashRuntimeExtension.jar that comes along with Adobe AIR sdk.
you can download from here :
http://www.adobe.com/devnet/air/air-sdk-download.html
We know that its
