Click here to get back home

PHP variables from mysql table

 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 variables from mysql table Richard 02-25-2005
Get Chitika Premium
Posted by Richard on February 25, 2005, 6:10 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 Geoff Berrow on February 25, 2005, 2:52 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
[OT] Inserting variables in mySQL table! June 27, 2005, 6:59 pm
mysql: how create a temp table as a copy of a existing table? July 22, 2004, 8:56 pm
Mysql fetch_field gets table alias, not real table name January 6, 2006, 8:01 am
From CSV To MySQL Table May 14, 2007, 2:56 am
PHP MYSQL Table help March 27, 2008, 3:24 pm
reapir mysql table from php September 20, 2004, 6:04 pm
PHP mySQL - table of images October 26, 2004, 7:46 pm
Problem with MySQL table June 25, 2005, 2:18 am
creating a table via mysql July 4, 2005, 9:39 pm
MYSQL table backups April 29, 2006, 4:59 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap