View Single Post
  #2 (permalink)  
Old 2006-11-29, 01:17 PM
phperInChina phperInChina is offline
Junior Member
 
Join Date: Nov 2006
Posts: 8
phperInChina is on a distinguished road
Default

Quote:
Originally Posted by bogart40 View Post
Hello: I'm looking for a PHP editor with Debug. I've tested some of them. I like Maguma Studio and Zend Studio. But all have the same problem: They don't connect MySQL (The Data Base mangement system usually used by PHP). Even the editors can't execute the instruction: mysqlconnect.

Can you help with this problem?.

Thank you very much.

TomÃ*s
So I like Zend Studio too, but it slow, then I used EditPlus!

Please found it " Zend\ZendStudio-5.2.0\bin\php5\php.ini "

You can write it:
extension_dir = "D:/wamp/php5/ext"

I think you can change path!

Sorry!I am bad at english!
Reply With Quote