• Register
Welcome to phpanswers , where you can ask questions and receive answers from other members of the community.

how to retrieve image in profile in PHP

0 votes

 

 
<?php
session_start();
if($_SESSION["valid"]!=1)
{
header("location:login.php?msg=first enter user name password");
}
require("connection.php");
 
 
$query="select * from oan_mlm where emailid='".$_SESSION['user']."'";
 
$results=mysql_query($query);
 
$result = mysql_fetch_object($results)
 
?>
asked 1 year ago by rakesh00718 (130 points)

Your answer

Email me at this address if my answer is selected or commented on:
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

0 Answers

Related questions

0 votes
0 answers
0 votes
0 answers
+1 vote
1 answer