コード例 #1
0
ファイル: edit_profile.php プロジェクト: gomininggo/jTracker
if (isset($getuser[0]['phone'])) {
    echo $getuser[0]['phone'];
}
?>
" /></td>
		</tr>
		<tr>
			<td><label for="city"><label>City/Town:</label></td><td><input type="text" name="city" value="<?php 
if (isset($getuser[0]['city'])) {
    echo $getuser[0]['city'];
}
?>
" /></td>
		</tr>
		<tr>
			<td><label for="country"><label>Country:</label></td><td><?php 
echo get_select_countries($_SESSION['user_id']);
?>
</td>
		</tr>
		<tr>
			<td>&nbsp;</td><td><input type="submit" name="editprofile" value="Update" /><img id="loading" src="../images/loading.gif" alt="Updating.." /></td>
		</tr>
		<tr>
			<td colspan="2"><div id="error">&nbsp;</div></td>
		</tr>
	  </table>
	  </form>
	</div><!--close form-->
</body>
</html>
コード例 #2
0
ファイル: edit_user.php プロジェクト: gomininggo/jTracker
if (isset($getuser[0]['phone'])) {
    echo $getuser[0]['phone'];
}
?>
" /></td>
		</tr>
		<tr>
			<td><label for="city"><label>City/Town:</label></td><td><input type="text" name="city" value="<?php 
if (isset($getuser[0]['city'])) {
    echo $getuser[0]['city'];
}
?>
" /></td>
		</tr>
		<tr>
			<td><label for="country"><label>Country:</label></td><td><?php 
echo get_select_countries($id);
?>
</td>
		</tr>
		<tr>
			<td>&nbsp;</td><td><input type="submit" name="editprofile" value="Update" /><img id="loading" src="../images/loading.gif" alt="Updating.." /></td>
		</tr>
		<tr>
			<td colspan="2"><div id="error">&nbsp;</div></td>
		</tr>
	  </table>
	  </form>
	</div><!--close form-->
</body>
</html>