Re: [PHP] open source content management systems?

2003-07-29 Thread Nick Talbott
off-list if you wish. Regards - Nick -- Nick Talbott, Powys County Council (UK) IT Policy and Strategy Manager/Rheolwr Polisi a Chynllunio TGCh -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Best PHP CMS

2003-08-05 Thread Nick Talbott
ackage and may be too sophisticated (and hence maybe not worth the learning curve) for your requirements. If you either need a large setup with many content authors, or are likely to use it for a number of sites it's well worth the effort. Ask me off-list if you have any specific questions.

Re: [PHP] ldap_search()

2001-03-08 Thread Nick Talbott
u might set the basedn for the search to be ou=Whatever Section,o=Your Organisation,c=US HTH Nick Talbott IT Policy and Strategy Manager, Powys County Council, UK email [EMAIL PROTECTED] FAX +44 (0) 1597 824781 web http://www.powys.gov.uk and http://www.powysweb.co.uk -Original Message-

Re: [PHP] how to detect if the client's browser accepts cookies ?

2002-05-31 Thread Nick Talbott
On Friday 31 May 2002 10:53 am, David Eisenhart wrote: > Hi > > I am writing a function to construct page links within my site; I want it > to append the session id to the URL's query string if the client does not > accept cookies (and ignore the session id if the client does accept > cookies). >

Re: [PHP] LDAP

2001-06-27 Thread Nick Talbott
organization" to the objectclass, then replaces this by assigning "uidObject" to the same variable. I think what you need is $info["objectclass"][0]="organization"; $info["objectclass"][1]="uidObject"; This is the way you assign multi

Re: [PHP] Re: Capturing user's IP Address

2005-02-24 Thread Nick Talbott
On Thursday 24 February 2005 9:38 am, N Deepak wrote: > Jacques wrote: > > Which function can I use to capture a user's IP Address when he registers > > on my site. I would like to store this value in a database. > > print $_SERVER['REMOTE_ADDR']; > > --Deepak ..But be careful! -If the user is go

Re: [PHP] Authentification and LDAP (SSO / Single Sign-On)

2006-11-07 Thread Nick Talbott
On Tuesday 07 November 2006 12:13, Alain Roger wrote: > I'm currently developing a PHP application as intranet tool for our > company. I would like to make users connect to this tool with an > authentification window where they can enter their domain login and > password. > via LDAP and Apache modu

Re: [PHP] Authentification and LDAP (SSO / Single Sign-On)

2006-11-07 Thread Nick Talbott
On Tuesday 07 November 2006 12:37, you wrote: > So how can i implement a SSO via PHP only ? To use LDAP from within PHP you need to have a version of PHP with LDAP support available. Check the PHP online docs for how to do this. Assuming you know how to use PHP to create a standard looking logi

Re: [PHP] CMS Typo 3 (Slightly 0T(?))

2006-06-15 Thread Nick Talbott
lationship with a software company that can offer whatever additional support you think you need. -- Nick Talbott IT Policy and Planning Manager/Rheolwr Polisi a Chynllunio TGCh Powys County Council, UK web: www.powys.gov.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] a question about the PHP manual

2004-12-09 Thread Nick Talbott
applications. Then skim though the following sections and come back to them when you need to use them: - Error Handling and Logging Functions - HTTP Functions - Miscellaneous Functions - Network Functions - Regular Expression Functions Then dig into the other sections in the function referenc

Re: [PHP] solution

2001-02-06 Thread Nick Talbott
If you want any more information, please contact me off the list. Kind regards Nick Talbott IT Policy and Strategy Manager, Powys County Council, UK email [EMAIL PROTECTED] FAX +44 (0) 1597 824781 web http://www.powys.gov.uk and http://www.powysweb.co.uk -Original Message- From: andreas (@wor