RE: [PHP-WIN] PHP Editor

2002-11-04 Thread Thoenen, Peter Mr. EPS
ftp://ftp.vim.org/pub/vim/pc/gvim61.exe <-- best php editor I have seen. use it all the time. (well the non-gui version but gui good for beginners) If you want to shell out some cash... http://www.activestate.com/Products/Komodo/ <---best IDE I have seen for PHP, recommend it. http://www.zend.co

RE: [PHP-WIN] PHP and Apache 2

2002-10-26 Thread Thoenen, Peter Mr. EPS
It works fine unofficially. Officially I believe 4.3 it is supported. -Peter > -Original Message- > From: erythros [mailto:erythros@;erythros.d2g.com] > Sent: Friday, October 25, 2002 16:52 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] PHP and Apache 2 > > > this is probably the wrong p

RE: [PHP-WIN] Notice: Undefined variable:

2002-10-24 Thread Thoenen, Peter Mr. EPS
RTFM would fix this in 2 minutes but trying to avoid work. First off, make that ... is not a block element and you can't place 's in it ... eg ... you can but its a) illegal b) bad form. But I digress. All your form variables are in the enviromental arrays $_POST and $_GET try -Pet

RE: [PHP-WIN] Install problems with PHP for apache

2002-10-21 Thread Thoenen, Peter Mr. EPS
Don't use the auto-installer. 1. Download the zip 2. unzip it to c:\php\ 3. copy php.ini to c:\winnt 4. copy php4ts.dll to c:\winnt\system32 5. vim httpd.conf at the following lines: LoadModule php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php .pht

[PHP-WIN] get all headers and IIS

2002-08-16 Thread Thoenen, Peter Mr. EPS
Hello, I see the getallheaders() function for apache but nothing for IIS ... anybody know a way to get all the headers for a request in IIS? -Peter ## Peter Thoenen - Systems Programmer Commercial Communications Camp Bondsteel, Kosovo ###

RE: [PHP-WIN] Code Conversion ASP --> PHP Example

2002-08-13 Thread Thoenen, Peter Mr. EPS
I know all of ZERO ASP but think I infer what you are trying to do from that code snippet. What you want is: #Do not need an ODBC conenction first off $connect=mysql_pconnect('localhost', 'user', 'password'); mysql_select_db('database', $connect); # Do the SQL query $resource=mysql_query('SEL