Re: [PHP] Re: postback for php

2006-10-18 Thread Justin Cook
I believe he is talking about the concept of postback in ASP.Net. PHP does not have anything built in for this. _ From: Ed Lazor [mailto:[EMAIL PROTECTED] To: Miles Thompson [mailto:[EMAIL PROTECTED] Cc: php-general@lists.php.net Sent: Wed, 18 Oct 2006 10:27:33 -0500 Subject: Re: [PHP] Re

[PHP] Use PHP to disable htaccess

2006-10-05 Thread Justin Cook
I took over a website that uses a htaccess file to auto append a file to every page. I have one page that I do not want to do this one. Is there a way to disable the htaccess file with a php statement on this one page? Thanks!

Re: [PHP] Dependent selections

2006-03-28 Thread Justin Cook
Look into AJAX. I just implemented a project on our intranet doing the exact same thing. Go to w3chools for a quick run down and then check out Prototype. Sitepoint has a good article on AJAX with Prototype. _ From: Raúl Castro Marín [mailto:[EMAIL PROTECTED] To: php-general@lists.php.ne

RE: [PHP] LDAP and Single Sign On

2006-03-07 Thread Justin Cook
I've been there. I can connect and search my active directory, that's no problem. I'm more curious on how to check to see if they have already authenticated to the domain. _ From: Shaunak Kashyap [mailto:[EMAIL PROTECTED] To: Justin Cook [mailto:[EMAIL PROTECTE

[PHP] LDAP and Single Sign On

2006-03-07 Thread Justin Cook
We are developing an intranet for my company. I would like to implement a single sign on service. We have Active Directory on one server and the intranet is being housed on a Redhat Linux server. When the internal user pulls up the intranet, I would like it to check to see if they successfully j

Re: [PHP] Recompile PHP on pre-installed system

2006-02-08 Thread Justin Cook
-odbc make sure you have unixODBC or like install on the system, once you do that its a piece of cake, been doing that here for a few months. On 2/8/06, Justin Cook <[EMAIL PROTECTED]> wrote: > Yes, we are using RHE 4 with a support contract. I need to get db2 support > compiled in so

Re: [PHP] Recompile PHP on pre-installed system

2006-02-08 Thread Justin Cook
Yes, we are using RHE 4 with a support contract. I need to get db2 support compiled in so we can access our AS400 using ODBC. _ From: Rory Browne [mailto:[EMAIL PROTECTED] To: Marcus Bointon [mailto:[EMAIL PROTECTED] Cc: Justin Cook [mailto:[EMAIL PROTECTED], PHP General [mailto:[EMAIL

[PHP] Recompile PHP on pre-installed system

2006-02-06 Thread Justin Cook
Before I came to my company, they created a Redhat server for our web server. Of course they let the redhat installer install PHP. It all works great but now I need to compile a module into php. Is this possible to do without causing havok? Bascially we really can't have more downtime that it wo

[PHP] Connect to AS400

2006-01-26 Thread Justin Cook
We need to connect to a database on our AS400. Would this be best accomplished with ODBC? If not, what is the preferred method? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php