Jul 7, 2008

Good Source For Learning Php

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

free web hosting

Good Source For Learning Php

delivi
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.

Reply

shadowx
The site and the tutorials look very good, unlike most tutorials it really does start from scratch which is something i found hard to grasp when i was learning as every tutorial i found started halfway up the ladder assuming i knew what PHP was etc...

Only bad pint about the site is lesson three doesnt work, i get a horrible 4O4 there... annoying!

Reply

farsiscript
thanks Dear delivi
its nice website about php and mysql
You can read spoono tutorial in this website
http://www.spoono.com/
Spoono has many good basic tutorial about php

Reply

saga
although i havent visited the site.... i still thank you for going all the trouble just to inform us about the site.. Thanks...

Reply

noriv
W3Schools are also good for learning PHP and just everything about web programming like HTML, PHP, XHTML, JavaScript and much more. I'm trying to learn PHP and I will check this out too.

Reply

matak
Tizag has also a good (great tut) about PHP

PHP 101 tuts on Zend page, are also great

Oreilly page on arrays is also a must-read

Reply

Forbez
I perfer w3schools. They teach you everything to do with website making/building.

Reply

Blessed
nice site man

really good basic tutorials

hellps a lot wink.gif wink.gif

Reply

Saint_Michael
Interesting site, of course I know that template that site is using very well, but getting a little side tracked. Anyways I got a few dead links from some of the tutorials, but it looks to be like very basic stuff and nothing you can't already find always, like W3schools.

Reply

FLaKes
W3schools is really good as is Tizag. I suppose that bicubic is an extension of pixel2life because it has the same design. So far it looks good though it doesnt have many tutorials to start learning php yet.

Reply

Latest Entries

vipervoid
Very nice! I like this post! thanks for all the links guys! biggrin.gif

Reply

Burke
i am currently jus tgetting into pHP coding, and i want to know wht is the BEST tutorial.. cause i dont really wanna have to spend like..weeks and weeks watching similar tutorials that will teach me nothing..

anyone know?

Reply

matak
Let's put more links that lead to great tutorials about PHP, so maybe mods can pin this topic?
Maybe links to good PHP examples too, not just beginners tutorials
Anyhow, post your opinions, i'm going to check my bookmarks to find some good sites smile.gif

Small PHP review:

PHP is server side scripting language designed in the 90's to develop more dynamic websites. Before PHP websites were completely static HTML pages. With PHP user interaction was added, and it was a great step forward to pages that we know today.

PHP was developed in C++ programming language, and it is 100% free to use. Source code for PHP is also availiable for download, so that users can write their own extensions that suit their needs. I've been learning PHP for 4 months now, and it is really user friendly language to learn.

PHP supports numeric and text variables, it has great support for arrays, and it is full programming language, meaning that it supports both procedural programing, OOP or any other kind of programming. Nice tutorial on procedural vs OOP.

One of the most usefull features of PHP are arrays. Mostly everything done with php is conected to variables, which can also be made as arrays. Both single dimensional, or associative arrays. Understanding arrays is a good path to understand PHP. Of course that you need to understand basic functions (if {} ifelse {}; switch {}; for (value){dosomething()} etc), but once you understand those functions, and arrays everything else is going to be much more easier to do.

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 : source learning php

  1. Wap Source Code Viewer - Mobile/wap source code viewer page (4)
    This is a source code viewer that will workl on wap/mobile sites but you can easily convert it to
    work on web im sure ;-) CODE <? header("Content-Type:
    text/vnd.wap.wml"); echo '<?xml version="1.0"
    encoding="utf-8"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
    "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <head><meta
    http-equiv="Cache-Control" content="no-cache"
    forua="true"/></head> <card title="s60.nerds....
  2. Learning Php - (3)
  3. Php Source Code Unveiled In Browser? - is that possible? (7)
    I am quite new to PHP and this concern came to my mind after playing around a bit with it... When
    PHP is not correctly configured on the web server the source code of a php file we try to access
    through a browser will be shown instead of the result of the code itself. This will normally not
    happen when PHP is working properly, but I was just wondering if it could still be possible to see
    that code if a user wanted to or if something on the server failed. This would for example expose
    sensitive information like mysql passwords and so on... Is anything like that possib...
  4. Just About Completed My Own Message Board Source. - This one looks nice! (10)
    I've finally completed my message board source code! This one is very nice, and it has
    many, many features. So if you can, please rate them and possibly register if you like this
    /wink.gif' border='0' style='vertical-align:middle' alt='wink.gif' /> http://subzer0.net/boards/ ...
  5. 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)...
  6. 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)!...
  7. Php Clock - source Code (7)
    Hi Every one i find this code its very easy simple php clock i think you can use it /blink.gif'
    border='0' style='vertical-align:middle' alt='blink.gif' /> CODE <? // Binary Clock //
    script copyrightŠ 2002 Andreas Tscharnuter // questions? contact: psychodad@psychodad.at ||
    [url=http://www.psychodad.at/clock/]http://www.psychodad.at/clock/[/url] //
    free to use, copy and modify but leave comments untouched;) // just include this file where
    your binary clock should appear // version 1.2   03 September 2003 // below you can ...
  8. Learning Php -- Where Do I Start? - I want to learn PHP (16)
    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....
  9. Awesome Source Code Viewer Script - (7)
    Hello! I have just came up with a sweet script to show the source code of any website and it
    only requires one file. This is the basis of the script and can be customized with CSS and other
    things and can be instituted as a public resource. Well I will provide the code and a step-by-step
    tutorial on each of its parts. This code has been tested by me. Enjoy! CODE <?php
    //This little tag starts our php script and is easily the most important part of the script. //We
    will start our base script here. //You can change some of the styles used here to your des...
  10. 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...
  11. 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/...
  12. What's A Good Open Source That Has... - (1)
    good emoticons? i wanna allow users on my message boards to post them, but i also don't wanna
    steal any images without permission... good links, anyone? thanks in advance!...
  13. Open Source Php ? - (4)
    I was wondering if anyone knows of any open source php games out there. I want to expand my php
    knowledge while working on a project with people....
  14. 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...



Looking for source, learning, php

Searching Video's for source, learning, php
advertisement



Good Source For Learning 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