Helloooo
Im using this PHP session to display data when a user logs in.
e.g.
session_start();
echo $_SESSION[console];
Basically - Its displaying their favourite games console in text.
The session will either display 'Xbox 360', 'Playstation 3' or 'Nintendo Wii'.
Is it possible to display a picture of their favourite console?
For example: if [console] = 'Xbox 360' -> display ../images/xbox360.jpg
You get what I mean!
Thanks for reading :kickass:
Im using this PHP session to display data when a user logs in.
e.g.
session_start();
echo $_SESSION[console];
Basically - Its displaying their favourite games console in text.
The session will either display 'Xbox 360', 'Playstation 3' or 'Nintendo Wii'.
Is it possible to display a picture of their favourite console?
For example: if [console] = 'Xbox 360' -> display ../images/xbox360.jpg
You get what I mean!
Thanks for reading :kickass:







