truckerDave
Well-Known Member
I have a php page that takes a 30ish line of text and pulls relevant information and enters it into my database. I want to be able to automatically print the original text entered.
I read an old post on one of the coding sites that talked about a similar situation. The poster wanted to automatically print files added to a certain folder. The folks over there mentioned setting up a cron job to do what he wanted.
I have 0 experience with anything cron. Is this a possibility for my case? I have no issues writing the text to a file and saving it to a folder if that's what it takes.
If this is a solid method, any advice on a cron program? I'm "assuming" there's more than one available (I'm using Ubuntu, BTW). And I'll take any advice on links to information, tutorials, etc.
Thanks everyone!
I read an old post on one of the coding sites that talked about a similar situation. The poster wanted to automatically print files added to a certain folder. The folks over there mentioned setting up a cron job to do what he wanted.
I have 0 experience with anything cron. Is this a possibility for my case? I have no issues writing the text to a file and saving it to a folder if that's what it takes.
If this is a solid method, any advice on a cron program? I'm "assuming" there's more than one available (I'm using Ubuntu, BTW). And I'll take any advice on links to information, tutorials, etc.
Thanks everyone!