Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP on Windows?

Status
Not open for further replies.

benzito

ISP
Jan 8, 2002
144
US
Hello all...

New convert to PHP here... I want to start using PHP scripts on the dept. website @ work. Big corporation, so I need to submit a Trouble Ticket to get any questions answered [evil] . I'm not even sure what to ask them, but I want to cover all bases in my initial submission. I know I'll need to know the version of PHP (if any) that is installed on the server. I believe the server is windoze, does that present any special probs. If PHP is avail., will I need to create any special files or folders in my site folder to be able to utilize it? I want to be able to create forms that send email (not via "mailto:"). Will there need to be something besides PHP loaded on the server to accomplish this?

Sorry for the low-level questions...but I thought I'd ask the Experts before I ask the "Experts" [thumbsup2]

ANY sugesstions will be greatly appreciated!

Benzito
 
well if PHP is enabled it is probably assoc with the .php or .php3 documents throughout the site.

there are practically no differences in the versions of PHP hosted by IIS(windows) or apache etc.

to send email using PHP, you will probably need sendmail and/or another CGI prog to process the email such as formmail from Matt's Script Archive. Though there are others...

regards

adam hadley
Fractal Impact: New Media Design Agency
 
Thx chromonium...It appears I'll have to stick w/ asp a little while longer. I tried installing a simple "hello.php" file on the server and there was no output. Doesn't look like PHP is installed. Oh well once the help desk gets around to my ticket, maybe then....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top