473,394 Members | 1,663 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

How to learn

Is there a good online resource for a beginner who wishes to learn PHP?
Nov 19 '07 #1
6 1413
On Nov 19, 9:17 pm, "phill.luckhu...@googlemail.com"
<phill.luckhu...@googlemail.comwrote:
Is there a good online resource for a beginner who wishes to learn PHP?
http://devzone.zend.com/node/view/id/627 is a best source for absolute
beginners!
Nov 19 '07 #2
Dont know about a good online resource - but trying to write a simple
guestbook is a good way to learn some basic php functions .

In a way , A guestbook is nothing more than a standard form that stores
the text information entered .

Once thats done you just need to retrieve and display it .
<comp.lang.php>
<ph*************@googlemail.com>
<Mon, 19 Nov 2007 08:17:15 -0800 (PST)>
<73**********************************@c30g2000hsa. googlegroups.com>
Is there a good online resource for a beginner who wishes to learn PHP?
Nov 19 '07 #3
ph*************@googlemail.com wrote:
Is there a good online resource for a beginner who wishes to learn PHP?
What (if any) programming languages do you already know? It makes a big
difference.

--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.12-12mdksmp, up 13 days, 14 min.]

USD/EUR Exchange Rate Graph
http://tobyinkster.co.uk/blog/2007/11/18/usd-eur/
Nov 19 '07 #4
On Nov 19, 5:17 pm, Toby A Inkster <usenet200...@tobyinkster.co.uk>
wrote:
phill.luckhu...@googlemail.com wrote:
Is there a good online resource for a beginner who wishes to learn PHP?

What (if any) programming languages do you already know? It makes a big
difference.

--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.12-12mdksmp, up 13 days, 14 min.]

USD/EUR Exchange Rate Graph
http://tobyinkster.co.uk/blog/2007/11/18/usd-eur/
I've been doing little programming since I was 7 when I had a ZX81.
Back then it was a very poor basic but I soon started assembly and
pascal. From pascal I moved onto C and 68000 on the Amiga. At college
I did a lot more with C++ and then dabbled with HTML. I never really
dedicated enough time to any of them but now I have a lot of spare
time so really should put the effort in.
Nov 19 '07 #5
On Nov 19, 11:33 pm, "phill.luckhu...@googlemail.com"
<phill.luckhu...@googlemail.comwrote:
On Nov 19, 5:17 pm, Toby A Inkster <usenet200...@tobyinkster.co.uk>
wrote:
phill.luckhu...@googlemail.com wrote:
Is there a good online resource for a beginner who wishes to learn PHP?
What (if any) programming languages do you already know? It makes a big
difference.
--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.12-12mdksmp, up 13 days, 14 min.]
USD/EUR Exchange Rate Graph
http://tobyinkster.co.uk/blog/2007/11/18/usd-eur/

I've been doing little programming since I was 7 when I had a ZX81.
Back then it was a very poor basic but I soon started assembly and
pascal. From pascal I moved onto C and 68000 on the Amiga. At college
I did a lot more with C++ and then dabbled with HTML. I never really
dedicated enough time to any of them but now I have a lot of spare
time so really should put the effort in.
I would really recommend you buy a book then, if you've been
programming before. They are usually much better written than the crap
you get on the internet. If you are determined to use the internet to
learn, I'd recommend:

http://www.w3schools.com/ and http://www.php.net/ to look up any weird
and wonderful functions.

Myself, I learned PHP from the book "Web Database Applications with
PHP & MySQL" from O'Reilly Books. (http://www.amazon.co.uk/Web-
Database-Applications-PHP-MySQL/dp/0596005431/) It took me about 3
days to get to a stage where I could write a decent guestbook. If you
learn the first few chapters you're pretty much laughing, the later
chapters deal more with optimising your code than anything else.

Hope that helps.
Nov 20 '07 #6
On 20 Nov, 12:38, BoneIdol <leon...@hotmail.comwrote:
On Nov 19, 11:33 pm, "phill.luckhu...@googlemail.com"

<phill.luckhu...@googlemail.comwrote:
On Nov 19, 5:17 pm, Toby A Inkster <usenet200...@tobyinkster.co.uk>
wrote:
phill.luckhu...@googlemail.com wrote:
Is there a good online resource for a beginner who wishes to learn PHP?
What (if any) programming languages do you already know? It makes a big
difference.
--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.12-12mdksmp, up 13 days, 14 min.]
USD/EUR Exchange Rate Graph
http://tobyinkster.co.uk/blog/2007/11/18/usd-eur/
I've been doing little programming since I was 7 when I had a ZX81.
Back then it was a very poor basic but I soon started assembly and
pascal. From pascal I moved onto C and 68000 on the Amiga. At college
I did a lot more with C++ and then dabbled with HTML. I never really
dedicated enough time to any of them but now I have a lot of spare
time so really should put the effort in.

I would really recommend you buy a book then, if you've been
programming before. They are usually much better written than the crap
you get on the internet. If you are determined to use the internet to
learn, I'd recommend:

http://www.w3schools.com/andhttp://www.php.net/to look up any weird
and wonderful functions.

Myself, I learned PHP from the book "Web Database Applications with
PHP & MySQL" from O'Reilly Books. (http://www.amazon.co.uk/Web-
Database-Applications-PHP-MySQL/dp/0596005431/) It took me about 3
days to get to a stage where I could write a decent guestbook. If you
learn the first few chapters you're pretty much laughing, the later
chapters deal more with optimising your code than anything else.

Hope that helps.- Hide quoted text -

- Show quoted text -
Amazon have just sold me that book.

Cheers for the heads up.
Nov 20 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
by: Rob | last post by:
i know javascript, vbscript, asp css and alot more and im only 14 i was wondering which is easier to learn php or cgi. any help?
42
by: Bicho Verde | last post by:
I have now free time and money to do what I want :-) I have some basic skills in programming (C, Pascal, Macromedia Actionscript) but don't know exactly what to do in the world of programming. And...
55
by: Elijah | last post by:
I have read many of the topics on learning C++ or Java first. It seems like everyone says something different. I would like to know if I should learn C++ or Java. First a little about myself. I...
30
by: Rhino | last post by:
I am giving some thought to applying for some jobs that want people with Java and C++ experience. I have been writing Java for several years and am fluent enough that I don't have to get help with...
8
by: Hermawih | last post by:
Hello , I want your opinion about this . In order to say it clearly , I think I have to describe it in long sentences . I could consider myself as Intermediate/Advance Access Developer ;...
21
by: TAM | last post by:
Hi, I read that ASP.NET uses VB.NET instead of VBScript. I also read that ASP.NET is a subset of VB.NET. So if I learn VB.NET first then do I have the knowledge for programming ASP.NET...
85
by: abhi | last post by:
hi everybody am new to this group and help me to learn C
31
by: anand devarajan | last post by:
hi friends, im anand im just a beginner in c learning for the past two weeksnow i can write simple prgs can anyone help me to get well known to c lang so that i should able to write even tough...
34
by: pandit | last post by:
hai all, i want to become a good programmer. one of my friends ( named "arnuld", he posts here infrequently), taught me Lisp. so i am not a programming beginner. i have heard these 2 points....
65
by: Chris Carlen | last post by:
Hi: From what I've read of OOP, I don't get it. I have also found some articles profoundly critical of OOP. I tend to relate to these articles. However, those articles were no more objective...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.