Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 712 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     PHP and MySQL :

Top beginner projects for php & MySQL

Thread title: Top beginner projects for php & MySQL
Reply  
Page 1 of 2 1 2 >
    Thread tools Search this thread Display Modes  
01-23-2010, 08:18 AM
#1
jasonm56 is offline jasonm56
jasonm56's Avatar
Status: I love this place
Join date: Jun 2007
Location: Minneapolis
Expertise: xhtml/css, jquery, php, mysql
Software:
 
Posts: 533
iTrader: 1 / 100%
 

jasonm56 is on a distinguished road

Send a message via MSN to jasonm56

  Old  Top beginner projects for php & MySQL

I've tried reading a few books at the library, I just CAN'T follow along. They're all so boring, and only talk about theory, not really applying theory to applications or anything fun. I guess the best way to learn would be to just do simple projects. If you could make a list, what would be on that list of projects?


p.s. I'm not talking about modifying scripts. I'm actually pretty good at Wordpress modification, as it's not too hard. I want to build somethings up myself, just don't know what those things are.

Reply With Quote
01-23-2010, 12:06 PM
#2
santa is offline santa
santa's Avatar
Status: Member
Join date: Mar 2009
Location: Location: location.
Expertise: Design, HTML
Software: Espresso, Photoshop, Mail.app
 
Posts: 398
iTrader: 7 / 100%
 

santa is on a distinguished road

Send a message via ICQ to santa Send a message via AIM to santa Send a message via MSN to santa Send a message via Yahoo to santa Send a message via Skype™ to santa

  Old

The book I was learning it from (Head First PHP & MySQL) is based around a few little projects; I'd recommend the book -- so far, I've learnt a lot, and if my dog ever gets abducted by aliens, that's a project I already coded.

However, I'd like some simple script ideas as well.

Reply With Quote
01-23-2010, 12:17 PM
#3
Garyrae is offline Garyrae
Status: Request a custom title
Join date: Dec 2005
Location: Colchester, UK
Expertise:
Software:
 
Posts: 4,625
iTrader: 16 / 100%
 

Garyrae is on a distinguished road

Send a message via MSN to Garyrae Send a message via Skype™ to Garyrae

  Old

My first PHP/SQL projects were a URL shortener, and an arcade script.

The arcade script is a basic task, but with big room for expansion.

Start with a basic admin panel to submit/edit/delete games, and a 2-page frontend - listing and 'view game' page.
Then if all goes well, add categories, pagination, ratings, user system, etc.

Reply With Quote
01-23-2010, 09:59 PM
#4
jasonm56 is offline jasonm56
jasonm56's Avatar
Status: I love this place
Join date: Jun 2007
Location: Minneapolis
Expertise: xhtml/css, jquery, php, mysql
Software:
 
Posts: 533
iTrader: 1 / 100%
 

jasonm56 is on a distinguished road

Send a message via MSN to jasonm56

  Old

Originally Posted by santa View Post
The book I was learning it from (Head First PHP & MySQL) is based around a few little projects; I'd recommend the book -- so far
Yeah it's just most books deal with all theory, and less actual web development with that language. I think I've come to the conclussion that I need more hands on experimenting, less reading.

Originally Posted by Garyrae View Post
My first PHP/SQL projects were a URL shortener, and an arcade script.

The arcade script is a basic task, but with big room for expansion.

Start with a basic admin panel to submit/edit/delete games, and a 2-page frontend - listing and 'view game' page.
Then if all goes well, add categories, pagination, ratings, user system, etc.
arcade script, sounds interesting. I'll give it a shot soon.

Reply With Quote
01-24-2010, 12:49 AM
#5
Gaz is offline Gaz
Gaz's Avatar
Status: Request a custom title
Join date: Apr 2007
Location: UK
Expertise: Code & Programming
Software: Coda, TextMate, Sublime 2
 
Posts: 2,097
iTrader: 26 / 100%
 

Gaz will become famous soon enough Gaz will become famous soon enough

Send a message via Skype™ to Gaz

  Old

I made a forum to get acquainted with PHP/MySQL. On similar lines to Gary.

Reply With Quote
02-05-2010, 04:30 PM
#6
JayD3e is offline JayD3e
Status: I'm new around here
Join date: Jan 2010
Location:
Expertise:
Software:
 
Posts: 6
iTrader: 0 / 0%
 

JayD3e is on a distinguished road

  Old

I can not stress this enough, read Head First PHP/MySQL. It is without a doubt the best beginner PHP/MySQL book. It focuses mainly on doing small projects that aid the laerning process, and is very comical and lively which make it really easy to read. It even gives you the capabilities to make a mini-dating site. Really cool stuff. It gave me all the knowledge I needed to make a full fledge social networking site, so that book is pretty powerful. It is also very good for reference purposes after you have finished it.

Reply With Quote
02-15-2010, 10:28 PM
#7
ChrisBarber-Riley is offline ChrisBarber-Riley
Status: Junior Member
Join date: Aug 2009
Location:
Expertise:
Software:
 
Posts: 54
iTrader: 2 / 100%
 

ChrisBarber-Riley is on a distinguished road

  Old

Hey - I'm in the process of getting some php scripts together for my site but in the meantime I suggest www.phpvideotutorials.com

This site is very useful + there are quite a few free tutorials which explain alot!

and as you might of guessed they are all video tutorials so he talks you through it.

Good luck.

Reply With Quote
02-24-2010, 03:36 PM
#8
Mad-Hatter is offline Mad-Hatter
Status: I'm new around here
Join date: Feb 2010
Location:
Expertise:
Software:
 
Posts: 3
iTrader: 0 / 0%
 

Mad-Hatter is on a distinguished road

  Old

A great project is a simple CMS, or a portal for a popular forum application. For instance, try and make a site that reads the last 5 queries in a certain section of a forum (such as vBulletin or PHPBB), those will be your news post. Make that section only available to the administrators and you have yourself a secured portal, and an easy to use CMS.

Reply With Quote
03-08-2010, 11:50 PM
#9
FWebDe is offline FWebDe
FWebDe's Avatar
Status: Junior Member
Join date: Jul 2009
Location: Vancouver, Canada
Expertise: Programming
Software: Firefox, Vim, Komodo Edit
 
Posts: 69
iTrader: 0 / 0%
 

FWebDe is on a distinguished road

Send a message via MSN to FWebDe

  Old

I agree that a great project for a beginner to PHP and MySQL would be to make a simple CMS. If you want a good tutorial, here is one.

When building it, try to make sure that you understand how everything works and how it all goes together. And then when you're finished, spend some time coming up with new features and trying to add them in.

Reply With Quote
03-10-2010, 09:52 PM
#10
A2K10 is offline A2K10
Status: Junior Member
Join date: Mar 2010
Location:
Expertise:
Software:
 
Posts: 30
iTrader: 0 / 0%
 

A2K10 is on a distinguished road

  Old

I only have limited knowledge in PHP but from the advice I've gotten, it seems that creating your own CMS as someone suggested is a good start as it covers a lot of the fundamentals including security such as escaping certain things to prevent exploits and so on.

Reply With Quote
Reply  
Page 1 of 2 1 2 >


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed