Jump to content

PHP and cron job question


kevinkhan

Recommended Posts

i have a php script which runs for 3 mins collecting email address and im wondering if i can run this script in the background when a user creates an ad on my website www.corkads.ie ??

 

I dont want the user to see this script running..

 

I want the user experence to be the exact same as it is now when they create an ad. but when they click post ad this will initiate a script on another hosting account and it will run by itself..

 

Kind of like a cron job where the script is running but you cant see it...

 

Hope someone can give me a few ideas on how to do this...

Link to comment
Share on other sites

require_once('cronjob.php');

 

Couldn't you just include it in the page where they create the ad? They still wouldn't see that script running in the background unless you have output in the script to confirm it's completion.

 

That's what I do.

Link to comment
Share on other sites

require_once('cronjob.php');

 

Couldn't you just include it in the page where they create the ad? They still wouldn't see that script running in the background unless you have output in the script to confirm it's completion.

 

That's what I do.

 

but you see the script runs for a few mins collecting email address so i dont want the user to wait.. i want it to be done in the background and i want the user to go to next page of website as quick as possible..

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.