Image

Image_benbenben_ wrote in Imagephp

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?
View your Current

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.