472,146 Members | 1,273 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

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

Practical PHP Programming, by Paul Hudson [online book]


If someone says RTFM, go here...

http://www.hudzilla.org/php/index.php
<quote>
Please read the copyright notice and abide by it. Some day I hope to
publish this thing, and that would be impossible if it were copied
uncontrollably.
</quote>

Contents

1. Preface
2. Introducing PHP
3. Simple variables and operators
4. Functions
5. Arrays
6. Objects
7. HTML Forms
8. Files
9. Databases
10. Cookies and Sessions
11. Multimedia
12. XML & XSLT
13. Output Buffering
14. Java and COM
15. Networks
16. Miscellaneous topics
17. Security concerns
18. Performance
19. Writing PHP
20. Writing extensions
21. Alternative PHP uses
22. Practical PHP
23. Bringing it to a close
24. Answers to Exercises
25. The future of PHP
26. Glossary

<quote>This website and its content is copyright &copy; Paul Hudson
2004, all rights reserved.</quote>

KEYWORDS:
PHP, Book, Free, Online, Tutorial, Exercise, Example, Reference, RTFM,
FFSRTFM

---
Steve

Jul 17 '05 #1
17 3212
If someone says RTFM, go here...

http://www.hudzilla.org/php/index.php


Yeah looks great, thanks for the link!!!
Jul 17 '05 #2
Steve wrote:

If someone says RTFM, go here...

http://www.hudzilla.org/php/index.php
<quote>
Please read the copyright notice and abide by it. Some day I hope to
publish this thing, and that would be impossible if it were copied
uncontrollably.
</quote>

<snip>

Woot!
That is indeed a great place to send people to. :-)

Great resource. Good job. Compliments.
Be sure to send the link to php.net too. :-)

Thanks.

Regards,
Erwin Moller
Jul 17 '05 #3
Steve wrote:
If someone says RTFM, go here...

http://www.hudzilla.org/php/index.php


<snip>

It's been already cited here in c.l.php

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Jul 17 '05 #4
It's been already cited here in c.l.php


Apologies, missed that - it /was/ buried in a longish thread. And it's
been referenced in alt.php recently too <sigh>... I will use Google
before posting duplicate information. I will use Google before posting
duplicate information. I will use Google...

---
Steve

Jul 17 '05 #5
Steve wrote:
It's been already cited here in c.l.php
Apologies, missed that - it /was/ buried in a longish thread. And

it's been referenced in alt.php recently too <sigh>... I will use Google
before posting duplicate information. I will use Google before posting duplicate information. I will use Google...
Ok, ok.. Take it easy;-)
---
Steve


You sig-marker is wrong. It should be "-- \n"

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Jul 17 '05 #6
R. Rajesh Jeba Anbiah wrote:
You sig-marker is wrong. It should be "-- \n" So is yours - you're missing the space :)
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Jul 17 '05 #7
I noticed that Message-ID: <-J********************@nildram.net> from
Andy Barfield contained the following:
R. Rajesh Jeba Anbiah wrote:
You sig-marker is wrong. It should be "-- \n"

So is yours - you're missing the space :)


Heh...
--
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/
Jul 17 '05 #8
Andy Barfield wrote:
R. Rajesh Jeba Anbiah wrote:
You sig-marker is wrong. It should be "-- \n"

So is yours - you're missing the space :)


Thanks, but it's not me. Stupid GG is trimming spaces and making the
signature broken.

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Jul 17 '05 #9
On 12 Jan 2005 11:22:22 -0800, "R. Rajesh Jeba Anbiah"
<ng**********@rediffmail.com> wrote:
Andy Barfield wrote:
R. Rajesh Jeba Anbiah wrote:
> You sig-marker is wrong. It should be "-- \n" So is yours - you're missing the space :)


Thanks, but it's not me. Stupid GG is trimming spaces and making the
signature broken.


Or, more simply:
Stupid GG is [...] broken.


:-(

--
Andy Hassall / <an**@andyh.co.uk> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
Jul 17 '05 #10
Steve wrote:
It's been already cited here in c.l.php
Apologies, missed that - it /was/ buried in a longish thread. And it's
been referenced in alt.php recently too <sigh>... I will use Google
before posting duplicate information. I will use Google before posting
duplicate information. I will use Google...


So what?
Good resources may be posted twice. :P
I just advised the book to a friend who wanted to start learning PHP.
:-)

Regards,
Erwin Moller


---
Steve


Jul 17 '05 #11
> > If someone says RTFM, go here...

http://www.hudzilla.org/php/index.php


Yeah looks great, thanks for the link!!!


Yeah thanks a lot
I'm reading through it very carefully as we speak and am now up to chapter
3. Very interesting so far.
I'm almost a complete newbie but I'm absorbing the book very well and have
already gone off and written my own small script just plying with printing
number patterns etc.

THANKS
mark
p.s. what is rtfm?
Jul 17 '05 #12
Yonnermark wrote:
p.s. what is rtfm?


Read The Fine(???) Manual
Jul 17 '05 #13
Thus spake Yonnermark:
If someone says RTFM, go here...

http://www.hudzilla.org/php/index.php


Yeah looks great, thanks for the link!!!


Yeah thanks a lot
I'm reading through it very carefully as we speak and am now up to chapter
3. Very interesting so far.
I'm almost a complete newbie but I'm absorbing the book very well and have
already gone off and written my own small script just plying with printing
number patterns etc.

THANKS
mark
p.s. what is rtfm?


(R)ead (T)he (F)_______ (M)annual

Delicacy (rigghht!!) forbids my filling in the blank for you. ;-)
--
Wayfarer
Journeys: http://www.journeys.ws/

There is a difference between knowing the path and walking the path. -
Morpheus
Jul 17 '05 #14
Andy Hassall wrote:
On 12 Jan 2005 11:22:22 -0800, "R. Rajesh Jeba Anbiah"
<ng**********@rediffmail.com> wrote:

<snip>
Thanks, but it's not me. Stupid GG is trimming spaces and making the
signature broken.


Or, more simply:
Stupid GG is [...] broken.


:-(


Especially... after Osama acquired Google or Google hired bunch of
Osamas;)

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Jul 17 '05 #15
On Thu, 13 Jan 2005 12:47:53 -0000, "Yonnermark"
<yo********@hotmail.com> reverently intoned upon the aether:
p.s. what is rtfm?

RTFM == Read The Formidable Manual == Read The F#@$ing Manual

Depends on your mood which is more accurate. ;o)

enjoy,

Sean
"In the End, we will remember not the words of our enemies,
but the silence of our friends."

- Martin Luther King Jr. (1929-1968)

Photo Archive @ http://www.tearnet.com/Sean
Last Updated 29 Sept. 2004
Jul 17 '05 #16
Steve wrote:
If someone says RTFM, go here...

http://www.hudzilla.org/php/index.php


Excellent, Can I make 1 small suggestion, when you are talking about
features that are new/changed in PHP5, mention it on the page.
--
ninjafoo
Jul 17 '05 #17
Thanks. Very helpful. First time I came across heredoc, but then again, I
don't know much (yet).
Christopher
Jul 17 '05 #18

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

4 posts views Thread by Mark | last post: by
reply views Thread by Author Tarun Tyagi | last post: by
7 posts views Thread by Veena | last post: by
1 post views Thread by Author Tarun Tyagi | last post: by
6 posts views Thread by jas_lx | last post: by
8 posts views Thread by Dale | last post: by
6 posts views Thread by planetthoughtful | last post: by
6 posts views Thread by bambooforest | last post: by
reply views Thread by leo001 | last post: by

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.