I am fairly new to php and html for that matter. I have sucessfully created a php function. I have created a form asking for the input varibales and now need to output the function results to the html table/cell. What is the best way to do this?
Send the data to the function and echo the return value.
Thanks David for the help. I didn't form my question well. How do I place the function result in a spacific cell of my form?