Click here to get back home

to insert data in a html 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
to insert data in a html table <a> 12-13-2004
Get Chitika Premium
Posted by <a> on December 13, 2004, 11:53 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 Pedro Graca on December 13, 2004, 2:38 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 <a> on December 13, 2004, 9:05 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
Using an array to insert data into a table. November 22, 2004, 12:19 pm
How to display database table data in a html table. January 26, 2007, 12:19 pm
SQL table data appears after html but called earlier. November 14, 2007, 8:44 am
insert session id to table August 18, 2004, 3:42 pm
How do you insert a value from drop down list to SQL table? January 25, 2006, 9:06 pm
insert multiple records into one table (one form) April 14, 2006, 1:17 pm
try to insert data... May 14, 2005, 2:58 pm
insert data - October 30, 2006, 1:14 pm
how can I insert data in a pdf from php?? May 18, 2007, 2:03 pm
how to insert tab in an html page??? April 9, 2005, 12:09 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap