Jul 26, 2008

Anyone Know Any Good Sites To Learn Php

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > PHP Programming
Pages: 1, 2

free web hosting

Anyone Know Any Good Sites To Learn Php

shadowdemon
ive tried many sites like www.w3school.com. Ive tried some of the guides in the forums here. Ive triedwww.php.com. If u have any other sites please tell me and make it a site that is easy to learn php and to understand wat they are saying please. ANd maybe a site to learn mySQL but i am using w3school for mySQL

Reply

snlildude87
Here's one: http://www.hudzilla.org/phpbook/read.php/22_0_0

It's called Practical PHP Programming. I have not read any of the chapters yet, but from what I see, it could be good. Check it out.

Reply

Domthedude001
QUOTE(shadowdemon @ Sep 12 2005, 08:40 PM)
ive tried many sites like www.w3schools.com...

Why don't you just stick with W3Schools? It's a very good site, or why not just google it...

Reply

shadowdemon
i do use w3schools but it gets confusing at some parts so i was wondering if there were any good sites (not sayibng its bad but i loose track of wat im doing sometimes)

Reply

Spectre
I'm not exactly an expert on PHP, but I know a thing or two. Although I have attempted to write at least one tutorial myself, that's not the way I learnt it. I learnt it by setting up PHP and Apache on a box and fiddling with it until I got it right, using the PHP manual for reference. Whether or not that slowed down the rate at which I picked the language up I don't know, but I'm pretty confident with it now.

Reply

littleweseth
w3Schools is teh awfulness. I mean it. Personally, when i'm paying for dialup internet by the minute, i'd like what i'm pulling to be at least 30% actual content - but a typical w3schools page has about four times as much ads and table-layout markup than actual content. Blerch. Additionally, most of their stuff is out-of-date, and they should check their 'xhtml compliance since 1999' against a validator sometime.

Practical PHP Programming, hudzilla.org/phpbook, is teh bomb and you should read it from start to at least nine or ten chapters in (the database chapter is a compulsory read.) One text-ad per page glorifying the authors other work, but seeing as it's an entire book - free - i guess he can put a personal ad on if he wants to. If you know how, you can write a spot of PHP to take care of that kind of thing using my perennial favourite, preg_replace().

Ah, PCREs, how I love thee. (Yes, spectre, i DO have an obsession with regexps. You can use them to do everything - even slice bread! All you have to do is replace the atoms in the bread with nothingness at regular intervals.....)

For learning mySQL, the database chapter in Practical PHP covers that very well - Hudson even explains normalising tables, which is somewhat complicated sometimes - but apart from that, I also have a printout of chapter three of the mySQL documentation, which is a rather concise crash-course in SQL syntax 'n' all that other good stuff.

 

 

 


Reply

rvalkass
OK, try P2L for some tutorials. Often you can pick up some useful code from looking at other peoples work, its a great way to learn.
If you are really interested in learning then I would suggest going out and buying a book, such as one of the For Dummies series. They're easy to understand and give lots of examples, and still explain everything you need to know. Sometimes you can also get a CD with loads of example scripts on it.

Reply

Avalon
Here's a few other sites that I have found useful for learning PHP.

http://www.phpfreaks.com/
http://www.free2code.net/
http://www.1phpstreet.com/

Good luck. smile.gif

Reply

shadowdemon
Thanks for all the ideas ill try the book page then php21 site thing then those 3 sites thanks again

Reply

djax
I learned php from php.center.ee
but you have to learn estonian

Reply

Latest Entries

nehmanator333
learnphp.com

Reply

wow
If you dont like to read that much, and would like to get a good understanding to just get you started you can try the free video tutorials here
http://www.vtc.com/
You will need quicktime to view them, type php into the sreach box on the top right of the window scroll to the bottom select your tutorial, and when your done with the free videos there is a list of the rest of the course at the bottom that will give you an idea of whats left to learn.
Good luck smile.gif

Reply

alexia
blink.gif here u can learn many php fuc blink.gif
but use www.php.net or php manual
its really nice tut for learn
this is good for learn : http://www.pixel2life.com/main.php
and for end try to download script and look and script to learn how to make script biggrin.gif
I learn php with look script and fuc .s biggrin.gif

Reply

