Hi
The info is entered in the table by my script, its just a simple INSERT INTO table ($var1 , $var2 etc) VALUES (var1, var2 etc)
This bit works!... It needs to be placed in the table first so the script can respond to the server in under 30 seconds (which it does now I place the data to the table)
Now once its in the table, I need to grab the same info and send it by email to all my members.
Again this bit works, but as it takes on average 40-50 seconds to send the emails I could not have it send it straight away after being received.
This all happens live, to get an idea of what I'm trying to do here take a look at www.bookme.in
Someone sends a text message, I then pass that message to all my drivers.
I'm using the 'click the link yourself' method at the moment, as I could not figure out how to work the Cron job!
So basiclly when someone does text in a message on bookme.in, I get it in my table, I then click a link on my site which sends the emails then deletes the info from the table.
Its all working, I just need to automate it!!!!!
(I used to have a lot of hair!!! Now I think i'm going bold.!!)