<br /><b>TinyButStrong Error</b> in field [onload.Name2</w:t></w:r><w:r><w:rPr><w:rFonts w:ascii...]: the key 'Name2</w:t></w:r><w:r><w:rPr><w:rFonts w:ascii' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) <em>This message can be cancelled using parameter 'noerr'.</em><br />
<br /><b>TinyButStrong Error</b> in field [onload.Name2</w:t></w:r><w:r><w:rPr><w:rFonts w:ascii...]: the key 'Name2</w:t></w:r><w:r><w:rPr><w:rFonts w:ascii' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) <em>This message can be cancelled using parameter 'noerr'.</em><br />
<br /><b>TinyButStrong Error</b> in field [onload.Name2</w:t></w:r><w:r><w:rPr><w:rFonts w:ascii...]: the key 'Name2</w:t></w:r><w:r><w:rPr><w:rFonts w:ascii' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) <em>This message can be cancelled using parameter 'noerr'.</em><br />
<br /><b>TinyButStrong Error</b> Show() Method: The output is cancelled by the OpenTBS plugin because at least one error has occured.<br />
Thank you for noticing my stupidity :)
So its not pulling the variable, which is strange seeing as its 2 or 3 down the list of variables, and thats the one that gets complained about...
$result = mysqli_query($con,"SELECT * FROM xxxxx ORDER BY ID DESC LIMIT 1");
while($row = mysqli_fetch_array($result))
{
$id = $row['id'];
$Fore1 = $row['Fore1'];
$Fore2 = $row['Fore2'];
$Add1 = $row['Add1'];
$Name1 = $row['Name1'];
$Name2 = $row['Name2'];
$Add2 = $row['Add2'];
$TelHome = $row['TelHome'];
$DOB1 = $row['DOB1'];
$DOB2 = $row['DOB2'];
$Add3 = $row['Add3'];
$TelWork = $row['TelWork']
...
|