delivi 0 Report post Posted February 17, 2007 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. Share this post Link to post Share on other sites
shadowx 0 Report post Posted February 17, 2007 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! Share this post Link to post Share on other sites
farsiscript 0 Report post Posted February 18, 2007 thanks Dear deliviits nice website about php and mysql You can read spoono tutorial in this websitehttp://forums.xisto.com/no_longer_exists/Spoono has many good basic tutorial about php Share this post Link to post Share on other sites
saga 0 Report post Posted February 18, 2007 although i havent visited the site.... i still thank you for going all the trouble just to inform us about the site.. Thanks... Share this post Link to post Share on other sites
noriv 0 Report post Posted March 27, 2007 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. Share this post Link to post Share on other sites
matak 2 Report post Posted March 27, 2007 (edited) Tizag has also a good (great tut) about PHPPHP 101 tuts on Zend page, are also greatOreilly page on arrays is also a must-read Edited March 27, 2007 by matak (see edit history) Share this post Link to post Share on other sites
Forbez 0 Report post Posted March 27, 2007 I perfer w3schools. They teach you everything to do with website making/building. Share this post Link to post Share on other sites
Blessed 0 Report post Posted March 27, 2007 nice site manreally good basic tutorialshellps a lot Share this post Link to post Share on other sites
Saint_Michael 3 Report post Posted March 28, 2007 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. Share this post Link to post Share on other sites
FLaKes 0 Report post Posted March 28, 2007 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. Share this post Link to post Share on other sites
Unholy Prayer 0 Report post Posted March 30, 2007 Tutorialized also has alot of good PHP tutorials. Share this post Link to post Share on other sites
matak 2 Report post Posted March 30, 2007 (edited) 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 tutorialsAnyhow, post your opinions, i'm going to check my bookmarks to find some good sites 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. Edited March 30, 2007 by matak (see edit history) Share this post Link to post Share on other sites
Burke 0 Report post Posted April 6, 2007 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? Share this post Link to post Share on other sites
vipervoid 0 Report post Posted September 25, 2007 Very nice! I like this post! thanks for all the links guys! Share this post Link to post Share on other sites