Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
20/06/2002 08:45:21
|
massimo
Newbie
Joined: 20/06/2002 08:39:53
Messages: 1
Location: Venezuela
Offline
|
Hi, Can I install the poll or any PHP scripts on a windows NT server, what do I need to do..
thank you
Massimo Malandrino.
Caracas, Venezuela
|
|
01/07/2002 21:25:41
|
Anonymous
|
y dont u just try huh?
|
|
14/07/2002 21:26:23
|
Anonymous
|
1: make sure php is working
to do this make a file called test.php
put this in the file:
<?php
phpinfo();
exit;
?>
and access it via. your browser.
If you see tables and everything, PHP is working, go to step 2.
If you just see the contents of the file, PHP is not working, or isn't configured to work with that extension, so you need to configure PHP to use the .PHP extension.
2: Make a directory in your site's directory. This may be called:
wwwroot
docs
htdocs
public_html
www
or similar. If there is no folder like this, just create this folder in the root directory of your webspace:
Make a folder in this directory called 'poll'.
Extract the contents of the 'textfile' folder that was in the zip file into this directory.
YOU *DO NOT* NEED TO CHMOD ANYTHING!
CHMODDING is for UNIX servers ONLY!
Now, you configure it and run the installer. (if I remember rightly, you'll need to edit config.inc.php or something, or maybe i'm wrong)
|
|
|
|
|
|
Based on the open source JForum
|