| | |
how can i display this in white ?????
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
•
•
Join Date: Jun 2005
Posts: 20
Reputation:
Solved Threads: 0
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.
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.
[php]echo "<span style=\"color:white\"><strong>Total Items:</strong> " . $HTTP_SESSION_VARS['items'] . "</span>";[/php]
Dani the Computer Science Gal 
Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds

Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds
Awesome. Glad you got it working. I marked your thread solved for ya.
Dani the Computer Science Gal 
Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds

Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds
![]() |
Similar Threads
- Windows XP Pro on a Laptop - Black Screen Problem - Help (Windows NT / 2000 / XP)
- LCD display has a broad white band (Monitors, Displays and Video Cards)
- buying new monitor (Monitors, Displays and Video Cards)
- LCD anyone? (Monitors, Displays and Video Cards)
Other Threads in the PHP Forum
- Previous Thread: what does this code do?
- Next Thread: Please help!!! Please help!!! :(
Views: 1419 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for PHP
.htaccess access ajax apache api array beginner binary broken cakephp checkbox class cms code cron curl database date datepart directory display download dynamic echo email error file files folder form forms function functions google href htaccess html image include insert integration ip java javascript joomla jquery limit link list login loop mail menu methods mlm mod_rewrite multiple mysql oop parse password paypal pdf php problem query radio random recursion regex remote script search select seo server sessions sms soap source space speed sql structure syntax system table tutorial update updates upload url validation validator variable video web webdesign xml youtube






