Learning Php -- Where Do I Start? - I want to learn PHP

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #16) by Sandokan on Dec 14 2007, 02:59 PM. (Line Breaks Removed)
I went to the library ones and looked up some books. Unfortunatly al those books were so boring!They looked like they were from WO2! It was just text and text and text and so on......Maby I should go and look again, long time since I have been in the library Greetzz
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > PHP Programming

Learning Php -- Where Do I Start? - I want to learn PHP

dtuhy
Ok so i have been using html for about two weeks and i was wondering what PHP is and if there is a website that you can go to, to learn it. I heard that it is better than html but I'm not really sure.

Reply

street
Yes it is true php is way better than html a good site to look for tutorials is Pixel 2 life the hub of all tutorials on any software you can think of.

Reply

electriic ink
PHP is a bit harder to learn than html but the hard work pays off when you realise all the things that you can do with it. You can write scripts that send emails, create your own shoutbox as well as lots of other things. Ever seen pages with urls like page.ext?id=1. That's done with php!

I found the website below really helpful when starting:

http://www.w3schools.com/php/php_syntax.asp

As you progress, you will probably want to research functions for yourself rather than using tutorials all the time. To view the complete list, click below:

http://uk.php.net/quickref.php

Best of luck learning an invaluable scripting language!

Reply

shadowx
Hey there!!! Glad to know php is still interesting to new scriptwriters!

What you will first need is a php server, you can have this on your own computer so easilly, check out http://www.apachefriends.org/en/xampp.html for the package called XAMPP and of course download and install it depending on which operating system you use. The installation guide will take you through that easily. the idea is that with PHP you have to have it on a server, this usually means you have to upload it to a webhost which is really annoying but XAMPP basically makes your computer able to run PHP files and almost gives you your own server to play with. The guide included with XAMPP should explain.

if you want you can check out the tutorial i wrote on my own website here: http://www.shadows.trap17.com/tutorials/beginner_tut.php It starts from the absolute begging and was aimed at people who aren't sure of what PHP means and what it is and how its used, its definitely not the best tutorial in the world but i think for beginners its very good, by the end you will be able to understand how to write php and a few of the key rules of it.

Otherwise use the links posted above.

In addition to getting XAMPP i recommend you get MPSOFTWARE's PHP Designer at: http://www.mpsoftware.dk/phpdesigner_personal.php this FREE so long as you take the PERSONAL version, this only means you cant sell the scripts you write. And its such a small download. The idea is that this program works like a text editor but for code, so when you make a new document you choose the language its in, probably PHP, and if you type in a function it will show you how to finish it, and it will always add in quote marks and brackets to make sure you dont accidentally miss them. Very nice!

I think ive rambled enough here! I would definitely take a look at all the links in the above posts and in mine of course! and definitely get the software i suggested, ive used it for about a year now and not one problem. Then once you get php and HTML down then you can make yourself a website for real.

 

 

 


Reply

Imtay22
OK, theres Brainbench, and W3 Schools. I personly used W3 Schools, but i've heard brain bench was pretty good, too. You can also get certifications from them for $60 US (W3 Schools) and $50 US (BrainBench). Thats what I used for my php. (i use php, look at the sig) so php is really good. You might want to go here. It's http://www.php.net.


~Imtay22

Reply

cwconline
QUOTE(dtuhy @ Feb 23 2007, 09:49 PM) *
Ok so i have been using html for about two weeks and i was wondering what PHP is and if there is a website that you can go to, to learn it. I heard that it is better than html but I'm not really sure.



Yeah, Only 2 weeks... i would learn all the html you can... it takes some time to learn php... but it is easier and more simplier for example

say you have a ad and you use iframe to show that ad instead of saying <iframe src="ad/whatever.html" width="?" height="?"></iframe> you can just say

CODE
<?php
include "ad/whatever.html";
?>


it makes coding a lot easier as well...

because you can set variables in php

ex.)
CODE
<?php
$email = "EMAIL(a)whatever.com";

echo "$email";
?>


which echo means you are going to be displaying it on the page which $email echoed would be the same as in the $email = mark...

Later Dude,

Notice from electriic ink:
When posting code, please use code tags. Code tags added.

Reply

noriv
PHP is much better than HTML but it isn't as simple. This forum wouldn't exesist if there was no PHP or language like that.

Reply

monarch
I have been editing html for a year or so and when I came across a free php cms that was it...Hooked for sure
I really like the whole database thing and have since been learning how to edit the files to my liking. And have found myself at the php.net website. Well if you decide to install a server locally with mysql apache php phpmyadmin pearl check out Apache Friends xampp

Reply

Burke
I am in the same tree dthuy is. The only difference is that i know a little mroe about html as i did a course on it about 3 years ago. I am jsut starting out in php. I am going to check out all of the above though and try to learn as much as i can, cause i really want to have a good looking website.

Reply

shadowx
Hey Burke, there was a tutorial written not so long ago in the "Tutorials" forum that gives the absolute basics of PHP and where you can start, from there i wrote a tutorial too at my website, its also for beginners: http://www.shadows.trap17.com/tutorials/beginner_tut.php I rather like my own tutorial as it lists all the tools you need and where to get them etc... but them im supposed to like my own work tongue.gif

The best way to learn is to do, so learn the basics and then make smething, and keep an eye on the Tutorials forum as there are often PHP tuts in there.

Reply

Latest Entries

Sandokan
I went to the library ones and looked up some books. Unfortunatly al those books were so boring!
They looked like they were from WO2! It was just text and text and text and so on......
Maby I should go and look again, long time since I have been in the library biggrin.gif

Greetzz

Reply

