right so I have this script that converts pdf files to jpg. Some pdf don't work and I found out that if I simply merge and split them again online that they will work afterwards. So what I am looking...
You have the file name in $file. Then you rename the file and add .pdf to the end. But you actually don't change the value of $file. That is why you...
There is this website which is indexed by google. However there seems to be a problem as the indexing doesn't seem to go deep. If you check this link you can see that none of the subpages of a branch...
I also just realised that if it sends only loads of emails when the script is started via cronjob. If I run the script via the browser each email is sent only once.
At my work we are running a custom written CRM system. Once a while the MySQL database seems to lock up. I suspect that there is a problem with the search for addresses.
There is no special php function for that. This is done via the operating system. In Linux it is called "cron job" and on windows it is called "scheduled tasks".