• reggler
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 6
    Replies
Hi,

I'm starting from scratch, and I'm supposed to create a web interface where customer can enter their enquiries and then it should automatically create a new case in salesforce. I thought about doing that by a HTML-Form which sends data to a php script which is going to insert the data into salesforce. Is it possible that way? Am I going right? What do I need to send SOAP requests by php? Do I need that 'Axis' plugin running on my webserver?
Thank you very much for answers!