Jump to content

html code in my input boxes


otuatail

Recommended Posts

Can anyone help here. Since my provider has changed the configeration of the server to not supress errors. I am getting the following

 

http://www.des-otoole.co.uk/news/NewUser.php

 

here is the top half of the code. TIA

 

<?php
// login.php D O'Toole  21-12-2005
session_start();
include ("functions.inc");
//connectDB();

?>
<html>
<head>
<LINK rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<form action="verify.php" method="post">
<table border="0" width="400">
<tr><td height="10"></td></tr>

<tr><td colspan="3" height="50"><b>New Member</b></td></tr>
<tr><td align="right">First Name:</td>
<td><input type="text" Name="F_Name" maxlength="12" value="<?=$_SESSION['FN']?>"></td></tr>

<tr><td align="right">Last Name:</td>
<td><input type="text" Name="L_Name" maxlength="18" value="<?=str_replace('\\','',$_SESSION['LN'])?>"></td></tr>

Link to comment
https://forums.phpfreaks.com/topic/97344-html-code-in-my-input-boxes/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.