From: Bob D. <bd...@si...> - 2005-03-24 20:54:32
|
If you define a global variable in php like: $test = 5; You can access it rlib using "m." So in this case it's "m.test" - bob On Thu, 2005-03-24 at 11:59 -0700, Carol Fouse wrote: > (I am trying to download all the stuff that I need to do a make on the > rlib manual.) > > In your fixed_part.php example, you have a variable, $sillypants, that > is set to the value of 5, but it is not passed to the rlib program. I > don't see anything in any of the examples for passing just a variable > like this, without it being in an array. Is there a way? > -- Bob Doan <bd...@si...> |