GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How hard is it to learn PHP? (https://gfy.com/showthread.php?t=507029)

Rob 08-22-2005 09:36 PM

How hard is it to learn PHP?
 
For someone with minimum HTML knowledge. Is it hard to learn?

Clarion 08-22-2005 09:38 PM

php, as with pretty much any language, is easy -- its the concept and logic that take time.

crockett 08-22-2005 09:39 PM

Buy a book and read it if you have the patience. I was trying to, but I can't stick my head in a book that long for something so boring. The language it's self looks pretty easy to pick up if you stay with it.

Hell you can pick a lot up just by looking at code.. I learned enough just by doing that so I can edit simple scripts.

chaze 08-22-2005 09:42 PM

Quote:

Originally Posted by HighOnAcid
For someone with minimum HTML knowledge. Is it hard to learn?

Not speaking to you right now :(

woj 08-22-2005 09:43 PM

if you know ANY other programming language, it should be very easy...

Rob 08-22-2005 09:43 PM

Quote:

Originally Posted by chaze
Not speaking to you right now :(

Don't hold grudges, bro. Don't take anything on this board personal, you'll live longer. :thumbsup

budz 08-22-2005 09:44 PM

www.php.net/manual

will help a ton :)

chaze 08-22-2005 09:49 PM

Quote:

Originally Posted by HighOnAcid
Don't hold grudges, bro. Don't take anything on this board personal, you'll live longer. :thumbsup

Sounds good, I'm chill now. Someone here just got under my skin.

It's all good now :)

Pete-KT 08-22-2005 09:50 PM

very easy if you really wanna learn it

Rob 08-22-2005 10:00 PM

Can anyone recommend any good books for someone with absolutely no programming knowledge? I'm talking about starting from scratch.

Steen2 08-22-2005 10:02 PM

I am in the same boat.

abyss_al 08-22-2005 10:04 PM

books are weak... best way to learn is hands on.. trial and error..

i'll get you some names of good sitesand books(i guess) in the morning... :thumbsup

killerkay 08-22-2005 10:07 PM

I perfect 1 language, VB decent at html, php is nothing hard pretty simple should catch on quick

SAM SIYC 08-22-2005 10:08 PM

very simple to learn it.......but of course you'll only become good with a lot of practise!

FirstKid 08-22-2005 10:14 PM

Quote:

Originally Posted by abyss_al
books are weak... best way to learn is hands on.. trial and error..

^^ worked for me :thumbsup

fuzebox 08-22-2005 10:15 PM

It's really easy... I learned it 6 years ago, lied at a job interview and said I knew it, had had about a week to pick it up before my first day, and I did fine.

Just follow some tutorials with some basic mysql examples and you'll pick it up.

budz 08-22-2005 10:20 PM

Quote:

Originally Posted by HighOnAcid
Can anyone recommend any good books for someone with absolutely no programming knowledge? I'm talking about starting from scratch.

Quote:

Originally Posted by budz
www.php.net/manual

will help a ton :)


try that

Quote:

I. Getting Started
1. Introduction
2. A simple tutorial
skip the installation part ( II )

go to III after you checked out part I :)

budz 08-22-2005 10:22 PM

or sign on AIM.. I have a few ebooks I can send you

High Plains Drifter 08-22-2005 10:23 PM

Take a three-prong attack:

1. find some simple php scripts, make small changes, and see what happens
2. read the manual from php.net to get a high level understanding of what the language does
3. find a tutorial that accomplishes a simple task (mysql access, for example) to get a working understanding

Do these at the same time, rotating between the three, and the pieces will start to fall into place.

chupachups 08-22-2005 10:26 PM

>>Acid - check out lynda.comīs online video courses.

budz 08-22-2005 10:29 PM

damn, you signed off on me.. I had more to send

budz 08-22-2005 10:30 PM

Quote:

Originally Posted by skinnywussy
Take a three-prong attack:

1. find some simple php scripts, make small changes, and see what happens
2. read the manual from php.net to get a high level understanding of what the language does
3. find a tutorial that accomplishes a simple task (mysql access, for example) to get a working understanding

Do these at the same time, rotating between the three, and the pieces will start to fall into place.

^- that's a great way to learn PHP :)

chaze 08-22-2005 10:31 PM

Quote:

Originally Posted by Chupachups
>>Acid - check out lynda.comīs online video courses.

I was looking for something like that. I get asked this allot.

have you done one from there for php?

chupachups 08-22-2005 10:42 PM

Quote:

Originally Posted by chaze
I was looking for something like that. I get asked this allot.

have you done one from there for php?


