Running php project

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pradeeep
    New Member
    • Jun 2007
    • 1

    Running php project

    Hi
    I am just a beginner in php can anybody tell the steps required to run a php in Zend Ide or eclipse IDE

    I will be very thankful to you
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Originally posted by pradeeep
    Hi
    I am just a beginner in php can anybody tell the steps required to run a php in Zend Ide or eclipse IDE

    I will be very thankful to you
    PHP scripts need to be run on a PHP installation. Zend has a debugging server that you can set up, but it is usually best to just install a full web server. If you are on the Windows platform, I would suggest WAMP5 or Netserver, as they are both very good, simple installations for Apache, MySQL, and PHP.

    Comment

    Working...