Avatar of jello32
jello32
Flag for United States of America asked on

Parse error: syntax error, unexpected T_LNUMBER

I keep getting the following error:
Parse error: syntax error, unexpected T_LNUMBER

My code is as follows:
      $display_block ="
      <table width=/"100%/"  border=/"0/" cellspacing=/"5/" cellpadding=/"2/">
            <th bgcolor=/"#eeeeee/">#</th><th bgcolor=/"#eeeeee/">Date</th><th bgcolor=/"#eeeeee/">Description</th><th bgcolor=/"#eeeeee/">To/From</th><th bgcolor=/"#eeeeee/">Method</th><th bgcolor=/"#eeeeee/">Type</th><th bgcolor=/"#eeeeee/">Category</th><th bgcolor=/"#eeeeee/">Subcategory</th><th bgcolor=/"#eeeeee/">Amount</th><th bgcolor=/"#eeeeee/">Edit</th><th bgcolor=/"#eeeeee/">Delete</th>
      $option_block
</table>";
what am I doing wrong?
PHP

Avatar of undefined
Last Comment
jello32

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Hube02

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
jello32

ASKER
I changed the ? for \.
 
I'm so tired trying to deciypher what you said is difficult atmost. Tomrrow I will try again but I really do appreciate your help. I'm in EST zone and will get back to you tomorrrow.  

But I do appreciate your help!!
Hube02

Sorry if it was confusing, I didn't mean it to be, but then again I'm a bit tired myself. Let me know if I can clear anything up.
jello32

ASKER
Ok I understand now.  Thanks for your help!!
Your help has saved me hundreds of hours of internet surfing.
fblack61