Hi
On Sun, 11 Dec 2005 08:52:04 -0500 Marc Delisle Marc.Delisle@cegepsherbrooke.qc.ca wrote:
please look at my commit for sql.php, revision 2.76. I have just changed $goto by $_REQUEST['goto']. Is this the way we want to take?
It's a bit weird for me to use $_REQUEST['goto'] on the left side of an assignment, but anyway tell me your comments so I can continue :)
Yes it is weird and IMHO we should avoid it - clean up goto at start and put it in local namespace.