Re: [PHP-DB] Where are my form variables?

2005-05-03 Thread Colin Ross
as a side note, you can also wrote that last line like :

" . print_r($_POST, TRUE) . "";
?>

The TRUE tells the function to return the results, not print them...


On 5/2/05, Juffermans, Jos <[EMAIL PROTECTED]> wrote:
> 
> Hi,
> 
> If you expect your variables to be generated automatically, you may find
> that newer versions of PHP have that disabled by default - because it's 
> less
> secure.
> 
> Try to read $_POST{"formfieldname"} to get your data...
> 
> To quickly find out all the post data that you received:
>  print ""; print_r($_POST); print "";
> ?>
> 
> Jos
> 
> -Original Message-
> From: MIGUEL ANTONIO GUIRAO AGUILAR
> [mailto:[EMAIL PROTECTED]
> Sent: 03 May 2005 07:41
> To: php-db@lists.php.net
> Subject: [PHP-DB] Where are my form variables?
> 
> Hi!!
> 
> I created a form with five text boxes, method=post and action=myscript.php
> ;
> but I can't see the variables at the target script, why?
> 
> Do I need a special sintaxis for accesing the POST array?
> Regards,
> 
> --
> MIGUEL GUIRAO AGUILERA
> 
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
>


Re: [PHP-DB] Linux Commands

2006-06-04 Thread Colin Ross

With that said, are you asking about how to execute system comands
with sql? (reaching...) or is this just OT...

On 6/3/06, Micah Stevens <[EMAIL PROTECTED]> wrote:

http://us3.php.net/exec

I thought this was a database list?

-Micah

Manoj Singh wrote:
> Hello All,
>
> Is it possible to run the Linux Commands through php functions or code?
>
> If anyone knows, please help me out.
>
> Regards
> Manoj
>
>
> !DSPAM:44813dab14511796716657!
>

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




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