> what would the over all benifit be to using stored procedures instead of
> just going about php normaly?
If it were used as a stored procedure, it could be used to enforce database
integrity within the database, particularly when used with triggers.
> would that not put a bit of stress on the db server as well?
Doesn't any stored procedure?
Greg