Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

how to consume Asp.net webservice from php client

I have tried this code: require_once('php/lib/nusoap.php'); $client = new nusoap_client('http://210.212.23.51/rtpsappeal/service1.asmx?WSDL',true); $userKey = "Zxo7654IBN"; $applicationId = '040172192101500191'; $result = $client->call(

how to upload & save images into database In CakePHP

In this post, I am gonna give an example to upload Images and store its file path in the database with the help of custom component. Example: Add this UploadComponent class in app/controller/component folder. <?php class UploadComponent e

How to write custom mysql query in Wordpress

Hello Guys, Some time we need to custom mysql query. If you are looking to write custom mysql query in Wordpress. Please follow the code for the same:: global $wpdb; $sender_name = $wpdb->get_results("SELECT first_name,last_name FROM sender_deta

Use of 3rd Party Applications or the native posts

Is the Social Media reach impacted by 3rd party apps? Do Social Media sites penalize the posts from 3rd party apps. Everybody has got different stories to tell, I understand that algorithm favours the native posts rather than something from Hootsuite

What is Backend Testing ?

What is Back-end Testing ? Back-end testing is also known as data base testing. This testing performed at server side. The entries or data which are inserted in the front end or forepart will be collected in the back-end or backside. There are many

Customizing Magento Layouts with xml

In magento layouts are used to display contents of each page using layout.xml which we will found in app/design/frontend//default/layout. Each module have it's own layout file e.g. customer module has customer.xml and catalog module have catalog.xml

Customizing Magento Layouts with xml

In magento layouts are used to display contents of each page using layout.xml which we will found in app/design/frontend//default/layout. Each module have it's own layout file e.g. customer module has customer.xml and catalog module have catalog.xml

How to show ads in your website using Google ad sense

Hello readers , Following are the steps to guide how you can show ads in your site. Step 1 First sign in with google ad sense account using below link https://www.google.com/adsense/start/ Step 2 After sign in with your google account you wil

LINQ To XML

While using Language Integrated Query with XML we first create an XML file or have data into database in XML form   This is our XML file   Ex: Himanshu Joshi 04/06/2010 Mayank Aggrawal 12/12/1997   To read these details we will w

How to save and fetch data from Sqlite database

First include the sqlite file in your project. Then copy that file from bundle to documents directory as below and create Database method. -(void)createDatabase{ NSString *pathForDocumentDirectory =[self databasePath]; //define new path and put

1 154 162
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: