RE: [PHP-DB] Fwd: URGENT : How can i generate scripts of database

2001-05-08 Thread Michael Geier

man mysqldump

-Original Message-
From: Gabriel [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 08, 2001 9:27 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Fwd: URGENT : How can i generate scripts of database


Anyone can tell me how can i generate the scripts of my database to create
it in another mysql server.
Or better wich other ways i´ve to do it.

Thanks in advance,

Gabriel.



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-DB] CSS versus Includes

2001-03-31 Thread Michael Geier

this post is about apples and oranges...

CSS (Cascading Style Sheets) have nothing to do with includes.
They only have to do with formatting elements on a web page.
They can be written inside the document, or can referenced
externally via a  tag.

Includes can be anything from a configuration file, a block of
text, or a header or footer statement that works across multiple
pages, so you don't have to duplicate code.

If you meant something else, elaborate.

-Original Message-
From: Matt Braynard [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 30, 2001 5:45 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] CSS versus Includes


I have found that includes work just about as well. Any suggestions on going
with one or the other?



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]