Hello is there a way to delete multiple lines from a text file by using php code?
for example text.php
<a>1</a>
<a>2</a>
<a>3</a>
<a>4</a>
<a>5</a>
<a>6</a>
<a>7</a>
i would like to delete the first 5 lines without actually using the content to delete.