Click here to get back home

PHP and cron jobs

 HomeNewsGroups | Search | About
 comp.lang.php    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
PHP and cron jobs Matthew Augier 03-14-2006
  `--> Re: PHP and cron jobs Matthew Augier ...03-18-2006
Get Chitika Premium
Posted by Matthew Augier on March 14, 2006, 12:03 pm
Please log in for more thread options
Kimmo Laine wrote:
> <?php
>
> include('http://www.your.domain/next_page.php?foo=bar');

Unless next_page.php generates PHP, the script with this include will
only get HTML.

> exit();
>
> ?>

next_page.php

<?php
if (isset($_GET['foo'])) {
echo '<?php echo $_GET[\'foo\']; ?>';
} else {
echo '<?php echo \'Not available\'; ?>';
}

--
File not found: (R)esume, (R)etry, (R)erun, (R)eturn, (R)eboot

Posted by David Haynes on March 14, 2006, 12:19 pm
Please log in for more thread options
Kimmo Laine wrote:
> <?php
>
> include('http://www.your.domain/next_page.php?foo=bar');

Unless next_page.php generates PHP, the script with this include will
only get HTML.

> exit();
>
> ?>

next_page.php

<?php
if (isset($_GET['foo'])) {
echo '<?php echo $_GET[\'foo\']; ?>';
} else {
echo '<?php echo \'Not available\'; ?>';
}

--
File not found: (R)esume, (R)etry, (R)erun, (R)eturn, (R)eboot

Posted by Matthew Augier \(dps\) on March 18, 2006, 9:57 am
Please log in for more thread options
Kimmo Laine wrote:
> <?php
>
> include('http://www.your.domain/next_page.php?foo=bar');

Unless next_page.php generates PHP, the script with this include will
only get HTML.

> exit();
>
> ?>

next_page.php

<?php
if (isset($_GET['foo'])) {
echo '<?php echo $_GET[\'foo\']; ?>';
} else {
echo '<?php echo \'Not available\'; ?>';
}

--
File not found: (R)esume, (R)etry, (R)erun, (R)eturn, (R)eboot

Similar ThreadsPosted
Cron Jobs March 18, 2006, 8:41 pm
cron jobs May 17, 2007, 5:13 pm
Cron jobs / tabs / tasks and more December 28, 2004, 5:27 pm
Cron jobs / tabs / tasks and more December 29, 2004, 4:03 am
Multiple jobs from single cron. September 23, 2006, 5:08 pm
Re: my cron jobs can not use SELECT INTO OUTFILE syntax? February 8, 2008, 8:24 am
Re: my cron jobs can not use SELECT INTO OUTFILE syntax? February 8, 2008, 11:21 am
Cron jobs alternative, Yahoo Web Hosting May 19, 2008, 11:18 am
Newbie needs a workaround - No Cron Jobs on Godaddy shared server! January 29, 2006, 7:20 pm
do static variables in cron jobs cause any problems, like memory leaks? June 2, 2008, 3:50 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap