Warning: pg_connect() [function.pg-connect]: Unable to connect to PostgreSQL server: fe_sendauth: no password supplied in /home/magikjohns/magikjohnson.com/include/database.php on line 11

Warning: pg_last_error() [function.pg-last-error]: No PostgreSQL link opened yet in /home/magikjohns/magikjohnson.com/include/database.php on line 13
cant connect..


select c_id from client where c_name = 'magik'


select article_id from article where article_root='t' and c_id=


select a.article_id, c.content_id from article a, content c where a.article_id=c.article_id and a.article_level= and c.content_main='t' order by a.article_created Limit 1 offset 1


select * from article a, content c where a.article_id=c.article_id and a.article_level= and c.content_main='t' order by a.article_created

Magik Johnson
All Content, ©Copyright 2004. Dick Johnson.