|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
echo ml_ftime(_DATETIMEBRIEF, (GetUserTime(time()))); problem...
The output for echo ml_ftime(_DATETIMEBRIEF, (GetUserTime(time()))); is written in black in html, how can I get white output for this???
|
|
#2
|
|||
|
|||
|
Im not too sure what your trying to say here, but i think this is what you mean, let me know if ive missunderstood?!?
<font color="#FFFFFF"><?=echo ml_ftime(_DATETIMEBRIEF, (GetUserTime(time())))?></font> |
|
#3
|
|||
|
|||
|
bad ben
don't teach people to use deprecated tags!
PHP Code:
|
|
#4
|
|||
|
|||
|
oh on a further note
zend suggests using <?php because <? may not be recognized in future versions =o
|
|
#5
|
|||
|
|||
|
crazytrain81, i appricate your constructive critritism, but i was just giving a basic example of what to do.
|
|
#6
|
|||
|
|||
|
Not working...
Ben Rowe and Crazytrain81 i tried your codes but they are nor working i tried also:
echo "<span style=\"color:white\">"; <?=echo ml_ftime(_DATETIMEBRIEF, (GetUserTime(time())))?> echo "</span>"; but it is not working again. Another info for you i am using in a php file... |
|
#7
|
|||
|
|||
|
could you take a screenshot of whats actually happening?
|
|
#8
|
|||
|
|||
|
the screenshot...
When I use
<font color="#FFFFFF"><?=echo ml_ftime(_DATETIMEBRIEF, (GetUserTime(time())))?></font> instead of echo ml_ftime(_DATETIMEBRIEF, (GetUserTime(time()))); the error is: Parse error: parse error, unexpected '<' in /www/users/www.mysite.com/html/theme.php on line 124 Fatal error: Call to undefined function: themeheader() in /www/users/www.mysite.com/html/header.php on line 151 the line 124 in theme.php is the code line, i mean the line of echo ml_ftime(_DATETIMEBRIEF, (GetUserTime(time()))); otherwise when i use: <span style="color:white"> <?=echo ml_ftime(_DATETIMEBRIEF, (GetUserTime(time())))?> </span> instead of echo ml_ftime(_DATETIMEBRIEF, (GetUserTime(time()))); the error is: Parse error: parse error, unexpected '<' in /www/users/www.mysite.com/html/theme.php on line 124 Fatal error: Call to undefined function: themeheader() in /www/users/www.mysite.com/html/header.php on line 151 |
|
#9
|
|||
|
|||
|
Re: the screenshot...
eh, are you escaping your quotes? eg:
PHP Code:
|
|
#10
|
|||
|
|||
|
yahooooooo
Thankx it is working...
![]() |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > echo ml_ftime(_DATETIMEBRIEF, (GetUserTime(time()))); problem... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|