function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nagendra SinghNagendra Singh 

how to integrate .php page to salesforce on wordpress

i have a page in php on wordpress,which is integrated with .php ,I am getting some values from that page into .php , I want same information in salesforce(Lead) from same page,  How can i do that ,using same Page without using Web2Lead
Dev.AshishDev.Ashish
you can load php page using iframe.
Nagendra SinghNagendra Singh
but how
Dev.AshishDev.Ashish
please refer http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_iframe.htm
Nagendra SinghNagendra Singh
we can only use salesforce page in iframe
Dev.AshishDev.Ashish
hmm ...  you can use canvas for this ... more @ https://developer.salesforce.com/page/Build_your_First_Force.com_Canvas_App
Salesforce DeveloperSalesforce Developer
You have to use PHP Toolkit, which is available at : 
https://developer.salesforce.com/page/PHP_Toolkit_13.0_Getting_Started
It has all the information about integrating a PHP Application to salesforce.