Hello Everyone,
Would you help me find a viable solution to the following problem. I have a database with several tables for which there are columns that store the users' IDs (either as Pk or Fk, depending on the purpose of the table), once the user has logged in s/he
is to be redirected to a page. Redirection depends on the user having completed a set of things when s/he first registered; that is, if some of those steps were completed at registration then s/he would be lead back to completing them before proceeding further
for using the site.
Given, what I am looking to do first in order to take further action, depending on finding the currently logged on user's ID on some tables or not, is to query tables (through user's ID based parameter query) so as to assess which further action (where s/he
is to be redirected to) is to be taken for a particular logged on user.
Would you find below my code (all in one page for the sake of simplicity) for p ...
Go to the complete details ...