Re: _GET('name') truncates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ramon wrote:
I've written a php script, called test.php, consisting of the following statements:

<?php
error_reporting(E_ALL);
$query = $_GET['sql'];
echo $query;
?>
Using the script with 'small' values for the parameter sql works fine. Although, using the script with the sql query as specified below
<snip>
I do not understand why the value of the sql parameter is truncated. Any help is appreciated!!

If you really care then you need to sniff the traffic. Chances are that either the browser or server is truncating it.

Oh, and please tell me you're not really doing that!!!!

-Stut

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux