RE: [PHP-WIN] Checkbox/Database Issues

2002-08-15 Thread Collins, Robert
iginal Message- From: Stephanie Piet [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 2:34 PM To: Collins, Robert Subject: Re: [PHP-WIN] Checkbox/Database Issues Sure, the top half is part of checkbox area I was talking about. The bottom portion is the part that sends the e-mail wi

RE: [PHP-WIN] Checkbox/Database Issues

2002-08-15 Thread Collins, Robert
Stephanie, can you give an example of your form and the code used to submit it to the Db? Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Fax: (504) 248-3866 Email : [EMAIL PROTECTED] -Original Message- From: Ste

RE: [PHP-WIN] CSS Question

2002-08-15 Thread Collins, Robert
If I understand correctly you could just make you style sheet a php file (ie. style.css.php) then enter code like ## start file style.css.php BODY {BACKGROUND: ; COLOR: ;} A:link {COLOR: ; FONT-FAMILY: Arial; TEXT-DECORATION: none;} A:

[PHP-WIN] RE: [PHP] out of office test

2002-07-12 Thread Collins, Robert
Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Fax: (504) 248-3866 Email : [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -Original Message- From: Collins, Robert [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 5:24 PM To:

[PHP-WIN] out of office test

2002-07-12 Thread Collins, Robert
sorry to do this but need to make sure my out of office response isint going to spam you guys. Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Fax: (504) 248-3866 Email : [EMAIL PROTECTED] -Original Message- From:

[PHP-WIN] RE: [PHP] Dual Server...

2002-07-09 Thread Collins, Robert
t;[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I will probably do this the other way round as we have a few sites... so if i have a single file with a frame and point contents of frame to apache this should work? > -Original Message- > From:

[PHP-WIN] RE: [PHP] Dual Server...

2002-07-09 Thread Collins, Robert
I have Apache and IIS coexisting on my intranet server and the way I set them up was to put each on a different port. (Apache serves http://intranet and IIS serves http://intranet:8080) this appears to work fine. Hope this helps Robert W. Collins II Webmaster New Orleans Regional Transit Authori

RE: [PHP-WIN] Problem Connecting to AS400 using ODBC

2002-04-11 Thread Collins, Robert
] -Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 3:23 PM To: Collins, Robert Cc: PHP Windows Subject: RE: [PHP-WIN] Problem Connecting to AS400 using ODBC What happens if you instrument your code in the following way

[PHP-WIN] Problem Connecting to AS400 using ODBC

2002-04-11 Thread Collins, Robert
I am trying to access data on an AS/400(IBM DB2) from a windows platform using Apache, and PHP. The problem I am having is that the script doesn't appear to do anything, it will run constantly and doesn't produce an error or time out. I have tried setting the ODBC DSN as both user and server. Has

RE: [PHP-WIN] Help me pleaase !!!!

2002-03-05 Thread Collins, Robert
it is possible you are doing multiple requires for the same file try require_once ("dbconnect.inc"); Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Email : [EMAIL PROTECTED] -Original Message- From: Athar Hameed [mailto:[EMAIL PROTECTED]] Se

RE: [PHP-WIN] How can PHP receive and display data from a silent POST?

2002-03-01 Thread Collins, Robert
if you are referring to something like a form post you can check the array $HTTP_POST_VARS Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Email : [EMAIL PROTECTED] -Original Message- From: Afan Pasalic [mailto:[EMAIL PROTECTED]] Sent: Friday

RE: [PHP-WIN] HTTP_REFERER

2002-02-26 Thread Collins, Robert
Yes its just Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Email : [EMAIL PROTECTED] -Original Message- From: "Spychala, Wojciech" [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 2:15 AM To: [EMAIL PROTECTED] Subject: [PHP-WI

RE: [PHP-WIN] PHP Authentication

2002-02-22 Thread Collins, Robert
It took some digging on the PHP-Win Archive but I found the answer a long time ago... You have to be running PHP as an Apache module (not a CGI). in Apache change : ScriptAlias /php/ "C:/Program Files/php/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" to :

RE: [PHP-WIN] PHP Authentication

2002-02-21 Thread Collins, Robert
It took some digging on the PHP-Win Archive but I found the answer a long time ago... First you have to be running PHP as an Apache module (not a CGI), and there was an extra .dll to load. Sorry I'm not more specific, but I just can't seem to remember the details. Hope this points you in the right

RE: [PHP-WIN] Run string as PHP code

2002-02-20 Thread Collins, Robert
eval() -Original Message- From: Nicole Amashta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 2:47 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Run string as PHP code Can someone tell me the function to run a string as php code? I know there is a function, but I can't for

RE: [PHP-WIN] updating db

2002-02-20 Thread Collins, Robert
You could try something like this: "; echo "ID : "; echo "Name : "; echo ""; echo ""; } ?> -Original Message- From: Sandeep Murphy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 5:48 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] updating d