hi forum..
i'm want to learn about PHP..
so i want to ask if someone know or maybe can tell me where i should go to learn PHP in the simple way..
thank if someone replying me...![]()
Seriously mate, google for the love of god.
buy a php book from amazon, try to install php on your computer. try to make a simple helloworld page using php. once you know that expand to more difficult stuff like reading and updating database, session etc.. Then you will start to understand php. I don't think you need to know all about php to use it, so you can use that knowledge and when you need to some advanced stuff then google it and you might find solution to your problem.
i dun have so much money to buy a php book..
cause of that i need somenthing like an article that can help me to building my concept about php and learn to creating my own website ..
hump..just wondering ...php need stuff like updating database and session etc ?..not only just creating interface ?..
There are lot of websites from where you can download ebooks for free. Just search it in google.
don't say googling again :grumpy:
i already try it and so much blog that giving php not for beginner like me, i dun even know anything...
but 2 other member already giving me great article... thx
thx alot all for replying my question
http://knowfree.net
try it.
MySQL and Dreamweaver? What do you mean? I think you should learn more about PHP. PHP, MySQL is different things. Dreamweaver is just a tools.sory i'm not used to searching article like that in google.
i'm want to ask, application that i need for php, which the one really good between mysql and dreamwaver ??
thank before for biosclan and anil595, for replying me...
MySQL and Dreamweaver? What do you mean? I think you should learn in depthly about PHP. PHP, MySQL is different things. Dreamweaver is just a tools.
If you want to try PHP, you need web server. Example, Apache. And you could install complete package PHP, MySQL, Apache. My favourite is AppServ.
Try to make simple site from scratch, write code using notepad++ (it makes easier) but don't use Dreamweaver (if you want to understand PHP code well, don't use tools like Dreamweaver). Just make simple "echo" String, after done try to make loop, etc.
Good luck
find any easy script and php , and run it
im analayze line by line
its help a lot
That's how I learnt to code, by picking apart scripts to the point where I started understanding how it worked & after a while eventually opened up O'Reilly's PHP, Javascript & MySQL book and it was a doddle after messing about with code beforehand.now its your turn to talk nonsense.
so by analyzing php code and not understanding what functions, arrays or variables are, you going to figure it out?