I finally broke down and started to use Zend instead of Dreamweaver, but I have no idea how to setup my php.ini file to run everything I need (Which is pretty much everything).
I also need to setup MySQL, but the last time I did - I got it installed, but had no way of controlling the database, users, etc. Is there some extra tool I should use? One thatโs actually easy to setup?
One last question: After over a year, I've decided to learn PHP the RIGHT way - I was taught through my friend, and have been copying/pasting old code ever since... I'd like to be able to write my own code for each project, instead of asking him for help every time I don't understand something (Partly because I've never found a good article explaining all of the syntax in php/mysql commands).
Edit: By learning php the "Right" way - I don't mean random tutorials, I mean from the theory, syntax, etc. - to advanced OOP and module programming.
Wouldn't mind learning the correct way to do OOP, theory on creating a module-based site engine, theory on encryption, theory on uploading, etc.
I've tried a few tutorials on phpfreak, and others - but they just don't do it for me, the setup phpfreak has is just annoying (Multiple pages).
Well, sorry to bug everyone, but thanks in advanced ๐
Edit: Oops! I'm using Windows XP... Kinda helps with the setup ๐
Also: I wouldn't mind learning how to PLAN out programs in advanced; I know flow charts are used, and I've drawn out basic plans before - but they're pretty horrible... Vague in parts and really specific in others - but none of the areas that count; its just hard to make a script from them.