Click here to get back home

even after proper error checking, I still get PHP warnings

 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
even after proper error checking, I still get PHP warnings lawrence k 08-17-2006
Posted by lawrence k on August 17, 2006, 3:48 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 Alvaro G. Vicario on August 17, 2006, 5:50 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 bpuzon on August 17, 2006, 6:12 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

Similar ThreadsPosted
error checking in php? January 18, 2007, 9:33 am
Error checking July 9, 2007, 9:11 am
soapServer does not error checking July 5, 2008, 11:11 pm
do professional PHP programmers use error checking in their code? September 2, 2006, 12:29 am
Error checking for unique value in database table? May 23, 2007, 1:18 am
PHP & cURL installation error (checking for curl_easy_perform in-lcurl) December 18, 2004, 2:00 pm
Generating proper XML with PHP July 27, 2005, 9:34 am
Proper way to send mail August 25, 2005, 3:10 pm
Proper object extension convention August 22, 2006, 4:15 am
question concerning proper dir structure for PEAR/Smarty March 2, 2005, 8: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