473,586 Members | 2,681 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Best way to start learning...?

Alright, I need to learn PHP, but honestly I'm having trouble with some
of the online tutorials for two reasons:

1. They're incredibly dry and tend to just say what things do instead
of going in-depth into examples.
2. They don't provide me with excercises and projects in which to test
out what I've learned. The best books I've ever read on any form of
scripting, coding, programming, etc. give me tasks in which to use what
I've been taught. I only learn well by doing, not simply by being
presented with facts.

So... is there a site and/or a book (I'm willing to buy one if
necessary) that you would recommend for someone like me?

As a side note, a lot of them seem to put a lot of time and effort into
instructions on setting up PHP, Apache, and MySQL. I have a web host
that's already fully configured (and runs PHP as CGI, although Apache
is an available method that goes against their recommendation) , so my
real needs are how to apply my work to that environment.

Thanks in advance,

Jarrett

Jan 24 '06 #1
6 1701
LJB
I really like the Visual Quickpro and Quickstart guides by Larry Ulman.
I have been using PHP and MySQL for quite a while and I still refer
to these books sometimes. You can check it out at amazon.

http://www.amazon.com/gp/product/032...lance&n=283155

TurboFool wrote:
Alright, I need to learn PHP, but honestly I'm having trouble with some
of the online tutorials for two reasons:

1. They're incredibly dry and tend to just say what things do instead
of going in-depth into examples.
2. They don't provide me with excercises and projects in which to test
out what I've learned. The best books I've ever read on any form of
scripting, coding, programming, etc. give me tasks in which to use what
I've been taught. I only learn well by doing, not simply by being
presented with facts.

So... is there a site and/or a book (I'm willing to buy one if
necessary) that you would recommend for someone like me?

As a side note, a lot of them seem to put a lot of time and effort into
instructions on setting up PHP, Apache, and MySQL. I have a web host
that's already fully configured (and runs PHP as CGI, although Apache
is an available method that goes against their recommendation) , so my
real needs are how to apply my work to that environment.

Thanks in advance,

Jarrett

Jan 24 '06 #2
Message-ID: <11************ **********@z14g 2000cwz.googleg roups.com> from
TurboFool contained the following:
Alright, I need to learn PHP, but honestly I'm having trouble with some
of the online tutorials for two reasons:

1. They're incredibly dry and tend to just say what things do instead
of going in-depth into examples.
2. They don't provide me with excercises and projects in which to test
out what I've learned. The best books I've ever read on any form of
scripting, coding, programming, etc. give me tasks in which to use what
I've been taught. I only learn well by doing, not simply by being
presented with facts.


I have some course notes here for the first five lessons of an
introduction to PHP course I run. They contain examples and exercises.
http://www.ckdog.co.uk/phpcourse/1_i..._variables.doc
http://www.ckdog.co.uk/phpcourse/2_c...structures.doc
http://www.ckdog.co.uk/phpcourse/3_arrays_and_loops.doc
http://www.ckdog.co.uk/phpcourse/4%20functions.doc
http://www.ckdog.co.uk/phpcourse/5_persistence.doc

I'd welcome any feedback.

The editor I recommend is
http://www.flos-freeware.ch/notepad2.html
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Jan 24 '06 #3
Following on from TurboFool's message. . .

Bookshops and libraries have plenty.

Select one that suits you.

Once you've got the feel of PHP then look at some more - you'll find
some major differences in programming style.

You will also find version 4 to 5 issues - Minor really but assume
you'll be 5-ing and think objects.


--
PETER FOX Not the same since the porcelain business went down the pan
pe******@eminen t.demon.co.uk.n ot.this.bit.no. html
2 Tees Close, Witham, Essex.
Gravity beer in Essex <http://www.eminent.dem on.co.uk>
Jan 24 '06 #4
I learned PHP by just getting out there and writing some program. I
remember I wrote a message board system out of PHP, which was a great
exercise: It utilized key topics in MySQL, loops, and many other
topics. You should try this out. Of course, it probably won't be a
message board that you'll want to use, but that's besides the
point--you want to learn PHP.

After each project that you do, try to utilize different methods until
you eventually get to OOP and beyond.

