Click here to get back home

Convert HTML Code to an Image

 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
Convert HTML Code to an Image petrovitch 02-11-2005
Get Chitika Premium
Posted by petrovitch on February 11, 2005, 11:16 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 NC on February 11, 2005, 11:40 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
convert a jpg image to a favicon, is it possible? November 16, 2004, 2:18 am
convert image to text February 15, 2006, 9:43 am
Convert a pdf to an image format with imagemagick July 23, 2007, 11:26 am
convert PHP/HTML to PDF September 1, 2006, 4:52 am
Using preg_replace to convert '' to nothing (removing all PHP code) September 2, 2005, 1:57 pm
convert html pages to pdf June 16, 2005, 3:43 pm
convert HTML string into csv/xls/doc September 26, 2005, 3:16 am
Convert PHP addresses to HTML October 14, 2005, 6:12 am
Convert some files from html to plaintext November 11, 2007, 1:05 pm
Convert HTML entities to Unicode UCS2? What to do? January 25, 2007, 2:30 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap