Advertisement

12.10.2007 at 12:20PM PST, ID: 23013951
[x]
Attachment Details

My print statement is printing my variable as a string How can I fix this issue?

Asked by rcleon in PHP and Databases

Tags: ,

On the following code my variable is printed as a string
on this line <td class="GeneralText"><?= $EmpInfo->B1D ?></td>
Everything else is working.

Pleasse help

Rafael

<?php
if ( ($EmpInfo->B1EECont > 0) || ($EmpInfo->B1ERCont > 0))
{
?>
<tr>
<td class="GeneralText"><?= $EmpInfo->B1D ?></td>
<?php
if ( $EmpInfo->Plan == "Y") {
print '<td class="GeneralText">$EmpInfo->B1Plan</td>';
} else {
print '<td class="GeneralText">&nbsp;</td>';
} ?>Start Free Trial
 
Loading Advertisement...
 
[+][-]12.10.2007 at 12:22PM PST, ID: 20444725

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.10.2007 at 12:29PM PST, ID: 20444798

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.10.2007 at 12:46PM PST, ID: 20444943

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.10.2007 at 12:46PM PST, ID: 20444953

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.10.2007 at 12:47PM PST, ID: 20444955

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: PHP and Databases
Tags: print, statement
Sign Up Now!
Solution Provided By: imitchie
Participating Experts: 3
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628