ows IIS server.
You may try to use COM to convert MS Office files to HTML, something like
$doc = new COM('somewordfile.doc');
$doc->saveAs('somewordfile.html', 10);
$doc->close();
--
Sincerely,
Rosty Kerei
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
You should better store your dates in unix timestamp, integer format and
then display it on your web site with using date(), or smarty date_format
function in any format you wish.
Sincerely,
Rosty Kerei <[EMAIL PROTECTED]>
""William Stokes"" <[EMAIL PROTECTED]&g
> Yahoo gets 3.4 billion page views per day. That serious enough for you?
>
I can't believe that Yahoo! works on PHP. Any proofs?
As I know they use their own-written engine, if I'm correct it's called
"yScript". Am I right?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, vis
Yep! It's called captcha. There is a PEAR package Text/CAPTCHA, and also you
can find some other classes at phpclasses.org
Good luck!
Sincerely,
Rosty Kerei <[EMAIL PROTECTED]>
"Clive" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
> does
Try something from here http://www.phpclasses.org/browse/class/42.html
Sincerely,
Rosty Kerei <[EMAIL PROTECTED]>
"Clive" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
>
> does any one have code/examples for unzipping a file thats been uploaded
I would use simple auto_increment DB's feature..
Sincerely,
Rosty Kerei <[EMAIL PROTECTED]>
""Denis Gerasimov"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello list,
>
>
>
> I am in a need of GUID generator but it seems t
try array_search()
Sincerely,
Rosty Kerei
<[EMAIL PROTECTED]>
""Ross"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I have an array
>
> $people= array ("ross", "bob", "chris")
> I have a var
7 matches
Mail list logo