Forum Moderators: coopster
<td><?php
/* $_SESSION['Name'] = isSet($_SESSION['Name']) ? $_SESSION['Name'] : ''; // Set default to whatever
$_SESSION['Title'] = isSet($_SESSION['Title']) ? $_SESSION['Title'] : ''; // Set default to whatever
$_SESSION['Company'] = isSet($_SESSION['Company']) ? $_SESSION['Company'] : ''; // Set default to whatever
$_SESSION['Phone'] = isSet($_SESSION['Phone']) ? $_SESSION['Phone'] : ''; // Set default to whatever
$_SESSION['Email'] = isSet($_SESSION['Email']) ? $_SESSION['Email'] : ''; // Set default to whatever
$_SESSION['Network'] = isSet($_SESSION['Network']) ? $_SESSION['Network'] : ''; // Set default to whatever
$_SESSION['Type_of_company'] = isSet($_SESSION['Type_of_company']) ? $_SESSION['Type_of_company'] : ''; // Set default to whatever
$_SESSION['Backup'] = isSet($_SESSION['Backup']) ? $_SESSION['Backup'] : ''; // Set default to whatever
$_SESSION['Platform'] = isSet($_SESSION['Platform']) ? $_SESSION['Platform'] : ''; // Set default to whatever
$_SESSION['Data'] = isSet($_SESSION['Data']) ? $_SESSION['Data'] : ''; // Set default to whatever
//$_SESSION['Name'] = isSet($_SESSION['Name']) ? $_SESSION['Name'] : ''; // Set default to whatever
*/?></td>
Any help will be appreciated.
oh, and Welcome to WebmasterWorld! :)
PHP Notice: Undefined index: Name in E:\WEB SITE\One Safe Place\contact\index.php on line 191
PHP Notice: Undefined index: Title in E:\WEB SITE\One Safe Place\contact\index.php on line 196
PHP Notice: Undefined index: Company in E:\WEB SITE\One Safe Place\contact\index.php on line 201
Line 191 is the first line that matches the following:
<span class="small_blue">*</span></label></td>
[edited by: jatar_k at 10:46 pm (utc) on May 7, 2008]
[edit reason] trimmed code dump [/edit]
<td><?php
$_SESSION['Name'] = isSet($_SESSION['Name']) ? $_SESSION['Name'] : ''; // Set default to whatever
$_SESSION['Title'] = isSet($_SESSION['Title']) ? $_SESSION['Title'] : ''; // Set default to whatever
$_SESSION['Company'] = isSet($_SESSION['Company']) ? $_SESSION['Company'] : ''; // Set default to whatever
$_SESSION['Phone'] = isSet($_SESSION['Phone']) ? $_SESSION['Phone'] : ''; // Set default to whatever
$_SESSION['Email'] = isSet($_SESSION['Email']) ? $_SESSION['Email'] : ''; // Set default to whatever
$_SESSION['Network'] = isSet($_SESSION['Network']) ? $_SESSION['Network'] : ''; // Set default to whatever
$_SESSION['Type_of_company'] = isSet($_SESSION['Type_of_company']) ? $_SESSION['Type_of_company'] : ''; // Set default to whatever
$_SESSION['Backup'] = isSet($_SESSION['Backup']) ? $_SESSION['Backup'] : ''; // Set default to whatever
$_SESSION['Platform'] = isSet($_SESSION['Platform']) ? $_SESSION['Platform'] : ''; // Set default to whatever
$_SESSION['Data'] = isSet($_SESSION['Data']) ? $_SESSION['Data'] : ''; // Set default to whatever
//$_SESSION['Name'] = isSet($_SESSION['Name']) ? $_SESSION['Name'] : ''; // Set default to whatever
?></td>