I am using a html form to call a simple PHP script which reads a .csv file.
It is all working ok accept I have a case sensitivity issue.
Is there a way to turn this off so that case isn't an issue?
strtolower or strtoupper any help? There are a number of other functions dealing with case in the manual.
hth, njm
Works perfectly
Thanks😃