Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
I have installed ZEND STUDIO, but I have received error that can't connect to MySql.How to do to connect to mysql.I used PSPad, then I tried running on browser, I can connect to mysql.
Everah wrote:Then you don't have the mysql extension enabled. Enable the extension, restart your server and try again.
I have had the mysql extension enabled in php.ini. And I have run in browser when I code by PSPad. But in ZEND editor, I have had that error. So how should I do???
What I do is run my apps from my local server instead of the Zend server. Or push them the PHP executable on my system. I have never had this problem before, when doing it the way I described here.
Everah wrote:What I do is run my apps from my local server instead of the Zend server. Or push them the PHP executable on my system. I have never had this problem before, when doing it the way I described here.
I run in localhost and so I have done Zend connect to sql then I restart server . I think I have done follow ur way, but still that error
What I am saying is that all of my projects are located in my localhost server root. When I test my apps, I call them from my browser at http://localhost/application_name. I infrequently use the Zend Studio debugger as it is lacking in my opinion. So I test locally through my local server.
Everah wrote:What I am saying is that all of my projects are located in my localhost server root. When I test my apps, I call them from my browser at http://localhost/application_name. I infrequently use the Zend Studio debugger as it is lacking in my opinion. So I test locally through my local server.
Everah wrote:What I do is run my apps from my local server instead of the Zend server. Or push them the PHP executable on my system. I have never had this problem before, when doing it the way I described here.
I run in localhost and so I have done Zend connect to sql then I restart server . I think I have done follow your way, but still that error
hrubos wrote:
Everah wrote:What I am saying is that all of my projects are located in my localhost server root. When I test my apps, I call them from my browser at http://localhost/application_name. I infrequently use the Zend Studio debugger as it is lacking in my opinion. So I test locally through my local server.
thank you [for] your help and I think I will -do- follow you