php blog with postgre

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Jorn TK
Forum Newbie
Posts: 2
Joined: Fri Sep 10, 2004 12:23 am

php blog with postgre

Post by Jorn TK »

hi,

fo any one have a goog php blog script that uses postgresql, i eant add blog function to my website but all the php blog i can find are using postgre.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

you're asking for a postgresql blogging script, but all ones you find are postgresql? ok.... :?
Jorn TK
Forum Newbie
Posts: 2
Joined: Fri Sep 10, 2004 12:23 am

Post by Jorn TK »

sorry for the mistake, all the script that i found use mysql, my website is using postgre so i want to find a blog that use postgre to intergrate into the website
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

hotscripts seems to have a few that may work.. if anything, you can convert a mysql script to an abstract db layer setup..
Post Reply