PHP & MySQL database storing the name Array problem.
- by comma
I'm new to PHP & MySQL and I keep getting the word Array stored in my MySQL tables fields $skill, $experience, $yearsI was wondering how can I fix this problem?
And I know I need to add mysqli_real_escape_string which I left out to make code more easier to read Hopefully.
Here is the PHP & MySQL code.
if (isset($_POST['info_submitted']))…