PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a doubt in reading text file.
I've detailed the issue below.
I need to read a text file of 450MB and need to display a row in it.
Is there any way to reduce the reading time. because its showing me the below error.
How do you know what row? Is it on a specific line or do you need to search for something in order to find it?
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.