WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Database Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Database Discussion Forum This is the place to find help resolving those nagging questions you have about implementing and using all kinds of databases. Need help writing a query? Need an opinion on Oracle? Post here!

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-05-2003, 09:31 AM
prima prima is offline
WebProWorld New Member
 

Join Date: Aug 2003
Location: United Kingdom
Posts: 2
prima RepRank 0
Default Beginning Data Driven PHP Pages??

Hi

Can anyone direct me to a site or tutorial or code to develop Mysql/PHP pages. I have an entertainment agency and want to display our artists details - text/photo/links to multimedia on a template page - don't know where to start. I am a self taught designer and my life's work is http://www.prima-artists.com

Any suggeastions appreciated - please don't tell me to give up!!

Thanks to any respondents.

Tony [Prima]
Reply With Quote
  #2 (permalink)  
Old 09-05-2003, 02:20 PM
blastradius blastradius is offline
WebProWorld Pro
 

Join Date: Jul 2003
Location: Chilliwack, BC Canada
Posts: 190
blastradius RepRank 0
Default

http://perl.about.com/cs/beginningphp/
http://www.spoono.com/php/tutorials/
http://ca3.php.net/tut.php
http://www.justphukit.com/php/beginn...-tutorials.php
Here are just a few beginner links. And no don't give up. Personally I would buy a good book on php but hey I just find that I learn better from a book. I'm completly self taught as far as web programming goes. Just don't get too frustrated and and have fun. And after you start having fun remember it is good for you to stop to eat and sleep.
Reply With Quote
  #3 (permalink)  
Old 09-05-2003, 02:49 PM
mpnev's Avatar
mpnev mpnev is offline
WebProWorld Pro
 

Join Date: Jul 2003
Location: twin cities
Posts: 170
mpnev RepRank 0
Default

I suggest: http://www.phpbeginner.net
__________________
mpn
Reply With Quote
  #4 (permalink)  
Old 09-07-2003, 04:01 AM
redcircle's Avatar
redcircle redcircle is offline
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Grand Rapids, MI USA
Posts: 553
redcircle RepRank 0
Default

www.webmonkey.com
www.devshed.com
www.phpbuilder.com

These are the best (in my opintion)
Reply With Quote
  #5 (permalink)  
Old 09-16-2003, 06:49 AM
prima prima is offline
WebProWorld New Member
 

Join Date: Aug 2003
Location: United Kingdom
Posts: 2
prima RepRank 0
Default Thanks You

Just to thank you all
blastradius
mpnev
redcircle
for these great references

Tony

prima
Reply With Quote
  #6 (permalink)  
Old 09-17-2003, 12:40 AM
compusolver's Avatar
compusolver compusolver is offline
WebProWorld Member
 

Join Date: Sep 2003
Location: Oklahoma
Posts: 94
compusolver RepRank 0
Default

Tony, If you've already learned a couple of programming languages, expect to be moving along nicely (with the help of a manual or two) within a couple of weeks.

(Now you may not like the rest of this, but its the harsh truth) Otherwise, I would think that most people would need to set aside at least three months to a year for learning server-side code and databases well enough to be effective for a business site.

And if that site is for your business, may I suggest you hire a professional web designer/programmer? And preferably one who is fairly local to you (that eliminates me here in Oklahoma) who has good samples of work to show and good references.

Tony, most websites that the owners did by themselves, look like the owners created them themselves - know what I mean? And while yours is far above average (for an owner-created site) a good web designer with marketing experience can help you a lot.
__________________
- Hank Castello
www.CompuSolver.com
www.SmBizHosting.com
Hosting, eCommerce Gateways & affordable subcontract programming/consulting
Reply With Quote
  #7 (permalink)  
Old 09-17-2003, 12:20 PM
Florena Florena is offline
WebProWorld New Member
 

Join Date: Jul 2003
Location: Springfield, MO
Posts: 4
Florena RepRank 0
Default Good book on PHP

I have not delved into the language yet, just read 4 sample chapters, but Kevin Yank, technical editor for Sitepoint.com recently updated a book he wrote about a year ago entitled Creating Dynamic Databases with PHP and MySql, and it is getting rave reviews in the tech press. Available exclusively from Sitepoint for about $35. Ships in the US in 1-2 days. He gives code for several common needs including a shopping cart.
Reply With Quote
  #8 (permalink)  
Old 09-17-2003, 01:39 PM
paulhiles's Avatar
paulhiles paulhiles is offline
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,803
paulhiles RepRank 0
Default

I bought that Kevin Yank book you mentioned, Florena... and it is very well written, although my expectations were pretty high before I even opened it to be honest with you!

