UndergroundScene Forums  

Welcome to the UndergroundScene Forums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!


Go Back   UndergroundScene Forums > SPECIAL AREAS > Information Technology
Register FAQ Site Areas Gig Guides Members Calendar Arcade Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 2nd December 2007, 08:34 PM   #1 (permalink)
^_mincher_^
Senior Member
 
^_mincher_^'s Avatar
 
Join Date: May 2004
Location: Corstorphine/Dundee
Posts: 1,574
^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light
PHP & MySQL.

Awright troops!

I'm looking for some good resources in learning PHP and MySQL.

Could you kindly take your cyber-fingers and point them at some?

Cheers.
^_mincher_^ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 2nd December 2007, 08:46 PM   #2 (permalink)
kj
gimp
 
kj's Avatar
 
Join Date: Aug 2001
Location: Scotland
Posts: 14,144
Band: A band of merry men
kj has disabled reputation
If you don't already have php and mysql installed on your machine then the quickest way for a beginner to do so is to use WAMP (windows) or MAMP (mac). It's an application that'll set up PHP and MySQL on your machine along with Apache server which you'll need to run PHP. WAMP and MAMP are both free. You can also use IIS but Apache is more popular on the web and it's good to learn to use open source software.

Secondly get yourself a good book that'll guide you through the basics. MySQL is probably something that you'll learn as you go through the books. Essentially you'll be wanting to learn PHP first and foremost. MySQL will come later as you find yourself needing to use MySQL in your more advanced applications. Most of the O'Reilly books are pretty good. You can find em on Amazon with a simple search for PHP and MySQL.

Thirdly there are a lot of tutorials on the web that you can follow. In my opinion the best way to learn is trial and error and a bit of enthusiasm.

Finally one of the most important tools is the documentation. It'll give you guidance on all the areas of PHP including the built in functions and methods.

Learn the basics and build on 'em. That's how I did it.
kj is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 2nd December 2007, 08:53 PM   #3 (permalink)
^_mincher_^
Senior Member
 
^_mincher_^'s Avatar
 
Join Date: May 2004
Location: Corstorphine/Dundee
Posts: 1,574
^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light
Top Banana, Kooj.

Already got Apache up and running and setup and was thinking a book would be the best means of learning for me but I'm open to websites/articles too.

It's been an age since I made any form of website and never really delved into any sort of server tech.

Wish me luck!
^_mincher_^ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 2nd December 2007, 08:56 PM   #4 (permalink)
: : Scott : :
Senior Member
 
Join Date: Mar 2003
Location: Dundee
Posts: 7,138
: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute: : Scott : : has a reputation beyond repute
MySQL AB :: MySQL 6.0 Reference Manual
: : Scott : : is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 3rd December 2007, 01:54 PM   #5 (permalink)
RealR
Senior Member
 
RealR's Avatar
 
Join Date: May 2004
Location: Dundee
Posts: 4,140
Band: They are make believe
RealR is a name known to allRealR is a name known to allRealR is a name known to allRealR is a name known to allRealR is a name known to allRealR is a name known to allRealR is a name known to allRealR is a name known to allRealR is a name known to allRealR is a name known to allRealR is a name known to all
php.net is all you'll ever need
RealR is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 9th December 2007, 07:17 PM   #6 (permalink)
^_mincher_^
Senior Member
 
^_mincher_^'s Avatar
 
Join Date: May 2004
Location: Corstorphine/Dundee
Posts: 1,574
^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light^_mincher_^ is a glorious beacon of light
Aye looks like PHP.net is doing the trick.

Also picked up Beginning mySQL by Wrox and PHP 5 by Wiley for £8 from The Works of all places...

I don't think they realised how current/relevant the books were or what they are worth!
^_mincher_^ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10th December 2007, 09:13 AM   #7 (permalink)
kj
gimp
 
kj's Avatar
 
Join Date: Aug 2001
Location: Scotland
Posts: 14,144
Band: A band of merry men
kj has disabled reputation
Aye, that'll get you on the road to programming bliss. Lots of new stuff in PHP5.
kj is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Similar Threads
Thread Thread Starter Forum Replies Last Post
MySQL experts? kj Information Technology 1 27th March 2007 09:29 PM
PHP: PEAR development architecture kj Web and Computer Arts 0 23rd July 2006 08:35 PM
Running PHP offline? RealR Information Technology 3 24th August 2005 06:21 PM
Sessions in Firefox... PHP kj Information Technology 0 25th May 2005 08:28 AM


All times are GMT. The time now is 07:01 PM.


Powered by vBulletin
UndergroundScene.co.uk is bad-ass and under copyright

Content Relevant URLs by vBSEO 3.0.0 RC8