Re: [PHP] auto page generation

2007-04-16 Thread tedd

At 1:31 AM -0400 4/16/07, Jeremy Adams wrote:

I'm building a website right now that will be a database of attractions in
the Carolina and Virginia area.
The idea is that attraction owners can submit data to the database and the
database will automatically generate a page containing that information.
What I'm trying to figure out is how to generate the pages automatically and
have links to them added to the site.  If someone could help me or point me
in the direction of a book or web page that covers this I would really
appreciate it.


Jeremy:

Welcome to php and mysql, because if you're going to do it yourself, 
then you're going to have to learn it.


Here's some online tutorials to introduce you.

http://www.htmlgoodies.com/beyond/php/article.php/3472391
http://www.w3schools.com/php/default.asp
http://www.weberdev.com/ViewArticle/433
http://www.weberdev.com/Manuals/PHP/
http://www.unf.edu/~rita0001/eresources/php_tutorials/index.htm

As you develop, post specific problems on this list and we'll help.

Plus, it would be a good idea to buy a few of books on the subject 
like the PHP Cookbook, MSQL Cookbook, PHP Developer's Cookbook and 
PHP Security (not a cookbook). As you see, I'm big into Cookbooks.


However, that's a minor fraction of the php, mysql, javascript, and 
other books I've purchased to do what you're wanting to do. It might 
be cheaper and quicker to hire one of us.


Cheers,

tedd
--
---
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] auto page generation

2007-04-16 Thread Tijnema !

On 4/16/07, tedd [EMAIL PROTECTED] wrote:

At 1:31 AM -0400 4/16/07, Jeremy Adams wrote:
I'm building a website right now that will be a database of attractions in
the Carolina and Virginia area.
The idea is that attraction owners can submit data to the database and the
database will automatically generate a page containing that information.
What I'm trying to figure out is how to generate the pages automatically and
have links to them added to the site.  If someone could help me or point me
in the direction of a book or web page that covers this I would really
appreciate it.

Jeremy:

Welcome to php and mysql, because if you're going to do it yourself,
then you're going to have to learn it.

Here's some online tutorials to introduce you.

http://www.htmlgoodies.com/beyond/php/article.php/3472391
http://www.w3schools.com/php/default.asp
http://www.weberdev.com/ViewArticle/433
http://www.weberdev.com/Manuals/PHP/
http://www.unf.edu/~rita0001/eresources/php_tutorials/index.htm

As you develop, post specific problems on this list and we'll help.

Plus, it would be a good idea to buy a few of books on the subject
like the PHP Cookbook, MSQL Cookbook, PHP Developer's Cookbook and
PHP Security (not a cookbook). As you see, I'm big into Cookbooks.

However, that's a minor fraction of the php, mysql, javascript, and
other books I've purchased to do what you're wanting to do. It might
be cheaper and quicker to hire one of us.


Or just google for some tutorials like : www.tizag.com
It has a great tutorial for n00bs... ;)

After that you probably will be able to make such site you want to :)

Tijnema


Cheers,

tedd


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] auto page generation

