Click here to get back home

what's the Basic Encryption method used in mysql

 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
what's the Basic Encryption method used in mysql damod.php 02-17-2007
Posted by damod.php on February 17, 2007, 12:00 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 Martin Mandl - m2m tech suppor on February 17, 2007, 1: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

Posted by Rik on February 17, 2007, 11:50 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
The most efficient encryption method? August 11, 2006, 4:59 am
AUTH: how to change encryption method August 22, 2005, 7:51 am
MySQL Encryption July 5, 2008, 5:14 am
mysql encryption tutorial? July 16, 2006, 10:19 pm
PLEASE HELP ME ($20 REWARD!!) PHP(v5.0.4)/MySQL(v4.1.14) Problem. Need Basic Drop-down menu populated by 1 column from MySql January 26, 2006, 12:21 am
some examples of basic, basic concepts in PHP for novices January 26, 2006, 5:58 pm
FORM METHOD=post ACTION='*.php' only sends empty spaces to mysql ? February 22, 2005, 9:26 am
Get Method Works but not Post Method on PHP 5.0.4 pages April 28, 2005, 7:18 am
Method Not Allowed The requested method POST is not allowed for the URL /rob.html. December 8, 2004, 12:25 pm
$class->method()->method() January 6, 2005, 10:41 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap