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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.