i want to learn PHP programming w/ database. can you help me? what are the software i need to install?. ?
ZerRy asked the question:
i have a project.. a booking system made with php.. but i still don’t know what software to install..
can anyone help me please..??
thanks..
Related posts:
- Is there any software that I can use to build a PHP-MYSQL database without knowing programming? amithji asked the question: Hopefully it will be a free...
- How can I get Java/PHP/MySQL programming job? teddybear1268 asked the question: How can I get my foot...
- what are the websites that i can use to help me learn php programming ? LeBaNeSe 4 eVeR asked the question: what are the websites...
- What is first step to learn “PHP” programming? ISKRA asked the question: Should I learn any programming language...
- Best book to learn PHP programming? noelgallagherowns asked the question: Hi, I only took 1 visual...
Filed Under Programming & Design |
Tagged With Learn Php, Php Help, Programming Help
Comments
4 Responses to “i want to learn PHP programming w/ database. can you help me? what are the software i need to install?. ?”
Go to they got tons of tutorials.
Best will be the Wamp server 2.0 which includes the MySQL, Apache etc. Download and install it on your computer.
Thats all you need to get going.
Maybe you would need an IDE too. If you have NetBeans ide, download the PHP Plugin for it. Or if u are using Linux , then kate will do just fine.
You can use IDEs like Dreamweaver, Nvu, or even Notepad for most basic of things although there won’t be any code highlighting.
Use tutorials like these to learn PHP:
Make sure you have a testing server (maybe localhost or from your hoster) or you could host it yourself with software like XAMPP, WAMP, etc.
XAMPP:
WAMP:
And if you need to use MySQL as your database, so you would need to learn how to manipulate it especially via PHP:
Also, when you’re stuck in a problem, you might want to use Yahoo or Google to help find the solutions.
If your computer is a mac, install MAMP. If it’s windows install XAMPP.