PDA

View Full Version : [PHP] Beginner



Kazco
25-10-2007, 03:31 PM
Hey everyone!

I'm 'new' to Habbox Forum technificially.. ;l

I have been looking at the Habbox Forum for quite a while now, however, I only just made an account! ;D

Anyway, onto the reason why I started this thread.

I was wondering (to all you PHP master's out their) where you actually learnt PHP?

Would help if anyone could give me any links, websites etc.

I'm no newbie, I know BASIC PHP, and I am quite good in Visual Basic.

As I say, any links, websites etc. would be nice!

Thanks,
James

Frog!
25-10-2007, 03:38 PM
I recommend try downloading some scripts then any functions you don't know go to php.net and search for it. That's what I'm doing.

Kazco
25-10-2007, 03:39 PM
I recommend try downloading some scripts then any functions you don't know go to php.net and search for it. That's what I'm doing.

Thanks, any recommended scripts?

Luke
25-10-2007, 04:10 PM
well start with basics, EG: an uploader script

they're prety basic, and if you rad the comments, it helps.

Kazco
25-10-2007, 04:11 PM
well start with basics, EG: an uploader script

they're prety basic, and if you rad the comments, it helps.

Okay, again, thanks.

DeejayMachoo$
25-10-2007, 05:17 PM
w3schools.com is good for starters :)

lolwut
25-10-2007, 06:07 PM
techtuts.com.
The PHP User System or the PHP sections are both good, all you need to do is read the whole thing and then try it out yourself, if it works, then tweet it abit and go on like that, 'tis how I learnt.

Invent
25-10-2007, 06:12 PM
'tis how I learnt.

*learning

:p

Anyway, look at other scripts see how they work. If you don't understand part of the code use the PHP.net manual. That's how I'm learning (:

Kazco
25-10-2007, 06:19 PM
w3schools.com is good for starters :)

To be honest, I don't really learn from reading online tutorials, but thanks anyway.


techtuts.com.
The PHP User System or the PHP sections are both good, all you need to do is read the whole thing and then try it out yourself, if it works, then tweet it abit and go on like that, 'tis how I learnt.

Thanks, I will try this out and probably will learn more :).


*learning

:p

Anyway, look at other scripts see how they work. If you don't understand part of the code use the PHP.net manual. That's how I'm learning (:

Good old PHP.net hey? :P Thanks again!

Frog!
25-10-2007, 06:23 PM
Just don't go searching custom functions :)

Kazco
25-10-2007, 06:26 PM
Just don't go searching custom functions :)

Erm.. Search a custom function?

Wouldn't a custom function be one you made so it wouldn't be on the web?

Is this what your trying to get at?

Frog!
25-10-2007, 06:28 PM
Yup, since if you're looking at scripts and you're searching functions it won't show up :P

Kazco
25-10-2007, 06:35 PM
Yup, since if you're looking at scripts and you're searching functions it won't show up :P

Wouldn't some functions be built in?

Frog!
25-10-2007, 07:21 PM
People can make custom functions: http://w3schools.com/php/php_functions.asp.

Kazco
25-10-2007, 08:20 PM
Okay.

I was wondering..

What programs do you guys use to code your php?

Frog!
25-10-2007, 08:28 PM
Notepad++
Link (http://notepad-plus.sourceforge.net/uk/site.htm)

Jamie.
25-10-2007, 08:58 PM
Phpdesigner :)

God..
25-10-2007, 08:59 PM
get your self:

sams teach yourself php in 10 mins fora 5er

Kazco
25-10-2007, 09:03 PM
Notepad++
Link (http://notepad-plus.sourceforge.net/uk/site.htm)


Phpdesigner :)

Would Macromedia Dreamweaver MX do?


get your self:

sams teach yourself php in 10 mins fora 5er

I'll stick with what the other's said, but thanks anyway!

Frog!
25-10-2007, 09:05 PM
Would Macromedia Dreamweaver MX do?
Yes, but too learn it fully I would recommend something like Notepad++ or PHPDesigner, since Dreamweaver is overpriced and the only one out of those 2 that costs is PHPDesigner ;)

Kazco
25-10-2007, 09:07 PM
Yes, but too learn it fully I would recommend something like Notepad++ or PHPDesigner, since Dreamweaver is overpriced and the only one out of those 2 that costs is PHPDesigner ;)

I already have Dreamweaver.

Jamie.
25-10-2007, 09:07 PM
get your self:

sams teach yourself php in 10 mins fora 5er

sams teach yourself php in 10 mins

Kazco
25-10-2007, 09:13 PM
I was wondering..

When you guys code something, do you just look at php.net for some things to type instead of just doing the whole thing from memory?

I guess you do a lot from memory?

Frog!
25-10-2007, 09:17 PM
Yes, but when we encounter something we dont know, well I, I usually go to PHP.net for reference.

Kazco
25-10-2007, 09:19 PM
Yes, but when we encounter something we dont know, well I, I usually go to PHP.net for reference.

Yeh, thought so..

I'm currently working on the TechTuts user system, it's helped me a lot by just looking and typing the code.

I suppose looking and writing down is the best way to learn and remember!

Jamie.
25-10-2007, 09:27 PM
my memory is a size of a twenty inch football pitch nah i remember mostly

Kazco
25-10-2007, 09:28 PM
my memory is a size of a twenty inch football pitch nah i remember mostly

Lucky.

Some people (meee) remember hardly anything...

Jamie.
25-10-2007, 09:29 PM
work with php for few months you will remember like you remember my name so easily

Kazco
25-10-2007, 09:33 PM
work with php for few months you will remember like you remember my name so easily

I'll just make something and rewrite it once a week ;P

That way I should remember!!

Oh, and I'll have to do it without looking at old one when I've done a few weeks/months of it ;P

Oh, that would be fun. ;l

Jamie.
25-10-2007, 09:37 PM
did you ever do look cover write check at preschool?:P

Kazco
25-10-2007, 09:54 PM
did you ever do look cover write check at preschool?:P

Erm.. Can't remember preschool ! ;P:P

Dentafrice,
26-10-2007, 01:00 AM
I never read tutorials.

Just look over some already made scripts, change things around.. check how functions work.. ones you don't understand you can post on here or look on PHP.net :)

Jamie.
26-10-2007, 07:54 AM
I'm sure all of us will help you where needed ;) just give us a buzz.

Kazco
26-10-2007, 10:19 AM
I never read tutorials.

Just look over some already made scripts, change things around.. check how functions work.. ones you don't understand you can post on here or look on PHP.net :)

I figured that out, every tutorial tells you something different !


I'm sure all of us will help you where needed ;) just give us a buzz.

Good old friendly form members! ;P

Want to hide these adverts? Register an account for free!