Itsjustmeman
07-26-2012, 06:03 PM
I'm not very good with PHP, but a forum I help out when I can needs an off-site hosted script through PHP.
It's job will be to make a task where every x minutes to scan through the most recent x entries of posts that has members being quoted from posts table then insert notification in the notifications table.
Translation: When someone is quoted they get a notifcation via PM.
We don't have root/DB access and Ajax isn't possible, so i'm wondering how difficult this would be for someone like me who doesn't know much about PHP
It's job will be to make a task where every x minutes to scan through the most recent x entries of posts that has members being quoted from posts table then insert notification in the notifications table.
Translation: When someone is quoted they get a notifcation via PM.
We don't have root/DB access and Ajax isn't possible, so i'm wondering how difficult this would be for someone like me who doesn't know much about PHP