hey, i'm doing that learn php in 24 hours thing and at the end of a section it asks to do the following :
" Create a function that accepts four string variables and returns a string that
contains an HTML table element, enclosing each of the variables in its own cell. "
I know how to create a function, a simple one, and how to use the return. Yet i'm still lost when it comes to this question.
I would appreciate it if someone would be able to clarify it for me. Thanks