I\'m trying to use a php variable to add a href value for a link in an echo statement.
Here\'s a simplified version of the code I want to use. I know that I can\'t j
If you want to print in the tabular form with, then you can use this:
echo " ".$cat['id']." ".$cat['title']." ".$cat['desc']." ".$cat['process']."%"."Update"."" ;