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 ma

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