How to call a function using multiple lines in php?

Indimigcind

New Member
I want to do something like this:\[code\]$db->store($arg1,$arg2,$arg3,$arg4,$arg5, \ $arg6,$arg7,$arg8,$arg9,$arg10, \ $arg11,$arg12,$arg13,$arg14,$arg15)\[/code\]But that doesn't work, how would I go about doing this??
 
Back
Top