nope..just learn to make webpages ^^Originally posted by BrUtUs:go library borrow book... for project?
start with basics >> blogger kindOriginally posted by Y_Shun:yesh i know.
introduction or what...then how should i go and make sure i rmb the codes like HTML?
start using normal html or dreamweaver lo...Originally posted by Y_Shun:nope..just learn to make webpages ^^
As kenn3th has mentioned, library books should be sufficient to provide beginners a good start. At least for me. I would recommend reading not just one but at least a few books on the basics of PHP programming as each presents a different way of approaching the language, thus strengthening your foundations which will be required when you go for the advanced stuff. Just that it can be really boring at times if they happen to repeat the same thing in the same way.Originally posted by Y_Shun:where do i start???
Don't bother remembering function names and stuff. As Albert Einstein has said, "Never memorize something that you can look up". Not sure of anything, just look for it in its online manual. Unless you're planning to go for certification, you'll only need to know the basics such as the language syntax and the basic language constructs in order to write PHP scripts. In fact, it is this simplicity and the completedness of its online manual that makes PHP so popular among web programming languages. Besides, if you need more help, the doors of Google and sgForums are always open for you.Originally posted by Y_Shun:yesh i know.
introduction or what...then how should i go and make sure i rmb the codes like HTML?
Practice is the key. No point memorizing. Some functions will definitely be used more than others, like date, time and email, so it becomes automatic.Originally posted by Y_Shun:thx fro all ur tips ^^
i trying to do some plugins for my forum website...hope can pick it up asap.
what i meant by memorising is, it automatically comes straight to my mind, like HTML.
XAMPP is a local server. You can install it on your own PC and start using it as if it is a real server. There's no files to upload, put all the necessary files to the HTDOCS folder.Originally posted by Y_Shun:what do i do after installing the XAMP ar?
like how do i start uploading files and so on..
basically U need to read up on apache tomcat to know where to put ur files...offhand...if I remember correctly...U go look for a "ROOT" folder within ur tomcat directory...ur file should be placed there....Originally posted by Y_Shun:what do i do after installing the XAMP ar?
like how do i start uploading files and so on..
yepOriginally posted by ndmmxiaomayi:Better learn to code by hand and not using fanciful GUI... these are for you when you understand your codes... fanciful GUI won't do much to help you in your learning...
Use a better Notepad too... I use Notepad++...
haha...I also used it when I was doing my PHP programming...now using Notepad++ cos doing more on C++/ASP/Java..Originally posted by GIB:I use this editor
http://paginas.terra.com.br/informatica/php_editor/index_en.html
Very nice, got syntax colouring. Also got something like VB one where you type function name and it displays what parameters it supposed to have. Can also show you what functions available if you type function name halfway.
Or can hold down Ctrl and click on a function name in your code and it will open the PHP help file for that function inside the editor.
Got other nice features too. I would recommend it to anyone doing PHP.
Most PHP books have several chapters on mysql too. At the end you'll definitely be able to create something like sgforums, if you have the timeOriginally posted by Y_Shun:orhh..ty ty
then how abt creating mysql databases etc.
ur xAMP should have come with a set of mySQL installed when U installed the xAMP....Originally posted by Y_Shun:orhh..ty ty
then how abt creating mysql databases etc.