php sql question:
I have my $username set in a variable with sessions, from a login page.
Now I want to create a link to a page that will use that variable to pull the user_id field from my database to populate entries sorted by the user_id.
I think my link should look like this?
I have no idea what the sql should be for the second page that will use the variable $username to pull the user_id field to sort.
I have my $username set in a variable with sessions, from a login page.
Now I want to create a link to a page that will use that variable to pull the user_id field from my database to populate entries sorted by the user_id.
I think my link should look like this?
View your CurrentI have no idea what the sql should be for the second page that will use the variable $username to pull the user_id field to sort.
