Click here to get back home

Cron jobs / tabs / tasks and more

 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
Cron jobs / tabs / tasks and more knoak 12-28-2004
Get Chitika Premium
Posted by knoak on December 28, 2004, 5:27 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 Tim Van Wassenhove on December 29, 2004, 2:13 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

Posted by Michael Fesser on December 29, 2004, 3:45 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

Posted by Foo on December 29, 2004, 8:30 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 / tabs / tasks and more December 29, 2004, 4:03 am
PHP and cron jobs March 14, 2006, 12:03 pm
Cron Jobs March 18, 2006, 8:41 pm
cron jobs May 17, 2007, 5:13 pm
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