Thank you for your input. Much appreciated. See my post from 2:06pm today. We came up with the same solution :-)
Here is the final solution. This code works!! <?php //Start session session_start(); include("include/s_session.php");...
Thanks. I've made some progress and I now see that the query is returning the value from the table plus the resource info. The result looks like...
OK ... Now i'm really confused. value is populated with "Resource ID #14" No idea where that comes from??
The redirect data in mysql is /folder/sub-folder/file.php could this be the problem?
Thanks for the input. I have changed that line and now get a msg the the requested file is not found on the server ???
Need help with syntax - very new to php I am trying to use a field (redirect) in mysql to redirect a user to a specific page upon login. Each...
I have achieved the result I needed. Below is the solution that worked for me. <?php session_start(); if(isset($_SESSION['username'])...
Thank you Thomas. I admit that I don't quite understnad but i will try it.
Thank you for the feedback Sergey. Yes, I have session_start() at the top of the login page. If I have understood you, your suggestions relate...
I haven't been able to find any examples so ... I have a private site where only members can log in. All member can view all pages in the...
Separate names with a comma.