Thursday, 19 September 2013

Variable number of arguements in php

Variable number of arguements in php

I want to create a variable argument function, which will insert a new row
into a table. The function will contain table name,attribute,its
value.Since no of attributes in a table is variable, variable number of
arguments should be provided.Can you suggest an idea?

No comments:

Post a Comment