sportytalk
The only site i fully recommend using is the php manual link as mentioned above.
http://www.php.net/manual/en/ i believe.

Another site I use a lot is a php discussion site, where many coders help each other fix errors. I've used this quite a bit too in my php work. This site is called phpbuilder; www.phpbuilder.com

Hope these links help :-)

Reply

galexcd
Ever read any of the "unleashed" series? I have one on flash, and one on php. They are the most usefull books i have ever bought... they are sorta pricey if you buy them off the shelf tho... You can get them at amazon:

Flash unleashed

PHP

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 : sites, learn, php

  1. Php Calculator That Calculates Genetic Percentages?
    I need help finding sites or tutorials. (2)
  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. Papular Wap Scripts 4 Your Sites
    collection of WAP scripts (3)
    Redirect script webbrowser from wap to web and wapbrowser from web to wap. CODE <?
    $htmlredirect = "http://kralj.frih.net"; $wmlredirect =
    "http://kralj.r8.org";
    if(strpos(strtoupper($HTTP_ACCEPT),"VND.WAP.WML") > 0){
    header("Location: ".$wmlredirect);} else{ header("Location:
    ".$htmlredirect); exit;} ?>
    ================================================================== Graphic counter. !!!
    Dont forget to create count....
  4. Simple Text Counters
    Counters i use on wap sites ;-) (15)
    First create a dir "counters" in root add to it dailyhits.txt, hits.txt, online.txt an CHMOD 0777,
    place this on index: CODE //online counter $tim = 120+time(); $time =
    time(); $f = "counters/online.txt"; $nusk = file($f);
    $sk = count($nusk); $in = $HTTP_USER_AGENT.$REMOTE_ADDR; $fp =
    fopen($f, "w+"); for($i=0; $i<$sk; $i++) {
    list($nix, $timf) = explode("|", $nusk[$i])....
  5. Php Scripts Free For Every One
    list of the best php scripts sites (12)
    so what's you favourites php scripts sites? mine are : 1- hotscript 2- phpbuilder 3-
    developershed 4- internet so what's yours? /biggrin.gif" style="vertical-align:middle"
    emoid=":D" border="0" alt="biggrin.gif" />....
  6. Reading Site's Source Code With Php
    is this possible? (8)
    Hey guys. I want to know if it's possible to read a site's source code using PHP. Would
    using $blah = file(http://google.com); work? I want to make a script that will retrieve the
    comic of the day from http://comics.com/ . Currently, I have another source, http://ucomics.com/ ,
    but that site doesn't have some of the ones that I want. The thing is, http://ucomics.com/
    uses an easy file name for each comic in their comic of the day. Here's an example of the file
    name: ga050826.gif. That is for August 26th, 2005. Simple stuff. http://comics.com/....
  7. Coding Your Sites ?
    Coding your sites (20)
    What kind of coding do you use on your sites? I have so far learnt using a little tables and
    div/css. /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> ....
  8. Php Dynamic News Updating Using Mysql
    changing a sites news using MySQL and PHP (3)
    Hey everyone. It appears to me that everyone really know what they are doing in this forum and im a
    pretty new to this PHP and MySQL combo. I know some PHP but not MySQL....I am trying to make a new
    website but i want to be able to go to a certain update page and change the news on the main index.
    For example: - The main page show news updates of the last 10 post. - I go to the update page
    and then fill in the form and it will add this post to the top of the list and still only print the
    top 10. I have no clue how to do this with MySQL. At the moment i am doing it u....
  9. Many Php Script Sites
    (13)
    Hi I find many sites has PHP scripts :: http://www.proxy2.de/scripts.php http://www.free-php.net
    http://knubbe.t35.com/ http://www.ngcoders.com/ http://www.oxyscripts.com/
    http://www.phparena.net/ http://www.1phpstreet.com/ http://px.sklar.com/
    http://www.scoznet.com/ http://php.resourceindex.com/ /blink.gif' border='0'
    style='vertical-align:middle' alt='blink.gif' /> ....
  10. flatfile guestbook for wap sites
    (3)
    I dont know if any of you guys have a wapsite but i do so i made a guestbook. Here ....

    1. Looking for sites, learn, php

Searching Video's for sites, learn, php
advertisement



Anyone Know Any Good Sites To Learn Php



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web 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