473,387 Members | 1,899 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,387 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 3266
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 thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Mark | last post by:
Hello. I am new to programming and Python and was wondering if someone could help get me started. I picked Python to start learning to prgram because of some things I have read about it (easy to...
0
by: Author Tarun Tyagi | last post by:
Hi! I am glad to introduce World's First Book on Professional Data Recovery Programming. Book also Includes a FREE CD, which contains complete Source Codes of all the software/Programs described...
0
by: Author Tarun Tyagi | last post by:
Hi! I am glad to introduce World's First Book on Professional Data Recovery Programming. Book also Includes a FREE CD, which contains complete Source Codes of all the software/Programs described...
7
by: Veena | last post by:
Hi, Does any one know if "Practical C Programming" is available on Internet? I searched for it, but in vain. Please let me know in case you know. Thanks in advance.
1
by: Author Tarun Tyagi | last post by:
Hi! I am glad to introduce World's First Book on Professional Data Recovery Programming. Book also Includes a FREE CD, which contains complete Source Codes of all the software/Programs described...
6
by: jas_lx | last post by:
The basic understanding of what bitwise operators (& ^ | >> << ) comes fairly simple, as long as one has a fundamental understanding of bits, bytes and binary. Having done some Win32...
8
by: Dale | last post by:
I've searched Amazon and read probably 100 reviews but can't find what seems to be any book that is widely accepted as the definitive book on object oriented programming design and techniques. And...
6
by: planetthoughtful | last post by:
Hi All, I've written my first piece of practical Python code (included below), and would appreciate some comments. My situation was that I had a directory with a number of subdirectories that...
6
by: bambooforest | last post by:
Hi all, I'm from a Linguistics background and am new(er) to programming. Could someone recommend a book or resource that teaches programming aspects with Python? Python I hear is a very...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: 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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.