Posts: 247
Threads: 11
Joined: Jun 2011
Reputation:
0
I've decided to try and learn PHP once again, as my brain just switches off, I get distracted by other things (you already know what), I wish to learn, as I would like to design my site, or aid a PHP coder in creating it with me. Does anyone recommend a certain method of learning it?
Posts: 2,431
Threads: 86
Joined: Nov 2009
Reputation:
0
I've recently been trying to learn PHP as well, so far it's turning out great. You just have to stay focused, follow the tutorials and you'll be fine.
Posts: 247
Threads: 11
Joined: Jun 2011
Reputation:
0
How can I view my PHP file without uploading it to a site?
Posts: 50
Threads: 4
Joined: Jul 2011
Reputation:
0
PHP is not that hard, PM me I can help you with anything you need.
I would call it easier than pawn.
Posts: 50
Threads: 4
Joined: Jul 2011
Reputation:
0
Yes.
1) You can't assign value to var outside of php tags (<?php ?>).
2) It would be $var_name="value"; if string.
Posts: 2,265
Threads: 80
Joined: Jul 2008
Reputation:
0
There are plenty of tutorials available by doing a simple search, people here aren't going to spoonfeed you php..
Posts: 1,228
Threads: 133
Joined: Oct 2009
Reputation:
0
I am by far not an expert in PHP but what helped me begin is watching and reviewing some tutorials and also editing some codes.
Hope it helps.