<?php $member=$_SESSION['id']; $sql="Select email,nama,alamat,kota,propinsi from users where member_id='$member'"; $exec=mysql_query($sql); $result=mysql_fetch_array($exec); ?> <form id="edit" name="edit" method="post" action=""> <label for="email">Email</label> <input type="text" name="email" id="email" value="<?php echo $result['email'];?>"/> <div class="spacer"></div> </form>
Is it possible to use a function to fetch array?Thanks guys...


Sign In
Create Account


Back to top









