Welcome Guest, Not a member yet? Register   Sign In
To put the appropiate photo in the profile session.
#1

[eluser]masentinel900[/eluser]
Hello Everybody.
I´m managing a session module for the users in my Website, now I need that each one user have your profile picture. For this there a space in where the user may upload your photo.

Until This point all right, The route is upload to a table in a DB. No problem.

I want to show the picture like this:

Here I declare the route in a variable in a controller file.
Code:
$data['ruta'] = $_SERVER['DOCUMENT_ROOT'].'/';
$data['rutaimagen'] = $session_data['rutaimagen'];
"The second variable is the called to the table in the database, This is the container of the route from the codeigniter folder"

This is the Code in the HTML file for may to show the picture.
Code:
<img src="&lt;?php echo $ruta,$rutaimagen; ?&gt;">

When I to call the php variable show it good, but when I intrduce in the src="" of the img tag don´t show nothing..



Messages In This Thread
To put the appropiate photo in the profile session. - by El Forum - 10-16-2012, 06:32 AM
To put the appropiate photo in the profile session. - by El Forum - 10-16-2012, 07:27 AM
To put the appropiate photo in the profile session. - by El Forum - 10-16-2012, 07:43 AM
To put the appropiate photo in the profile session. - by El Forum - 10-16-2012, 07:52 AM
To put the appropiate photo in the profile session. - by El Forum - 10-16-2012, 08:10 AM
To put the appropiate photo in the profile session. - by El Forum - 10-16-2012, 08:39 AM
To put the appropiate photo in the profile session. - by El Forum - 10-16-2012, 08:47 AM
To put the appropiate photo in the profile session. - by El Forum - 10-16-2012, 09:03 AM
To put the appropiate photo in the profile session. - by El Forum - 10-16-2012, 09:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB