Hy guys. I spent my last couple of hours searching for a blog script that I could easily include in my Phpld directory format. I would be very happy if you could give me some directions. Thank you.
phpld is using the mysql database. you can just hop right in there and pull what you want in a loop. I don't think anything encrypted so you can see the data just fine - but one issue (with selects vs. inserts) i don't think a lot of phpld tables have pk's and indexes. This is a smart move when you have more inserting/updating vs. Selects but if you are going to be doing a lot more "read" access vs. "write" access - like a blog does - then I would add indexes on the tables.
Thanks for the info. Do you happen to know some easy_to_understand blog scripts? I'm at the begining of my php&Html "journey"