[PHP-DB] Re: Ye old $_SESSION variables :)

2006-03-14 Thread Adriaan van Natijne
Try to make a small new script that only contains a form and a session. Then try a from with the same field names as the variable names. name='test' => $_SESSION['test']. When the session data is overwritten by the second try, registerglobals is switchd on. The thing you can do then is to rename yo

[PHP-DB] Re: MySQL - Unable to run service

2006-03-15 Thread Adriaan van Natijne
Windows / Unix (/ Linux)? Op Wed, 15 Mar 2006 10:34:42 -0800, schreef Ralph Brickley: > I have been using MySQL for quite some time and am now running Server 4.1. I > have been developing custom web-based software for a customer and recently > moved their server to a different machine. I have eve