Click here to get back home

error checking in php?

 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
error checking in php? Sonnich 01-18-2007
Posted by Sonnich on January 18, 2007, 9:33 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 Toby Inkster on January 18, 2007, 12:17 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 July 9, 2007, 9:11 am
soapServer does not error checking July 5, 2008, 11:11 pm
even after proper error checking, I still get PHP warnings August 17, 2006, 3:48 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
checking paramters in the url bar August 5, 2004, 4:00 am
Spell Checking. August 7, 2004, 5:35 pm
Checking if URL is valid February 20, 2005, 3:43 am
Checking for username... June 13, 2005, 9: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