Philip Thompson wrote: > This isn't exactly what I'm wanting to achieve. I don't want to send > each parameter individually, I want to send them all at the same time. Sounds like you want the standard varargs behaviour from C ? Where you can "gather up" a list of arguments as a va_list and pass that as an argument to vfprintf() et al. /Per Jessen, Zürich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php