netcoord99 Posted March 1, 2007 Share Posted March 1, 2007 Thanks for all the help guys.. Got another question. I am using WAMP and was wondering if there is a function or other program I can use to write/edit maybe PHP code, does PHPAdmin have this in it or XAMP? Are scripts "Mysql" code or id Mysql code strictly for massaging databases and PHP has code that can add/change/delete data in a Mysql database? My PHP code is working now and I am ready to put some code together to access a Mysql database. thanks.. ps: Is there a PHP job employment agency on the net? Link to comment https://forums.phpfreaks.com/topic/40712-newbie-question/ Share on other sites More sharing options...
trq Posted March 1, 2007 Share Posted March 1, 2007 One question at a time please, I'm not sure what your after. There are many editors around for editing php. I use vim. PHP has a mysql interface allowing you to execute sql queries against a given database. Link to comment https://forums.phpfreaks.com/topic/40712-newbie-question/#findComment-197039 Share on other sites More sharing options...
boo_lolly Posted March 1, 2007 Share Posted March 1, 2007 One question at a time please, I'm not sure what your after. There are many editors around for editing php. I use vim. PHP has a mysql interface allowing you to execute sql queries against a given database. vim is the be-all end-all of file editors. very powerful editor. Link to comment https://forums.phpfreaks.com/topic/40712-newbie-question/#findComment-197042 Share on other sites More sharing options...
netcoord99 Posted March 1, 2007 Author Share Posted March 1, 2007 I noticed WAMP install/comes with SQLite Manager. Should I shutdown it's service and install MySql instead? I want to learn Mysql not SQLite.. thanks.. Link to comment https://forums.phpfreaks.com/topic/40712-newbie-question/#findComment-197164 Share on other sites More sharing options...
boo_lolly Posted March 1, 2007 Share Posted March 1, 2007 I noticed WAMP install/comes with SQLite Manager. Should I shutdown it's service and install MySql instead? I want to learn Mysql not SQLite.. thanks.. yes, that is what i personally recommend. however, you may get other opinions from other members. you could always do a little research and see which one will best suite your situation. Link to comment https://forums.phpfreaks.com/topic/40712-newbie-question/#findComment-197173 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.