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
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
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
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
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
###
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