A good php editor will prevent this type of error. e.g,. phpEdit does auto variable completion.Assume you've assigned $success=foo. Later you key $sup... the editor competes it for you as $success.
Man-wai Chang wrote:
Thank you. This is horrible as a simple typing mistake ($sucess rather than $success) would waste me some time hunting down the problem. Foxpro isn't like this....
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php