2007-04-16 Thread Tim
 

 -Message d'origine-
 De : tedd [mailto:[EMAIL PROTECTED] 
 Envoyé : lundi 16 avril 2007 15:59
 À : Jeremy Adams
 Cc : php-general@lists.php.net
 Objet : Re: [PHP] auto page generation
 
 At 1:31 AM -0400 4/16/07, Jeremy Adams wrote:
 I'm building a website right now that will be a database of 
 attractions 
 in the Carolina and Virginia area.
 The idea is that attraction owners can submit data to the 
 database and 
 the database will automatically generate a page containing 
 that information.
 What I'm trying to figure out is how to generate the pages 
 automatically and have links to them added to the site.  If someone 
 could help me or point me in the direction of a book or web 
 page that 
 covers this I would really appreciate it.
 
 Jeremy:
 
 Welcome to php and mysql, because if you're going to do it 
 yourself, then you're going to have to learn it.
 
 Here's some online tutorials to introduce you.
 
 http://www.htmlgoodies.com/beyond/php/article.php/3472391
 http://www.w3schools.com/php/default.asp
 http://www.weberdev.com/ViewArticle/433
 http://www.weberdev.com/Manuals/PHP/
 http://www.unf.edu/~rita0001/eresources/php_tutorials/index.htm
 
 As you develop, post specific problems on this list and we'll help.
 
 Plus, it would be a good idea to buy a few of books on the 
 subject like the PHP Cookbook, MSQL Cookbook, PHP Developer's 
 Cookbook and PHP Security (not a cookbook). As you see, I'm 
 big into Cookbooks.

Also can i reccomend:

Web Database Applications with PHP and MySQL

 
 However, that's a minor fraction of the php, mysql, 
 javascript, and other books I've purchased to do what you're 
 wanting to do. It might be cheaper and quicker to hire one of us.
 

Tim

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



TR: [PHP] auto page generation

2007-04-16 Thread Tim
tim says: 
forwarding to list as was sent to me directly:



 
Thanks everyone, I'll look into all of this.  I'm trying to learn all of
this since I'm starting school next semester for Computer programming and am
trying to get some understanding of the concepts by building web pages. 

If anyone wants to take a look at what I'm working on you can go here
http://www.nchaunts.com/new/index.html . Any suggestions are appreciated.
We're really trying to have the new site live by the end of the month. 

Another problem I'm having is in the submit to database function the region
option is always blank.  


On 4/16/07, Tim  [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  wrote: 



 -Message d'origine-
 De : tedd [mailto: [EMAIL PROTECTED]
 Envoyé : lundi 16 avril 2007 15:59
 À : Jeremy Adams
 Cc : php-general@lists.php.net
 Objet : Re: [PHP] auto page generation 

 At 1:31 AM -0400 4/16/07, Jeremy Adams wrote:
 I'm building a website right now that will be a database of
 attractions
 in the Carolina and Virginia area.
 The idea is that attraction owners can submit data to the 
 database and
 the database will automatically generate a page containing
 that information.
 What I'm trying to figure out is how to generate the pages
 automatically and have links to them added to the site.  If someone 
 could help me or point me in the direction of a book or web
 page that
 covers this I would really appreciate it.

 Jeremy:

 Welcome to php and mysql, because if you're going to do it 
 yourself, then you're going to have to learn it.

 Here's some online tutorials to introduce you.

 http://www.htmlgoodies.com/beyond/php/article.php/3472391
http://www.htmlgoodies.com/beyond/php/article.php/3472391 
 http://www.w3schools.com/php/default.asp
 http://www.weberdev.com/ViewArticle/433
 http://www.weberdev.com/Manuals/PHP/
 http://www.unf.edu/~rita0001/eresources/php_tutorials/index.htm

 As you develop, post specific problems on this list and we'll help. 

 Plus, it would be a good idea to buy a few of books on the
 subject like the PHP Cookbook, MSQL Cookbook, PHP Developer's
 Cookbook and PHP Security (not a cookbook). As you see, I'm 
 big into Cookbooks.

Also can i reccomend:

Web Database Applications with PHP and MySQL


 However, that's a minor fraction of the php, mysql,
 javascript, and other books I've purchased to do what you're 
 wanting to do. It might be cheaper and quicker to hire one of us.


Tim






Re: [PHP] auto page generation

2007-04-16 Thread Richard Lynch
On Mon, April 16, 2007 12:31 am, Jeremy Adams wrote:
 I'm building a website right now that will be a database of
 attractions in
 the Carolina and Virginia area.
 The idea is that attraction owners can submit data to the database and
 the
 database will automatically generate a page containing that
 information.
 What I'm trying to figure out is how to generate the pages
 automatically and
 have links to them added to the site.  If someone could help me or
 point me
 in the direction of a book or web page that covers this I would really
 appreciate it.

What you describe is just about the basis for every PHP MySQL Tutorial
#1 out there on the Internet...  Just pick one and run with it. :-)

-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] auto page generation

2007-04-15 Thread Jeremy Adams

I'm building a website right now that will be a database of attractions in
the Carolina and Virginia area.
The idea is that attraction owners can submit data to the database and the
database will automatically generate a page containing that information.
What I'm trying to figure out is how to generate the pages automatically and
have links to them added to the site.  If someone could help me or point me
in the direction of a book or web page that covers this I would really
appreciate it.


Re: [PHP] auto page generation

2007-04-15 Thread heavyccasey

What you're looking for is basically what PHP is all about. Just read
any PHP  MySQL book and you'll find whatever you need.

On 4/15/07, Jeremy Adams [EMAIL PROTECTED] wrote:

I'm building a website right now that will be a database of attractions in
the Carolina and Virginia area.
The idea is that attraction owners can submit data to the database and the
database will automatically generate a page containing that information.
What I'm trying to figure out is how to generate the pages automatically and
have links to them added to the site.  If someone could help me or point me
in the direction of a book or web page that covers this I would really
appreciate it.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php