Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Website, Books? What do you recommend?

Guest
Apr 29, 2007 Apr 29, 2007

Copy link to clipboard

Copied

Hello everyone. I was wondering all those who are PHP programmers, because I am new in the field of PHP is there any good books out there that teaches you PHP from the simple and gradually work your way up to the advanced step by step.

Some books that I’ve seen are very confusing and there is not much explanation of how they got their script it’s just do it here is the script. Maybe what I am asking is a bit too much. But for someone that wants to be self-taught in this field where do I begin. Is there a website or a book maybe you wrote or some other author that really helped you understand when you began PHP and its scripting language.

It is great that Dreamweaver codes for you but obviously for the more in depth and advanced functionality you need to hand code the script. What do you recommend? And if there is a website or book you feel is great please give me the link for the website and ISBN # for the book.

Thank you all, I really want to understand PHP more in depth.
TOPICS
Server side applications

Views

417
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 29, 2007 Apr 29, 2007

Copy link to clipboard

Copied

AdonaiEchad wrote:
> Hello everyone. I was wondering all those who are PHP programmers, because I
> am new in the field of PHP is there any good books out there that teaches you
> PHP from the simple and gradually work your way up to the advanced step by step.

I'm very biased, but I like my own books. ;-)

http://foundationphp.com/dreamweaver8/
http://foundationphp.com/phpsolutions/

Don't just take my word for it. Visit Amazon.com and read the reviews.
You can also download sample chapters from www.friendsofed.com to see if
the writing style suits your way of learning.

--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 29, 2007 Apr 29, 2007

Copy link to clipboard

Copied

Another one worth looking at:
http://www.oreilly.com/catalog/learnphp5/


--
----------------------------
Massimo Foti, web-programmer for hire
Tools for ColdFusion and Dreamweaver developers:
http://www.massimocorner.com
----------------------------


Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 29, 2007 Apr 29, 2007

Copy link to clipboard

Copied

i have PHP Web Development Dreamweaver Mx 2004, PHP for Dreamweaver 8,
and PHP Solutions all by Austin, I mean David Powers. I have done all the exercises and found them to be very helpful. I especially like PHP for Dreamweaver 8 and highly recommend it.
marjie

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 29, 2007 Apr 29, 2007

Copy link to clipboard

Copied

On Sun, 29 Apr 2007 17:44:21 +0000 (UTC), "comarell"
<webforumsuser@macromedia.com> wrote:

>Austin, I mean David Powers

:-)
--
Steve Fleischer
steve at flyingtigerwebdesign dot com
Hong Kong

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 30, 2007 Apr 30, 2007

Copy link to clipboard

Copied

PHP with MySQL vs. ASP/.NET with SQL.
If you're looking to learn a new skill to make yourself well rounded, that's great. But if understand what you're saying, you're looking to choose a path to take here.... take the time to look at all your options. Once you start to head down one of these two roads, you rarely look back. That's not to say there aren't designers that can design sites using both ways, but you don't usually find designers that are as versed with one as well as they are the other. Consider trying your luck with both until you know what works best for you... especially working with the servers and software you will be using to run these languages. Both are efficient at keeping your data organized and readily available through a user interface, but they differ drastically in many areas.

Following are some specific technical differences in MySQL and SQL Server when it comes down to the ANSI SQL standard:

* MySQL does not support Triggers, SQL Server does.
* MySQL does not support User Defined Functions, SQL Server does.
* MySQL does not have Cursor Support, SQL Server does.
* MySQL does not support Stored Procedures, SQL Server does.
* MySQL does not have FULL JOIN capabilities, SQL Server does.
* MySQL has limited Import/Export capabilities, SQL Server has full support for Import/Export.
* MySQL has limited Transaction Support while SQL Server offers full Transaction Support.

So, it becomes clear that SQL Server is an obvious choice for the company or individual that needs to have FULL control over their data to manipulate and change it as they need. Now, does that concern you? Maybe it does, or maybe this is more then you'll ever do anyway. How about costs? MySQL is free, SQL is far from it.

Like I said, if you're choosing a path (and the more you learn, the harder it feels to start over with a new language), you better make sure it's the future you're looking for. Personally, I think SQL provides a much more robust future as a designer, and the software is much more user friendly. Take all of this into consideration if you're only starting this process.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 30, 2007 Apr 30, 2007

Copy link to clipboard

Copied

This thread got killed quick.... LOL. Look, there's nothing wrong with designing in PHP, I'm not trying to talk you out of it. Just make sure you understand the big picture and whether that's the path you want to go down. I have yet to meet someone that loves designing in both... it's pro one way or pro the other, and both have valid points.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 30, 2007 Apr 30, 2007

Copy link to clipboard

Copied

LATEST
If you're completely new to php I would suggest, along with the O'reilly books Learning PHP and PHP in a Nutshell, to sign up for lynda.com for a month and go through the video tutorial, it's quite good. My background is in Cold Fusion and this combo got me up to speed quickly with php. Not that I'm an expert, but I have handle on the basics now.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines