[PHP-WIN] Re: Refresh window with php script?

2001-07-27 Thread Robert J Sherman
Luka, As the other post indicates, you will need to add either a meta refresh tag, or simply add a link in the document (Reload) "Luká¹ Noskieviè" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, i need refresh window with some data from MySQL. I want

[PHP-WIN] Re: script timeout problem

2001-07-27 Thread Robert J Sherman
I don't know about your script, but depending on a number of different things it might very well be possible that your outgoing mail server is causing the timeout. If you sending through a service provider especially.. 800K + could very easily set off anti-spam systems.. Again, I dunno.. Frankl

[PHP-WIN] Re: !!!File porblems!!!

2001-07-21 Thread Robert J Sherman
Well, it looks like you're trying to add the value of $zeile to '', which is going to give you a "0" or null return. try .. echo $zeile.""; and see if that doesn't solve your problem. "Php News" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > My code: > $New

Re: [PHP-WIN] Re: Password Protection

2001-07-19 Thread Robert J Sherman
It would also be considered more correct to use curly "{ }" to open and close conditionals.. rather than ":" and end if/end else, etc.. "Erin'S Fan Club" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > It is more correct to use 'else' as a default error catch