You need to sign in to do that
Don't have an account?

Person accounts in salesforce using php
How i can create personal account in php ? can you please give me exact code for this. i can not findout it in PHP Toolkit 20.0
It's not different from creating accounts through the API. Just have to make sure you assign them to the person account recordtype. Make sure that all required account contact (__pc) fieds are populated and that you don't populate the fields that you shouldn't (account.name for instance).