If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Advanced Poll on Win NT Server?  XML
Forum Index » General Discussion
Author Message
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
[WWW] [MSN]
Anonymous



y dont u just try huh?
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)
 
Forum Index » General Discussion
Go to:   
Based on the open source JForum