blogs - Could someone give me an overview for a php 'anonymous confessions' script? -


i don't need know every minute detail, i'll own research, if wanted write script allowed anonymous visitors site post confessions on site see, no 'approval'.. process, comments, , captcha. it'd need have backend deletions of comments , 'confession' posts - overview of i'd need do/learn in php achieve that. have basic understanding of php, enough modify existing scripts. if there script out there base on, love know called.

thanks.

those basic crud actions virtually every dynamic website does. whether call them comments or blog posts or forum threads or confessions, it's creating, reading, updating , deleting objects represented rows in database.

a beginners php book walk through building things (a blog, cms, etc)... recommend book build own database driven website php & mysql.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -