I appreciate your help, but I still can't get it to work....
I don't know how to use - tail /etc/httpd/logs/error_log, or more error_log (for the local log), But I have added 'error_reporting (E_ALL);'
Also, regarding the array issue: I have now changed the SQL line slightly, setting two $_SESSION keys.
I have also amended the '$row = mysql_fetch_array ' line...I have gotten rid of the reference to MYSQL_NUM and changed to MYSQL_BOTH.
Finally I altered the header/redirection line to include a full directory path.....
BUT, the blank white screen is still persisting. Error reporting will not catch, I'm sure...BECAUSE the screen is not displaying any browser output at all...hence it's a white screen....so even if there are errors, I won't be able to see them.
Here is my up to date script:
I google searched php and blank white screen...it seems as though it is quite a common issue, but I could still not find a solution....
I really can't understand why this script worked on the previous project I worked on, but not this!
I thought that it might be a SQL issue, so I experimented by querying a different table contaning similar login data (used for another project).....low and behold, the same blank white screen appeared....
This just does not make any sense!! It must be something in the script....
Before you ask: index.php is stored in the same directory as the login.php script....I do have another file named 'index.php', which is stored in the admin side folder within the same directory...But I can't see why that would have effected anything....