Jan 25 '06 #5
Just get a contract :)

Jan 25 '06 #6

TurboFool wrote:
Alright, I need to learn PHP, but honestly I'm having trouble with some
of the online tutorials for two reasons:

1. They're incredibly dry and tend to just say what things do instead
of going in-depth into examples.
2. They don't provide me with excercises and projects in which to test
out what I've learned. The best books I've ever read on any form of
scripting, coding, programming, etc. give me tasks in which to use what
I've been taught. I only learn well by doing, not simply by being
presented with facts.


I know one place with many tutes : http://tutorialized.com
(i hope its not the one troubling you :-) )
then there is http://phpfreaks.com

You may not want it but, for scripts there is http://hotscripts.com

I got PHP5 Unleashed by John Coggeshall and others from SAMS, but
again, it has no exercises, which is what you want.

You may try this: write at least a couple of scripts for every topic( I
know it is most difficult to imagine good examples when you are new to
the language - try doing in PHP something you have done in other web
development languages, if you have)

Then write common small applications - guest book, mail form, message
board etc.

Then make an e-store or a photo gallery or a copy of your favorite site
in PHP

I suggest you keep a plan ready - first two weeks one-two page scripts
, next few weeks five-ten page applications, next few weeks - real
world applications - if you get a book or a site that takes you along
that path, nothing like it.

Finally, make sure that you read the online PHP manual at
http://php.net and not only the one bundled with the software - because
the online manual has user contributed notes which are often quite good
and informative.

HTH,
JS

Jan 25 '06 #7

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

Similar topics

9
13706
by: Buster | last post by:
Hi, im about to start learning how to program in JAVA 2 and was wondering what software i should buy to learn the language. I have downloaded the software development kit 1.4 but find the DOS based interface very difficult to use as i am from the GUI age and hate DOS. I have heard that Borland J Builder is the best development enviornment, i...
9
2233
by: km | last post by:
Hi all, What is the best book to start with python ? i am have been working since 1 yr with Perl. kindly enlighten, thanks, KM
11
9230
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in C++. I find my self sometimes, trying Object app = Object(); Object *app = Object(); Object app = new Object();
136
9282
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their code was littered with document.all and eval, for example, and I wanted to create a practical list of best practices that they could easily put to...
11
3385
by: robbiebell22 | last post by:
I have been looking all over the internet on how to learn C# .net. I have read a couple of books, lots of forums, and tutorials, but i am still at a very big loss as far as trying to write my own GUI Windows application. I was just wondering how everyone one learns C# so well that they program with it? Are there classes everyone takes? Is...
9
4161
by: julie.siebel | last post by:
Hello all! As embarrassing as it is to admit this, I've been designing db driven websites using javascript and vbscript for about 6-7 years now, and I am *horrible* at form validation. To be honest I usually hire someone to do it for me, grab predone scripts and kind of hack out the parts that I need, or just do very minimal validation...
26
3617
by: puzzlecracker | last post by:
It'd be interesting to compare the learning practices of c++ practitioners. I'll start with mine The C++ Programming Language C++ Primer Effective C++ More Effective C++ Effective STL The C++ Standard Library : A Tutorial and Reference (most of it) Exceptional C++
7
1806
by: JAG CHAN | last post by:
Friends, I am trying to learn Python. It will be of great help to me if you let me know which one would be best editor for learning Python. Plese note that I would like to have multiplatform editor which will be useful for both LInux and Windows XP. Thanks.
13
2483
by: BK | last post by:
Our .Net team has just inherited a junior programmer that we need to get up to speed as quickly as possible. Unfortunately, his skill set is largely Access with some VB6 and ASP classic experience. We employ some parts of XP such as pair programming, and this should help. Other than books, does anyone have any suggestions? His skill set is...
7
2221
by: Gladen Blackshield | last post by:
Hello All! Still very new to PHP and I was wondering about the easiest and simplest way to go about doing something for a project I am working on. I would simply like advice on what I'm asking so I can go and learn it myself through doing (best way for me). I am building a card game as a learning-project as it involves many (to most of...
0
7839
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8202
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7959
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8216
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5710
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5390
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3837
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2345
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1180
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.