ok, well, you know how on some sites you can send an email to update your status, etc?
i started coding a little script to fetch messages from email n post content to a text file... From this obviously you can modify to post whatever to database with ease...
And working with the
variable you can, use preg match to make it do different stuff depending on subject, ie if contains [STATUS] then update status, etc...
I didn't code any of above stuff, just envisioned it whilst having cuppa, lol... anyways, mod away guys... n it is best if you set as cron job, ie: every minute so the automation effect is achieved...
i started coding a little script to fetch messages from email n post content to a text file... From this obviously you can modify to post whatever to database with ease...
And working with the
PHP Code:
{$overview->subject}
I didn't code any of above stuff, just envisioned it whilst having cuppa, lol... anyways, mod away guys... n it is best if you set as cron job, ie: every minute so the automation effect is achieved...
Comment