hi i want to learn php but am confused at the first step itself. i donno hw to start. i hav installed wamp server on my pc, is it the right beginning? i dont know where to type the <?php
</?
codes and all please help me
should i install apache seperately?
is phpmyadmin enough to start learning php???
ridzii 0 Newbie Poster
Recommended Answers
Jump to Post- You type your code in a text editor.
- Wamp server contains Apache already, so no need to install it again.
- phpMyAdmin is a tool for managing mySql databases.Perhaps you best start with this PHP tutorial.
Jump to PostRead the WAMP tutorial for where to store you websites. AS a rule (I only use XAMPP), you'll store them under the htdocs folder in your app directory.
Open up Notepad or any text editor and create a file called test.php
JUst have the following:
All 6 Replies
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster

diafol
Progr4mmer 0 Junior Poster

diafol
paullanesra 0 Newbie Poster
Progr4mmer 0 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.