Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~22 People Reached
About Me

loves to be silent most of the time

Favorite Forums
Favorite Tags
php x 1
Member Avatar for Joseph Raj

I Couldn't get $_POST['photo'] while echo. how can i rectify it. The method is post action="" if(isset($_POST['btn_submit'])){ extract($_POST); if(is_uploaded_file($_FILES['photo']['tmp_name'])){ $temp=$_FILES['photo']['tmp_name']; $file=time()."-".$_FILES['photo']['name']; move_uploaded_file($temp,"uploads/".$file); $file_sql.="photo='$file',"; } $rs=mysqli_query($con,"INSERT INTO details set name='$name',email='$email',aadhar_number='$aadhar_number',$file_sql room_no='$room_no',age='$age',phone_number='".$_GET['mob_no']."',address='$address'"); echo $_POST['photo'];

Member Avatar for Dani
0
22