Barrievans Posted January 12, 2010 Share Posted January 12, 2010 I am new to PHP and MySQL and am looking for a editor Quote Link to comment Share on other sites More sharing options...
trq Posted January 12, 2010 Share Posted January 12, 2010 Take a look at the sticky at the top of this board. There is also this thread within the Misc board. Netbeans is my personal fav. Quote Link to comment Share on other sites More sharing options...
Barrievans Posted January 13, 2010 Author Share Posted January 13, 2010 I have successfully installed Netbeans and now have a new problem. I get the following error - Fatal error: Call to undefined function mysql_connect() when I try to connect to MYSQL. The documentation says I need to make changes to the PHP.INI file but I only have php.ini-dist and php.ini-recommended files. I have updated the windows system PATH variable. Please help Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted January 14, 2010 Share Posted January 14, 2010 That's because you need to choose either the "dist" or "recommended" version as your php.ini file. You can also write your own from scratch of course, but I haven't heard of anyone doing that. Quote Link to comment Share on other sites More sharing options...
Barrievans Posted January 14, 2010 Author Share Posted January 14, 2010 I do now have the PHP reading the ini file and connecting to MYSQL - all is good thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.