Hi everyone.
I know, this is a off topic.

My always nice boss wants to put a series of documents in our web site. I 
want to save myself I work and I want to put them in a DB.
Somebody can help me with the layout of my DB?.

I have some idea like this.

create table documents (
id in(11) not null auto_increment primary key,
document text default null)


it is a very basic, simple idea

(I want to show something links like Pag 1 | pag.2 | etc.)

When it finishes, I will share the result.

thanks!

-Jp


________________________________________________________




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

Reply via email to