1) Cant get the PHP visible on the net (under win Server 2003) added a
service extension "php" and pointed it to my c:\php\php.exe all I get it a
security error. any ideas there ?


What is the web server you are using? There are diferent install procedures for each mainstream web server... I'm assuming that you are using IIS (whatever version is shiped with WS2K3RC2).

Check the install procedure for php. I've no idea what Windows Server 2003 (RC2 i presume, so it is still a alpha or beta grade, not for production or development purposes). Anyway, check the security constraints of the OS and assume for the rest that the server is similar to Windows XP (or Windows 2000 Server).

Trying to learn a new languange in a new environment (not yet production one) is a bit like skating in thin ice! For WS2K3 i would wait for the first service pack before trying to make experiments with it...

2) When making the radio buttons and testing them it doesn't stop me from
picking more then one button (in other words it will let me pick all 5 and
have them all selected at the same time ) how do I stop this ?

I think wagemage has answered that... it's a HTML thing...

3) Im assuming I will need to have an "answer" type php file so that the
page can return the results......will I have to have a different file for
EACH QUESTION!??!? as each question will be different ..

......This is beginning to look alot harder then I first imagined it would

That is correct. To do anything with a form, you will need a processing action (as stated in the action attribute in the form element).

4) if im not tracking any of the user info....do I need a SQL db ???

ANY HELP IS MUCH APPRECIATED !!!!!


That depends on what you are doing and for what purpose. Do you colect any info? If not you dont need any db watsoever (be it an SQL fluent one or not).



---
[This E-mail scanned for viruses by Declude Virus]


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to