RE: [PHP-DB] Best way to store/retrieve content??

2002-03-07 Thread Leotta, Natalie (NCI/IMS)
Could you use PDFs? -Natalie -Original Message- From: Monty [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 2:31 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Best way to store/retrieve content?? I'm writing some content management scripts for an online magazine.

RE: [PHP-DB] Best way to store/retrieve content??

2002-03-07 Thread Shrock, Court
I would try to use CSS, instead of complex tables. That way, you only need to store the structural html in the database and the layout is handled by CSS--floating images and flowing text are really easy with CSS. -Original Message- From: Monty [mailto:[EMAIL PROTECTED]] Sent:

Re: [PHP-DB] Best way to store/retrieve content??

2002-03-07 Thread Monty
] Subject: RE: [PHP-DB] Best way to store/retrieve content?? I would try to use CSS, instead of complex tables. That way, you only need to store the structural html in the database and the layout is handled by CSS--floating images and flowing text are really easy with CSS. -Original

Re: [PHP-DB] Best way to store/retrieve content??

2002-03-07 Thread Monty
Hi Natalie, no, PDFs won't work. I need to display the content as an HTML page. From: [EMAIL PROTECTED] (Natalie Leotta) Newsgroups: php.db Date: Thu, 7 Mar 2002 14:32:57 -0500 To: [EMAIL PROTECTED] Subject: RE: [PHP-DB] Best way to store/retrieve content?? Could you use PDFs

RE: [PHP-DB] Best way to store/retrieve content??

2002-03-07 Thread Leotta, Natalie (NCI/IMS)
for some of our web publications for the NCI. Good luck! -Natalie -Original Message- From: Monty [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 2:46 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Best way to store/retrieve content?? Hi Natalie, no, PDFs won't work. I

RE: [PHP-DB] Best way to store/retrieve content??

2002-03-07 Thread Peter Lovatt
Hi I have done a similar thing, and found that you can store just the text in the database. I added 'Short_content' which was a leader, and some other fields for management. I designed a few templates in Dreamweaver and embeded a function to display the content in the page eg trtd?php

RE: [PHP-DB] Best way to store/retrieve content??

2002-03-07 Thread Shrock, Court
: Thursday, March 07, 2002 11:46 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Best way to store/retrieve content?? I will be using CSS for other thing, such as paragraph formatting, but, not sure how to use it for creating tables and flowing text around graphics. Can CSS really do all

Re: [PHP-DB] Best way to store/retrieve content??

2002-03-07 Thread Monty
to keep all articles in one data table so searches can be easily done on all articles. Thanks! Monty From: [EMAIL PROTECTED] (Peter Lovatt) Newsgroups: php.db Date: Thu, 7 Mar 2002 20:11:00 - To: Monty [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [PHP-DB] Best way to store

Re: [PHP-DB] Best way to store/retrieve content??

2002-03-07 Thread Monty
) Newsgroups: php.db Date: Thu, 7 Mar 2002 12:16:07 -0800 To: 'Monty' [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [PHP-DB] Best way to store/retrieve content?? Actually, CSS is very powerful--way more than simple html. One drawback is that CSS1 did not include any support for tables

RE: [PHP-DB] Best way to store/retrieve content??

2002-03-07 Thread Shrock, Court
expressions. In parsing the xml, I would use php's xml parser. Hope this helps a little more-- Court -Original Message- From: Monty [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 1:04 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Best way to store/retrieve content

RE: [PHP-DB] Best way to store/retrieve content??

2002-03-07 Thread Shrock, Court
I like your idea about the [start-stop block]. To maybe merge what Paul said with your idea, you could store the name of the function handler (generates the appropriate content) inside the []. I meant Peter :) -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP-DB] Best way to store/retrieve content??

2002-03-07 Thread Peter Lovatt
:[EMAIL PROTECTED]] Sent: 07 March 2002 20:51 To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Best way to store/retrieve content?? Hi Peter, thanks a lot for your advice. I think where I'm stuck is how to best store certain types of articles in a data table. Interviews would be easy, because it's