Hey guys...quick question here
from my site, a user will be able to send a story via email and I would like to have a random ad from our database go out in each one..Any way to do this with php? Any help would be GREATLY appreciated.
Store your ads in the database by id, when the user submits the story, use php to randomly grab one and insert it into your e-mail.
It is php coding that I am having trouble with, know where to find some script or what aspects of php i'll be using here?