I have set up a php file using a mysql querie which takes data from a media file from my database table.
A series of different data rows gets called on a specific day and are sent out via a cron program sitting on our server.
The problem is that the files are linking together . . . instead of going to the separate recipients they are grouping together in a string and being sent to everyone . . .
How can I stop this from happening ! ! !
A series of different data rows gets called on a specific day and are sent out via a cron program sitting on our server.
The problem is that the files are linking together . . . instead of going to the separate recipients they are grouping together in a string and being sent to everyone . . .
How can I stop this from happening ! ! !
Comment