is it frowned upon to...
Moderator: General Moderators
- seodevhead
- Forum Regular
- Posts: 705
- Joined: Sat Oct 08, 2005 8:18 pm
- Location: Windermere, FL
is it frowned upon to...
I have numerous web apps that allow users to submit data to be listed on websites, etc. The problem when making these type scripts is that half my time goes to the back-end admin pages where I can find, edit, delete user submissions that are either spam, trolls, or other malicious posts. Would it be okay to negate the creation of back-end admin pages for such work and solely use the power of PhpMyAdmin for such tasks?? Would phpMyAdmin do everything my back-end admin scripts would do as far as "simple" find/edit/delete? Is this frowned upon? I wanted to grab your guys opinions on this. Thanks.
-
RobertPaul
- Forum Contributor
- Posts: 122
- Joined: Sun Sep 18, 2005 8:54 pm
- Location: OCNY
Honestly, who cares? Just use whatever seems best for you. Try a few things and see what you're most comfortable with. Check demos of software if available.
Why would you care if something is frowned apon if it's solely a matter of preference? You're bound to get evil looks from zealots regardless of what choice you make. That's like asking "is it frowned upon to use Notepad for PHP coding". The answer is, "Hell no!". It's you're damn choice. And screw everyone else.
Having said that, PHPMyAdmin may not be the best tool for dealing with large databases. You might want to look for a more specific administrator application. Or just code one yourself if you think that what you're using now isn't cutting it.
Why would you care if something is frowned apon if it's solely a matter of preference? You're bound to get evil looks from zealots regardless of what choice you make. That's like asking "is it frowned upon to use Notepad for PHP coding". The answer is, "Hell no!". It's you're damn choice. And screw everyone else.
Having said that, PHPMyAdmin may not be the best tool for dealing with large databases. You might want to look for a more specific administrator application. Or just code one yourself if you think that what you're using now isn't cutting it.
Well, i wanted to post: pick whatever makes you the most productive but others did that already.
I don't really think phpmyadmin will make you productive though. I think you're better of with a little script that passes all the body contents to a decent spamfilter (milter, spamassassin, ...) that looks at all the messages and reports the ones int suspects. From there a simple delete/keep dialog seems approriate.. That is how i would be most productive (i think).
I don't really think phpmyadmin will make you productive though. I think you're better of with a little script that passes all the body contents to a decent spamfilter (milter, spamassassin, ...) that looks at all the messages and reports the ones int suspects. From there a simple delete/keep dialog seems approriate.. That is how i would be most productive (i think).