php-windows Digest 4 Oct 2001 10:53:50 -0000 Issue 788

Topics (messages 9679 through 9685):

HTML form
        9679 by: Daniel Parsons
        9683 by: Ross Fleming

crash on shutdown in php4ts.dll
        9680 by: Steve Yates

Re: LDAP versus DB
        9681 by: Jørg V. Bryne

Re: Problemas usuando OCI8
        9682 by: Philippe Saladin

Re: Internal Server Error --> should be a parser error!!
        9684 by: Ivan Pavlov

mpeg size
        9685 by: Sichta Daniel

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 ---
Hi,

I am running PHP on WinNT 4 and using IE5.5

I have written a page that includes an HTML form which submits back to
the script to allow the user to load hte same page with different
parameters.

Can anyone tell me why the submit button doesn't appear to do anything??
Do I need to force the page to expire or what?

TIA,
D.

--- End Message ---
--- Begin Message ---
Daniel,

Have you opened the FORM tag so it reads <FORM ACTION="<address of the php
page that will handle the form>" METHOD="POST"> and entered the SUBMIT tag
so it looks like <INPUT TYPE="Submit" Value="Submit">

If you've done all that then I'm stumped.

Can we see the code you've written?

Ross

-----Original Message-----
From: Daniel Parsons [mailto:[EMAIL PROTECTED]]
Sent: 04 October 2001 04:29
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] HTML form


Hi,

I am running PHP on WinNT 4 and using IE5.5

I have written a page that includes an HTML form which submits back to
the script to allow the user to load hte same page with different
parameters.

Can anyone tell me why the submit button doesn't appear to do anything??
Do I need to force the page to expire or what?

TIA,
D.


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



--- End Message ---
--- Begin Message ---
    I have a problem that has been nagging me for a while.  If I load
any php page from my machine, when I shut down Windows I get an error in
php4ts.dll.  If I have not loaded any php pages then it shuts down fine.
My test system:

Windows 98 SE
MS Personal Web Server
PHP 4.06

I have tried both the CGI and ISAPI versions of PHP.  I also believe
4.05 had this problem as well, but earlier 4.x versions did not.  (it's
been around for a while as it only happens when I shut down and I
usually forget to ask later :)  I have put php4ts.dll on the PATH, and
moved it to the \windows\system folder.

Any suggestions?  Any corroboration?


 - Steve Yates
 - SRT Enterprises
 - If you shoot a mime, should you use a silencer?

/ Taglines by Taglinator - www.srtware.com /





--- End Message ---
--- Begin Message ---
You're basically rigth. LDAP is optimized for "read many, write few" while
DB's are usually optimized for writing. It all depends on the configuration.
You can get longer search-time from a misconfigured LDAP server than an
optimized MySQL. I once transfered 24000 customers from MySQL to LDAP and
the searchtimes were only slightly better on LDAP but when we threw in some
indexes it was "much" better.

Another reason for LDAP is the possibility of replication, or delegation of
data between servers (and/or operators). If you want to read more about ldap
(and have som extra cash :-) you should get the "understanding and deploying
ldap directories" from macmillan technical publishing. It's boring,
but thorough :-) I would guess there is a lot of online docs available also.

Third reason: Clients can connect directly to your LDAP directory and fetch
data, f.instance Outlook or any app with LDAP support.

Just my own opinions ;-)
-Jørg

"Paul Meagher" <[EMAIL PROTECTED]> wrote in message
003201c14c4e$07511940$6c35de18@dvore">news:003201c14c4e$07511940$6c35de18@dvore...
> I was wondering if someone could tell me what the advantages are of
storing
> contact info in an LDAP repository are over storing it in, say, a MySQL
> repository.
>
> I am thinking it is mostly a speed and scalability issue - if I have a
> million people in an LDAP repository and need to find someone in it the
> search time will be alot faster using LDAP than MySQL.  Is this correct?
>
> Is there any other reason to use LDAP over MySQL that I am missing out on
> here?
>
> Regards,
> Paul Meagher
>
>


--- End Message ---
--- Begin Message ---
You would try to copy php_oci8.dll in winnt\system32 and register it ? this
is what I did to let it work.
Regards,
Philippe

"Jacfeth Moreno B." <[EMAIL PROTECTED]> a écrit dans le message news:
000001c14c52$a860ccf0$[EMAIL PROTECTED]

Hello Jhon:

Yes, the extension exist, but the problem is there...

Thank you.

Tips?

-----Mensaje original-----
De: Asendorf, John [mailto:[EMAIL PROTECTED]]
Enviado el: Miércoles, 03 de Octubre de 2001 03:31 p.m.
Para: Jacfeth Moreno B.; [EMAIL PROTECTED]
Asunto: RE: [PHP-WIN] Problemas usuando OCI8

Double check that the extension exists where it is supposed to exist.

---------------------
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Nullum magnum ingenium sine mixtura dementiae fuit


> -----Original Message-----
> From: Jacfeth Moreno B. [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 03, 2001 4:19 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Problemas usuando OCI8
>
>
> Hola todos.
>
> Instale el php 4.0.6 sin ningún problema, pero necesito configurar php
> para acceder un motor Oracle 8.1.7. Configure la directiva
> extesion_dir
> pero al cargar el script me registra el error:
>
> Imposible cargar la librería dinámica
> "c:\php\extensions\php_oci8.dll".
> No se encontró el proceso especificado.
>
> Les agradezco enormemente consejos para solucionar este problema.
> Muchas gracias por adelantado:
>
> Jack
>



--- End Message ---
--- Begin Message ---
I had the same problem with the MS IE .

You should disable from the menu Tools>Internet Options ...>Show friendly
HTTP error messages
Thereafter you'll be able to see the real error information sent from the
server.

Ivan Pavlov

"Augusto cesar castoldi" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi...
>
> why my php (on Win2000) always do a error when there
> is a "parser error"?
>
> Somethings I take to much time to discover where I
> wrote wrong because the error don't say in which line
> is the error...
>
> thanks,
>
> Augusto
>
>
> Internal Server Error
> The server encountered an internal error or
> misconfiguration and was unable to complete your
> request.
> Please contact the server administrator,
> [EMAIL PROTECTED] and inform them of the time the error
> occurred, and anything you might have done that may
> have caused the error.
>
> More information about this error may be available in
> the server error log.
>
>
>
> --------------------------------------------------------------------------
------
>
> Apache/1.3.14 Server at 127.0.0.1 Port 80
>
>
____________________________________________________________________________
___________________
> Yahoo! GeoCities
> Tenha seu lugar na Web. Construa hoje mesmo sua home page no Yahoo!
GeoCities. É fácil e grátis!
> http://br.geocities.yahoo.com/


--- End Message ---
--- Begin Message ---
Hi,
 
Is there any way to get size (WxH) of mpeg file in php ?
 
Dan
 
--- End Message ---

Reply via email to