php-windows Digest 16 May 2002 10:03:45 -0000 Issue 1147

Topics (messages 13803 through 13809):

automation
        13803 by: Tim Blackwell
        13809 by: Svensson, B.A.T. (HKG)

$_FILES, backslashes, input=file and IE 6
        13804 by: BOb Pardoe

Please Help!
        13805 by: Hugo GB

Is there a timeout or similar en MySql?
        13806 by: Hugo GB
        13808 by: Matt Parlane

Spell check query
        13807 by: Jeff Waldock

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 need to automate a php script i'm writing.  php doesn't look like it's the
best for this.

is there a way to automate a php script?




--- End Message ---
--- Begin Message ---
> i need to automate a php script i'm writing.  php doesn't look like it's the
> best for this.
> 
> is there a way to automate a php script?

You can use AT.exe or the scheduler.
--- End Message ---
--- Begin Message ---
I have a problem, I am accepting a file type input in IE6. The file that I want to 
upload is shown as 
   
    C:\dir1\dir2\File.ext

Posting this page to the next one, where I try to do     

    $_FILES["filename"]["name"]
All I get is 

    File.ext

This is because of the back slashes. If I change them to forward slashes it all works 
fine.

I have tried to change the \ to / using JavaScript, but as a file type input it is 
read only from the JavaScript perspective.

Has anyone solved this problem ?

If so how

Thanks

BOb









--- End Message ---
--- Begin Message ---
Hi,
  I'm developing a web site with PHP and I want to show some information 
only
if I'm able to connect to a mysql database . If I can´t connect , simply I 
don´t
show some parts of the web page.

  Sounds easy and it works fine in local , but when I install it in the web 
server ,
if it can´t connect to the database , seems like it keeps on waiting to 
establish
the conection and don´t show anything until I stop it.

  Is there any way to establish a timeout? or anything similar.

Thanks in advice.




_________________________________________________________________
Envíe y reciba su correo de Hotmail desde el móvil: http://mobile.msn.com

--- End Message ---
--- Begin Message ---
Hi,
  I'm developing a web site with PHP and I want to show some information 
only
if I'm able to connect to a mysql database . If I can´t connect , simply I 
don´t
show some parts of the web page.

  Sounds easy and it works fine in local , but when I install it in the web 
server ,
if it can´t connect to the database , seems like it keeps on waiting to 
establish
the conection and don´t show anything until I stop it.

  Is there any way to establish a timeout? or anything similar.

Thanks in advice.






_________________________________________________________________
Únase con MSN Hotmail al servicio de correo electrónico más grande del 
mundo. http://www.hotmail.com

--- End Message ---
--- Begin Message ---
http://www.php.net/manual/en/function.mysql-ping.php

and don't double post.

Matt


"Hugo Gb" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>   I'm developing a web site with PHP and I want to show some information
> only
> if I'm able to connect to a mysql database . If I can´t connect , simply I
> don´t
> show some parts of the web page.
>
>   Sounds easy and it works fine in local , but when I install it in the
web
> server ,
> if it can´t connect to the database , seems like it keeps on waiting to
> establish
> the conection and don´t show anything until I stop it.
>
>   Is there any way to establish a timeout? or anything similar.
>
> Thanks in advice.
>
>
>
>
>
>
> _________________________________________________________________
> Únase con MSN Hotmail al servicio de correo electrónico más grande del
> mundo. http://www.hotmail.com
>


--- End Message ---
--- Begin Message ---
I would like to be able to run a spell check on information being
entered by users on a web form handled by PHP.  I have seen that PHP
supports the Pspell library, and have downloaded this, but the problem
for me is that it appears that the Windows binary does not by default
provide Pspell support (although the version that came with RedHat 7.2
on my Linux machine does).
How can I add this support to the windows binary?  Is the only way to
compile a new PHP binary from source?  If so, this might prove beyond
me, since looking at the source for both PHP and Pspell, it's not at all
obvious how to do this.  Are there any other freeware/opensource
solutions to spell checking that anyone knows of?

Many thanks in advance for any help with this!

---------------------------------
Jeff Waldock
Division of Mathematics
School of Science and Mathematics
Sheffield Hallam University
Howard Street
SHEFFIELD, S1 1WB, UK

--- End Message ---

Reply via email to