My main stumbling block with PHP & MySQL is the command line prompt.. so setting up a database using that was not my idea of a good time! :)
As a consequence, I've postponed learning the language fully until I get a bit of breathing space in my workload. I have scanned later chapters, and it does look as though it gets a good deal more interesting as the book works you through building a sample application.

I also purchased the equivalent title 'for Dummies' by Janet Valade and that looks like a very good starter too. Each book comes with a CD loaded with the necessary software and sample applications.

Good luck to you... I've got to get back to my ASP pages! :c)

Paul
Reply With Quote
  #9 (permalink)  
Old 09-18-2003, 05:34 PM
compusolver's Avatar
compusolver compusolver is offline
WebProWorld Member
 

Join Date: Sep 2003
Location: Oklahoma
Posts: 94
compusolver RepRank 0
Default

in response to paulhiles:

Yeah, avoid the command line prompt at all costs! I still have nightmares about my first MySQL setup on a Windows machine that was half a continent away.

Of course if you're having to do the MySQL setup on your server, you're just in for a bad time - especially the first ten or so times!

But after its setup, you can use a nice graphical interface like PHPMYADMIN for maintenance chores.

When you compare all the code you've got to write in ASP/ODBC for database operations, you quickly fall in love with PHP/MySQL, its even easier to learn than ASP - and this is from a former diehard ASP coder!
__________________
- Hank Castello
www.CompuSolver.com
www.SmBizHosting.com
Hosting, eCommerce Gateways & affordable subcontract programming/consulting
Reply With Quote
  #10 (permalink)  
Old 09-18-2003, 05:45 PM
TrafficProducer TrafficProducer is offline
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: United Kingdom
Posts: 1,688
TrafficProducer RepRank 0
Default You may find a coule of helpful links here

You may find a coule of helpful links here:-

Freeware, Shareware. Perl, CGI, Java, web masters tools, etc. Small and quick shareware to download.

http://www.downloads.ukprofessionals.com/index.html
__________________
Videos to Watch and Video Publishing
Affiliate Program! Our Affiliate Program Pays 50.00% Business Support
Reply With Quote
  #11 (permalink)  
Old 09-19-2003, 05:01 AM
brettgodfrey brettgodfrey is offline
WebProWorld Member
 

Join Date: Jul 2003
Location: England
Posts: 49
brettgodfrey RepRank 0
Default PHP and MySQL

A really great book for PHP beginners is:

PHP and MySQL Web Development by Luke Welling and Laura Thomson published by SAMS cost aroun $50.00

As for setting up MySQL databases....
I always use MYSQL-FRONT. it is an easy to use gui with some realy neat features. As you set up a table using a mouse you can see the code at the bottom. This can then be cut and pasted into your php pages.

mysql-front was discontinued at one point (I made 4 backups as I could not imagine life without it!) but it seems to have been resurected at http://mysqlfront.sstienemann.de/
__________________
Brett

www.godfreyhart.com
Reply With Quote
  #12 (permalink)  
Old 09-26-2003, 02:09 PM
xai xai is offline
WebProWorld New Member
 

Join Date: Sep 2003
Location: Wien
Posts: 10
xai RepRank 0
Default your database is http://www.gnu.org

There you can learn what you are looking for.
xai
__________________
Das Einzig Beständige ist der Wandel
Reply With Quote
  #13 (permalink)  
Old 09-26-2003, 02:57 PM
xai xai is offline
WebProWorld New Member
 

Join Date: Sep 2003
Location: Wien
Posts: 10
xai RepRank 0
Default elearning for databases etc.

http://www.gnu.org
xai
__________________
Das Einzig Beständige ist der Wandel
Reply With Quote
  #14 (permalink)  
Old 11-28-2003, 02:15 PM
PXJ PXJ is offline
WebProWorld New Member
 

Join Date: Nov 2003
Location: USA
Posts: 12
PXJ RepRank 0
Default Re: Beginning Data Driven PHP Pages??

Quote:
Originally Posted by prima
Any suggeastions appreciated - please don't tell me to give up!!
Don't try to reinvent the wheel. There are good and free scripts such as CMS's that will organize all that content for you.

I sound like a broken record by recomending CMS's in my posts but....

If you don't have the time or need to learn PHP and MYSQL there is no point in stressing yourself out just so you can organized your artists site.

For example: I am sure you would agree Vibe or Spin magazine would probably use a much more comprehensive site and artists database than you might need. Yet they use a free CMS that most 15 year old kids can learn.

Your time might be better spent learning how to run one of those PHP scripts than learning the language they were written in and building your own. The open source community has done all the work for you already. You can then use your site to learn PHP as you go along.
__________________
Nuke Hosting

http://nukehosting.net
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Database Discussion Forum
Tags: beginning, data, driven, pages, php



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



Search Engine Friendly URLs by vBSEO 3.0.0