Re: [PHP-WIN] php icon ????

2003-02-03 Thread Maxim Maletsky
So, in short, is your question stays in whetehr or not you could use the PHP logo for the "thin client we application" or whatever your project is? I am not sure why, but I stil doubt I understood you right ... :) -- Maxim Maletsky [EMAIL PROTECTED] toby z <[EMAIL PROT

Re: [PHP-WIN] php icon ????

2003-02-03 Thread Maxim Maletsky
please, explain yourself better. Use what? Add what? ..to what? -- Maxim Maletsky [EMAIL PROTECTED] toby z <[EMAIL PROTECTED]> wrote... : > thnx guyz a billion > > but do tell me anothrthingg while we are at it > cant i uze sumthing of my own n then lat

Re: [PHP-WIN] php icon ????

2003-02-03 Thread Maxim Maletsky
Yeah, but remember also to read the copyrights. Design property is not GPL, but can be often used with the permission. Read the license on php.net. -- Maxim Maletsky [EMAIL PROTECTED] Luis Ferro <[EMAIL PROTECTED]> wrote... : > In the site www.php.net there is a faveicon in the site

Re: [PHP-WIN] Memory leak

2002-11-11 Thread Maxim Maletsky
If you can investigate well on the issue and get a little summary of facts, try searching bugs.php.net for a similar problem. If you find nothing about it submit it there. -- Maxim Maletsky [EMAIL PROTECTED] "James Pharaoh" <[EMAIL PROTECTED]> wrote... : > Hi, > &g

Re: [PHP-WIN] Re: PHP and Apache 2

2002-11-11 Thread Maxim Maletsky
Apache 2 is definitelly better, but for at least a few month it is not advisable running it on a production enviroment. -- Maxim Maletsky [EMAIL PROTECTED] "Pat Johnston" <[EMAIL PROTECTED]> wrote... : > Hi > If there are problems with Apache2, then is 1.3 okay to co

Re: [PHP-WIN] gettext

2002-11-11 Thread Maxim Maletsky
have you restarted the web server after uncommenting the .dll? If yes then also check if it is in the right directory -- Maxim Maletsky [EMAIL PROTECTED] [EMAIL PROTECTED] wrote... : > Hi, > > I am new to running Php on a webserver. I am trying to get the latest > installtion

Re: [PHP-WIN] Print or Echo?

2002-11-09 Thread Maxim Maletsky
This was discussed a lot over thetime on php.general. try searching archives -- Maxim Maletsky [EMAIL PROTECTED] On Sat, 9 Nov 2002 17:10:26 - "Stephen Edmonds" <[EMAIL PROTECTED]> wrote: > This is not strictly a help question, but more of a do you question. >

Re: [PHP-WIN] Re: [PHP] How to echo the end marker '?>'

2002-11-08 Thread Maxim Maletsky
Actually, you don't even have to concatenate them at all. Just treat '; ?> will output you: -- -- without any parse errors. -- Maxim Maletsky [EMAIL PROTECTED] "Cam Dunstan" <[EMAIL PROTECTED]> wrote... : > Ernest, your solution is quite correct, I w

Re: [PHP-WIN] header:location question

2002-11-08 Thread Maxim Maletsky
. -- Maxim Maletsky [EMAIL PROTECTED] "Daniel Sturk" <[EMAIL PROTECTED]> wrote... : > im was eariler using this function > header("Location: http://www.somestreamingserver.com/actualstream.wmv";); > > now the provider wants me to use the follow

Re: [PHP-WIN] PHP vs ASP headers

2002-11-07 Thread Maxim Maletsky
Capitalize it: header("Connection: Keep-Alive"); here's some nice info for you: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisref/html/psdk/asp/devs9vtx.asp -- Maxim Maletsky [EMAIL PROTECTED] "Charles P. Killmer" <[EMAIL PROTECTED]> wrot

Re: [PHP-WIN] PHP vs ASP headers

2002-11-07 Thread Maxim Maletsky
why don't you simply override it with: header("Connection: keep-alive"); I think it only some IIS's default for this case or something.. -- Maxim Maletsky [EMAIL PROTECTED] "Charles P. Killmer" <[EMAIL PROTECTED]> wrote... : > Why does this code in A

Re: [PHP-WIN] Tough decision ASP or PHP

2002-11-07 Thread Maxim Maletsky
Try searching the mail archives for PDF, PDFLIB and IIS and Headers ... This should be a known issue, unless, it is already fixed or happens only to you. -- Maxim Maletsky [EMAIL PROTECTED] "Charles P. Killmer" <[EMAIL PROTECTED]> wrote... : > Thanks for all the grea

Re: [PHP-WIN] Re: enabling extensions

2002-11-07 Thread Maxim Maletsky
No, it is not necessary (as long as I know, Linux's slash will work) -- Maxim Maletsky [EMAIL PROTECTED] "Brett Curtiss" <[EMAIL PROTECTED]> wrote... : > You need to have the trailing \ ex: C:\WINDOWS\SYSTEM32\ > > Hope that helps. > > > "

Re: [PHP-WIN] Beware - Franco Posser is a spammer - Mailer of hugeunsolicited attachments

2002-11-07 Thread Maxim Maletsky
You gotta be using some web translator :) -- Maxim Maletsky [EMAIL PROTECTED] Franco Pozzer <[EMAIL PROTECTED]> wrote... : > Beloveds Friends of the NG, > you excuse to me if I occupy the space for things that are not of pertinenza > of the NG. > > I have had other

Re: [PHP-WIN] date format, php, mysql

2002-11-07 Thread Maxim Maletsky
look at the function called strtotime() uk.php.net/strtotime it will convert English language date into timestamp, from which you can do date() again to reformat it -- Maxim Maletsky [EMAIL PROTECTED] "Adrian Partenie" <[EMAIL PROTECTED]> wrote... : > Hello, > >

Re: [PHP-WIN] sending cgi script query string

2002-11-07 Thread Maxim Maletsky
Query String is 255 bytes long, including the URL itself. Basically, if you think your data can get over 200 chars, then you should not use Query String. Ue POST instead (or sockets with POST) -- Maxim Maletsky [EMAIL PROTECTED] "DaMouse" <[EMAIL PROTECTED]> wrote... : >

Re: [PHP-WIN] Tough decision ASP or PHP

2002-11-07 Thread Maxim Maletsky
. Though the >isapi version still has stability issues. I think so. > I hate to asp but am thinking that I may have to simply due to stability. Think also about the stability in the long run - ASP needs more maintainance than PHP, even on IIS. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP

Re: [PHP-WIN] Re: PHP Editor

2002-11-06 Thread Maxim Maletsky
Edit Plus is probably the best an simplest. -- Maxim Maletsky [EMAIL PROTECTED] "Radovan Radic" <[EMAIL PROTECTED]> wrote... : > Hi > > We could use some url for this editor, pls? > > Radovan > > "Seung Hwan Kang" <[EMAIL PROTECTED]&g

[PHP-WIN] Re: [PHP] PHP and databases? ...without MySQL and such

2002-10-23 Thread Maxim Maletsky
xtra maintenace you must do and the additional potential points of > failure you must contend with. But truly, the one that knows to handle files well normally has no problems writing SQL either and/or keeping a DB server up. Be reasonable. > My contention is that the statement "always u