php-windows Digest 16 May 2005 17:21:27 -0000 Issue 2670
Topics (messages 26008 through 26010):
Re: Problem loading external php modules with 2003 Serv er SP1?
26008 by: Shinan Kassam
Re: Breadcrumb trial as sessions
26009 by: S.D.Price
Firefox COM objects?
26010 by: Dang Nguyen
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 ---
Thank You for your response. I am actually using CGI on IIS6. I will try ISAPI.
On 5/15/05, Wu, Jin Yong <[EMAIL PROTECTED]> wrote:
>
> Is your web server IIS6.0, Apache or others?
> if IIS6.0, you can try to load PHP via two methods: one is ISAPI, the other
> is CGI.
> Strongly recommend you to use ISAPI mode to run PHP.
> Additionally, IIS 6.0 should configure extensions to permit PHP executing
> privilege.
>
> YONG from Xerox,China
> 2005/5/16
>
> -----Original Message-----
> From: Shinan Kassam [mailto:[EMAIL PROTECTED]
> Sent: Saturday, May 14, 2005 1:08 AM
> To: [email protected]
> Subject: [PHP-WIN] Problem loading external php modules with 2003 Server
> SP1?
>
> I was wondering if anyone has encountered a problem on Windows Server
> 2003 Enterprise with SP1.
>
> PHP 4.3.10 installs fine but trying to load any external modules
> causes CGI timeout. The page I am requesting contains:
>
> <?php phpinfo(); ?>
>
> I have tried the same with PHP 5.0.4 with the same results. Any help
> is greatly appreciated.
>
> TIA.
>
> --
> Shinan S. Kassam
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
Shinan S. Kassam
--- End Message ---
--- Begin Message ---
Hi Leif,
As you can see form this reply, I think there are too many prblems with
session based breadcrumbs. I have decided to have each link on the
breadcrumb trial as a reusable PHP include, because I can't find a
suitable script which meets my needs.
Thanks
Steven Price
Web Developer
Open University
http://www.open.ac.uk
-----Original Message-----
From: Murray @ PlanetThoughtful [mailto:[EMAIL PROTECTED]
Sent: 12 May 2005 15:20
To: 'S.D.Price'; 'php-windows'
Subject: RE: [PHP-WIN] Breadcrumb trial as sessions
> 1. I need to have a flat folder structure if a user goes down a level
> the file will probably be in the same folder and will not be an index
> file.
>
> 2. The development server url will be totally different form the live
> url, so the breadcrumb trail won't work properly on both.
>
> Would it be possible to create a breadcrumb trail for the users
> session, recording the pages they were on as they move through the
> site, anyone know how this could be done?
>
> I know this isn't a consistent navigation, but if you have top level
> links, search/sitemap/a-z index support - isn't it acceptable to have
> one navigation interface which is customised to the users unique
> visit?
Breadcrumbs usually (or, at least, usually as I've seen them) represent
'specialization of information' (my own term -- there's probably a
better 'official' term out there).
By that I mean they represent a conceptual path to content. For example,
in a site that reviews technology, a breadcrumb trail, when reading an
article about Redhat, might look like:
Home / Articles / Tech Articles / Linux Articles / Redhat Articles /
Article About Current Release Of Redhat
Even if the user clicked on a link on the main page that took them
straight to the article about the current release of Redhat, the
breadcrumb trail above remains relevant, since they've expressed an
interest in Redhat, which implies an interest in Linux, which falls
within the broader scope of technology articles etc. In this sense, the
breadcrumb trail for each 'page' can usually be almost entirely derived
from the way in which you categorize / organize your content, and
shouldn't require sessions to implement (well, or at least, I've never
had to use sessions to implement a breadcrumb trail previously).
>From what you've written, though, it sounds like what you're trying to
implement is a 'page visited trail', though I think this would
eventually get confusing, particularly if a user visited a page, hit the
back button, went back to the article, clicked on a link that took them
to some entirely different part of the site and so on. It raises
questions like, 'if a user visits the same page or content 3 times, do I
show that link 3 times in their page trail? Is it more or less
confusing, one way or the other?' You'd have to take into account the
fact that people often follow non-linear / erratic pathways, and you
might end up representing something like:
Home / Article / Home / Tech Articles / Home / Product Reviews / Monitor
Reviews / Home / Product Reviews / Search / Search Results / Article
About New Game / Home
Personally, I'd find that of little benefit as a user, but that's just
me.
Murray
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Hello,
I have a PHP script that uses the IE COM object for automating some tests.
I'd like to be able to test the same website and use the same test engine
(that I've built), except with Firefox. Does Firefox support COM objects
and can I use PHP to access them through the COM class?
Cheers,
Dang Nguyen
--- End Message ---