I mentioned a little while ago that being able to change the vars passed to
your php page via array would be very cool. I know you can call posts, gets,
ect. but if you were able to directly change the variables it could save
allot of time....

e.g. with one var passed.
<?php
echo "$PHPStatus<br>";
PreviousFile[0]='I really, really love PHP';
echo $PHPStatus;
?>
---begin result---
I really love PHP
I really, really love PHP
---end result---

Can you see how this would become convenient if you had to do something to
every -a range of vars passed to the page?

Brendan



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to