php-windows Digest 29 Mar 2005 13:47:07 -0000 Issue 2620

Topics (messages 25792 through 25793):

Re: date function works, font color?
        25792 by: Mike

php-binaries with --enable-memory-limit?
        25793 by: Sencer

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [email protected]


----------------------------------------------------------------------
--- Begin Message ---
> I am using: <?php
> print date("D dS M,Y h:i a");
> ?>
> in my html code which displays the following in black:
> Fri 25th Mar,2005 08:24 pm
> 
> How can I change this to white and center it in a table cell?

print "<table><tr><td align=center><font color=FFFFFF>".date("D dS M,Y h:i
a")."</font></td></tr></table>";


Just print out the HTML that you need. That simple.

> Thanks in advance.

n/p

--- End Message ---
--- Begin Message ---
Is there a reason why the default binary distribution does not have this 
enabled?

I would assume that a lot of people that are using php on windows use it as 
a dev.-environment. The ability to use track memory usage of scripts would 
be very helpful, for example in combination with Xdebug.

Is there a trusted source where I can get current php-binaries that are 
compiled with --enable-memory-limit?


Regards

Sencer 

--- End Message ---

Reply via email to