brianlange Posted August 9, 2010 Share Posted August 9, 2010 I would like to mysql_options to set the MYSQL_OPT_LOCAL_INFILE and enable the Local keyword for LOAD LOCAL INFILE Php is saying mysql_options is not a function. I am running php 5.2 Is what I am trying to do possible? Quote Link to comment Share on other sites More sharing options...
trq Posted August 10, 2010 Share Posted August 10, 2010 Php is saying mysql_options is not a function. That's because it isn't a function. mysqli_options exists though. Quote Link to comment 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.