sonesay
I think what most people dont realise or notice is making webpages isnt jsut about PHP or just about HTML. When I first started to learn html and I found bout about javascript i was like wtf do i need this for lol. After realizing you can do fancy things without combining them all, I'm doing catchup trying to learn everything all at once. You have to understand HTML, CSS, Javascript, PHP/ASP/CGI/Pearl/CF or what ever else server side scripting language there is, then there is a database for long term storage of information. You have to understand these languages to a high degree if you want to make some very good/complex sites. What I'm trying to say is web development can be a pain in the *bottom* if you want to make very good looking and complex sites. If you are serisouly about learning be warned it can be a very long process. To add to that lol there is also the issue of broswers not rendering pages alike. Sometimes will work fine on one broswer then not at all on another. I'm not trying to scare anyone away from learning web development its an interesting area as theres always new things coming out. With so much information out there its almost impossible to keep up with everyting dealing wtih WWW. But the core languages you will want to learn is XHTML, Javascript, CSS, MySQL, and a sever side scripting language PHP/ASP/what ever ... not just PHP.

When I find very good books on XHTML, CSS, Javascript I would probably invest in gettimg them personally for reference as I prefer paper material over screen. I know there are alot out there but most arnt that great as you would expect so be careful and take your time before you buy.

Reply

Galahad
The way I learned to code in PHP is somewhat strange... Being a programmer already, I thought I would just jump right in, and start writing code in PHP... But it was rather different than anything I worked in... So, I started making example pages... First, a simple static page, using PHP... Then, I worked my way up, always reading on the functions regarding the area I was making that sample page for... It kind of payed off in the long run... But books are precious...

I would suggest going through "PHP5 + MySQL Bible", I think Wrox is the publisher... I think O'Reilly has one too... Check out Sams Publishing as well... What you should do is go on a publishers site, find the book you want, and read the sample chapters, just to see if it will fit your needs, andthen go out and by it... And, you can always skim through the book in the book shop, at least here they let us read a bit, and see if the book is indeed what we're looking for...

And never forget the wonderful world of the Internet... You can find many, many good tutorials for PHP, most of them free... Try W3C Schools ofr example, they were very helpful to me, when I was learning... Heck, I'm still learning it smile.gif

Reply

sonesay
Heh there is no books that offer complete education on PHP. There are just too many things to cover in just one book you may end up buying 1-2. I got one book about 2 years ago it was ok but not the best. I still use it for reference because I prefer reading pages then screen. I think the closest thing would be the php manual at www.php.net but if your new it might seem hard to understand just reading form php.net so thats where books are good for beginners. It starts off easy and gets more complex as you progress through the chapters teaching you what/how to use PHP.

I think buying a book would be a better option as you can read it anytime without needing a computer right there to learn. But you have to be careful because some books are just junk. i.e they contain really weak material to learn from so spending $100 dollars on it(thats roughly how much books cost here) ainit worth it. What i usally do before buying any text is go out and try and read though all the books I can. Its kinda hard to see what each book is all about so if you have an idea of what your looking for it helps alot. After looking through all the books on the subject I decide on one that I think would best suit me. Most of the time after I progress I find the book hasnt really got enough material or examples so I try not to buy any books unless I have to now.


Reply

Rebel2206
Hello there, i am looking for any good books or website that offer a complete education on php, If anyone knows of any let me know. Thanks

Notice from BuffaloHELP:
Merging with topic already existing. Please search the forum to avoid redundant topics. Thank you.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Similar Topics

Keywords : learning, php, start,

  1. Learning Php
    (6)
  2. Best Sites For Learning Php-mysql
    (4)
    Hi I was reminded of this earlier by a post in a topic, meant to post it but forgot and the topic on
    php books reminded me. Well anyway there is tyhschools for learning php (unless someone else knows
    a better 1) but I wan't to know what is the best site for using php with mysql (using
    phpmyadmin) also whats the difference between postgresql and mysql? though I must admit the
    postgresql version of phpmyadmin whatever it's called looks better (visually)!....
  3. What Are The Best Books For Learning Php
    Please suggest a book (5)
    I would love some recommendations on what books are most helpful for learning PHP. I know XHTML,
    CSS, some Javascript. I do know some PHP as well. Also can someone also recommend some books on
    Advanced PHP, that actually shows how to create a fully functional and somewhat complex
    website/application. (Like RailSpace does for Ruby on Rails)....
  4. Good Source For Learning Php
    (13)
    http://www.bicubica.com/ This website explains everything about PHP, right from the basics. it
    also explains about Installing apache and PHP and configuring them. The site is very useful for
    newbies and also experts.....
  5. Learning Php methods
    good books/ideas out there? (9)
    I'm looking to start learning some PHP this summer, I've got a good grip on HTML, given that
    I never read a book on it, and my friend taught me. I'm good in logic and math, and taught
    myself CSS, I only know a tad of javascript, but now I'm getting ready to go to the real stuff.
    HTML and CSS don't allow me to do enough, I want to learn PHP, but I'm not sure I can teach
    myself off of help sites anymore, this seems a bit complicated. One of my friends is learning PHP,
    too, so it will be an advantage to bounce ideas off each other. Anyway, I'm w....
  6. Learning PHP
    Need some assistance (13)
    Hello All, I am learning PHP. I have been reading several tutorials and such but what I am
    wondering is this: is there a site that recomends simple project programs to practice your coding?
    Or can someone recommend a few programs I could write to get better. Kind of like learning it in
    school - after you learn it, you get an assignment to go practice it. Thanks, Dennis....

    1. Looking for learning, php, start,

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for learning, php, start,

*MORE FROM TRAP17.COM*
advertisement



Learning Php -- Where Do I Start? - I want to learn PHP



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE