943,678 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Marked Solved
  • Views: 1670
  • PHP RSS
Jan 18th, 2006
0

how can i display this in white ?????

Expand Post »
I have got this code, which am trying to display it in white writing. I could get the first part in white but couldn't get the variable ($HTTP_SESSION_VARS['items'] to come up in white.

echo '<font color="#ffffff"><b>Total Items = </b></font>'.$HTTP_SESSION_VARS['items'];


I have also tried the code below but got an error instead:

echo '<font color="#ffffff"><b>Total Items = '.$HTTP_SESSION_VARS ['items']</b></font>;


Please please please help.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
nike123 is offline Offline
20 posts
since Jun 2005
Jan 18th, 2006
0

Re: how can i display this in white ?????

[php]echo "<span style=\"color:white\"><strong>Total Items:</strong> " . $HTTP_SESSION_VARS['items'] . "</span>";[/php]
Administrator
Staff Writer
Reputation Points: 1422
Solved Threads: 162
The Queen of DaniWeb
cscgal is offline Offline
13,645 posts
since Feb 2002
Jan 18th, 2006
0

Re: how can i display this in white ?????

yep, Thank you . That works
Reputation Points: 10
Solved Threads: 0
Newbie Poster
nike123 is offline Offline
20 posts
since Jun 2005
Jan 20th, 2006
0

Re: how can i display this in white ?????

Awesome. Glad you got it working. I marked your thread solved for ya.
Administrator
Staff Writer
Reputation Points: 1422
Solved Threads: 162
The Queen of DaniWeb
cscgal is offline Offline
13,645 posts
since Feb 2002

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: what does this code do?
Next Thread in PHP Forum Timeline: Please help!!! Please help!!! :(





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC