Jump to content

bob_dole

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

bob_dole's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I can run the following code from the command prompt and it opens up a new page perfect. If I run the same code from a browser I get nothing. How I do I open up a new com object from within a browser? $ie = new COM("InternetExplorer.Application"); $ie->Visible = true; $ie->Navigate("http://www.somesite.com");
  2. I am pretty sure this is a php session issue but not sure how to fix it. We have been experiencing a lot of lag in one of our sites so I took a look at all the open ports and it looks like every time someone clicks to go to a new page on our site it opens up another connection. So we will have 100 open connections from one IP with 99% of them being in "Time Wait" status.  How do we fix this where it keeps the same connection or it immediately kills the old one when once it’s finished?
  3. I am running php 4.4.2 on linux (RH). I am trying to get XML DOM extension working with no luck. I have both libxml2 and libxslt installed. I have tried adding --with-xml --with-libxml-dir --with-dom --with-dom-xslt --with-dom --with-libxml-dir=/path/lto/lib --with-dom I have also tried going into the ext/domxml dir and doing a configure make install and phpize All with no luck.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.