In message <[EMAIL PROTECTED]>, Sue Robinson <[EMAIL PROTECTED]> writes >Hi Pete (again!), > > I checked and I know Yahoo provides MySql and PHP
I had a quick look to see, and couldn't see it, but that's fine. >(yes, 11.95/mo. - it's >great, I love it!) And very expensive. However... >I have a database folder that has many php files in it already (I didn't make >them) - I think they were created when I accepted "phpMYAdmin" - so I'm pretty >certain I can do what I want to do...now just how to do it...I can deal with 3 >pages; I assume I need to create tables of my information in the same folder >where my other php's are, then somehow point to them...I'll keep looking >around, >but any suggestions are greatly appreciated! Thanks to you Pete, and all who >have responded... > > mp. Well, not quite. Use phpMyAdmin to create tables, and let it put them where it wants to. On most shared servers, there is one area for the databases for all users, and so, you don't get direct access to it, because you could read / damage other peoples data, and they could do the same to you. When you have your tables set up in your database, you just need the username, password, and database name, put them into PHP, and PHP will figure out where they are. Have a look at the first code sample on http://www.dreamincode.net/forums/showtopic9772.htm to see what I mean. But you don't need MySQL (or PHP for that matter) on your first page. -- Pete Clark Sunny Andalucia http://hotcosta.com/Andalucia.Spain
