[PHP] Re: 'View as HTML' Conversions

2006-11-07 Thread Rosty Kerei
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

[PHP] Re: Varchar "date" to real date?

2005-12-27 Thread Rosty Kerei
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

Re: [PHP] java .vs php

2005-11-09 Thread Rosty Kerei
> 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

[PHP] Re: security code

2005-11-09 Thread Rosty Kerei
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

[PHP] Re: zipped files

2005-10-26 Thread Rosty Kerei
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

[PHP] Re: GUID or any other unique IDs

2005-10-25 Thread Rosty Kerei
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

[PHP] Re: selected index

2005-10-25 Thread Rosty Kerei
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