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
M.M. 

php query sample

Hello again everyone....

I'm still having problems with php and its queries to salesforce... It always shows me a blank screen...

does anybody have a working code sample that does a short query to salesforce so that I can discover what's going wrong with my code?

Any help would be very useful.

Thank you

M
msimondsmsimonds
Try My Blog > http://www.mikesimonds.com

There might be something there that can help you out

~MS
roMancerroMancer
hi there,

we're using php_sforce_nusoap, which I got from here:


http://sourceforge.net/project/showfiles.php?group_id=96634&package_id=166314


the package contains a nice example-script, which demonstates
most of the features.


regards,
ro


msimondsmsimonds
That package is really outdated and now PHP has annonced and end of life support for PHP 4.  You should upgrade to PHP 5 and use the toolkit.  I would hesitate to continue to use a package that is not being supported any longer. Nick Tran's Toolkit and the built in functions in PHP 5 are much better

Just my two cents!

~Mike