cool_techie Posted February 12, 2011 Share Posted February 12, 2011 I dont know whether the statement is correct.....i just tried it.....and it didn't work. $stmt->bind_param('ssiiiss',$_POST['name'],$_POST['email'],$_POST['d'],$_POST['m'],$_POST['y'],$_POST['add'],$_POST['phone']); here my first two values are strings and next 2 tiny int's next is int and last 2 again strings. Quote Link to comment https://forums.phpfreaks.com/topic/227438-mysqli-help/ Share on other sites More sharing options...
Pikachu2000 Posted February 12, 2011 Share Posted February 12, 2011 What "didn't work" about it? Were there errors? Quote Link to comment https://forums.phpfreaks.com/topic/227438-mysqli-help/#findComment-1173232 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.