I have some of lyndas cd courses for photoshop/javascript since before, which I liked very much, but havent tried the online php course yet. For 25bucks/month you get access to everything in their library (flash, illustrator, photshop, css2 - the works) which must be considered a very sweet deal.

chaze 08-22-2005 10:45 PM

Quote:

Originally Posted by Chupachups
I have some of lyndas cd courses for photoshop/javascript since before, which I liked very much, but havent tried the online php course yet. For 25bucks/month you get access to everything in their library (flash, illustrator, photshop, css2 - the works) which must be considered a very sweet deal.

Wow that's a good deal, maybe worth adding to a hosting bundle or something.

Thanks for the details. :)

fuzebox 08-22-2005 10:46 PM

Oh, I learned from http://www.devshed.com , helped launch a 6 year career.

Radiate 08-23-2005 04:40 AM

Quote:

Originally Posted by chaze
Wow that's a good deal, maybe worth adding to a hosting bundle or something.

Thanks for the details. :)

any chance you can authorize my icq? been waiting 3 days now
199437756

Violetta 08-23-2005 05:56 AM

always wanted to learn myself, but never did!

Barefootsies 08-23-2005 09:54 AM

Quote:

Originally Posted by crockett
Buy a book and read it if you have the patience. I was trying to, but I can't stick my head in a book that long for something so boring. The language it's self looks pretty easy to pick up if you stay with it.

Hell you can pick a lot up just by looking at code.. I learned enough just by doing that so I can edit simple scripts.

Same here. I bought the 'PHP & MySQl Bible' a number of months back. Started reading through this 4-6" thick book, and got tired of reading. I know html, and the concept, and all of that was easy enough to understand. But for me, it's always the time factor. Time reading, time doing trial and error, and the rest of it. In the end, I contracted the work out to a company in the Czech Republic to do it.

A lot cheaper, easier, and less time consuming for me than to do it all myself. If I need to go back in, tinker, or change something. It will be easier with the book, than doing it all from scratch.

:pimp

Babagirls 08-23-2005 10:10 AM

cool info in this thread, i also need to learn that shit lol

Dagwolf 08-23-2005 10:13 AM

I wish I had a couple of years to go back to school and pick up programming and scripting, Flash and some other graphics classes.

jwerd 08-23-2005 10:28 AM

Quote:

Originally Posted by fuzebox
It's really easy... I learned it 6 years ago, lied at a job interview and said I knew it, had had about a week to pick it up before my first day, and I did fine.

Just follow some tutorials with some basic mysql examples and you'll pick it up.

It does help to have previous programming experience :thumbsup I'm sure you had that, right?

jwerd 08-23-2005 10:29 AM

Quote:

Originally Posted by HighOnAcid
Can anyone recommend any good books for someone with absolutely no programming knowledge? I'm talking about starting from scratch.

Sitepoint.com - They have several books there that may peak your interest... especially check out "Build your own Database Driven websites By Kevin Yank" Solid book, taught me a lot. :) Goodluck! :thumbsup

FirstKid 08-23-2005 10:30 AM

Quote:

Originally Posted by Dagwolf
I wish I had a couple of years to go back to school and pick up programming and scripting, Flash and some other graphics classes.

hehe, starts in october for me.. had to learn some more :winkwink:

split_joel 08-23-2005 10:34 AM

just buy a book or better yet just google it, its really easy

VeriSexy 08-23-2005 11:04 AM

Get this dude, you won't regret it

http://www.linuxcbt.com/products.php?pg=5

:thumbsup :thumbsup :thumbsup


http://www.linuxcbt.com/images/produ...ipting_box.png

2704 - LinuxCBT Scripting Edition.
Details

LinuxCBT Scripting Edition - Syllabus - is the IT Industry's exclusive Linux Scripting CBT. It focuses on the following hot scripting languages:

Bourne Again Shell - BASH
Perl
Python
PHP - Hypertext Preprocessor
As an aspiring or seasoned Linux engineer, you will inevitably develop the need to automate processes, routines, tasks, etc. Consequently, you will begin your exploration of Linux-based scripting languages and discover that LinuxCBT Scripting Edition is the only CBT-solution that attacks 4-core scripting languages that can make you an IT-star in any environment.

Scripting skills are absolutely essential, and you will find that with LinuxCBT Scripting Edition, you will be able to understand more about the many scripts on your Linux box(es) and create your own for addressing routine tasks.

Linux-automation begins by adding LinuxCBT Scripting Edition to your toolbox.

Price: $395.00


All times are GMT -7. The time now is 05:45 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123