Click here to get back home

Escaping SQLite

 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
Escaping SQLite Roberto 10-01-2007
Get Chitika Premium
Posted by Roberto on October 1, 2007, 1:52 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 October 1, 2007, 2:17 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
SQLite DB using without SQLite Extension September 5, 2005, 12:40 pm
sqlite with PDO and sqlite extension July 4, 2008, 6:24 am
Escaping April 10, 2008, 3:44 pm
Escaping for PHP and MySQL August 9, 2007, 6:42 am
escaping characters in php and mysql - help August 23, 2004, 1:25 am
PHP, mysql, and escaping characters February 7, 2007, 8:07 am
escaping colons in strings March 26, 2008, 12:10 pm
Escaping file names? August 4, 2008, 10:24 am
escaping commas for csv output September 24, 2008, 2:46 pm
Intermittent escaping backslashes appear in output September 7, 2004, 10:01 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap