On Fri, 2003-10-31 at 14:53, Robb Kerr wrote:
> I am just learning PhP. When I was teaching myself Lingo (Macromedia
> Director's programming language) I found an object called the MESSAGE
> window quite helpful. This window allowed you to execute little snippets of
> code and get the results without having to execute your entire script. For
> instance, you could create a variable and give it a value then run an
> if/then statement or loop on it and quickly see the results. This is quite
> convenient when you're learning the language because you can test your
> syntax line-by-line instead of having the whole script fail and not knowing
> exactly where the error occurred.
> 
> Does anyone know about anything like this for PhP?

Absolutely, it's called the browser window. Grow your scripts from small
working blocks, and you can test in exactly the same way.

Cheers,
Rob.
-- 
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to