pathfinder
Member
- Joined
- Oct 3, 2012
- Messages
- 58
- Points
- 8
When I run this command mysqli_query it is given results in the error below
"Warning: mysqli_query() expects at least 2 parameters, 1 given in"
Why am I getting this error above? what does it mean and how to fix it?
Code:
mysqli_query("INSERT INTO `username`.`email` (`userinfo`) VALUES ('".$email."')");
Why am I getting this error above? what does it mean and how to fix it?