Author |
Message |
Topic: Form.. |
Valle
Replies: 19
Views: 29272
|
Forum: PHP Posted: Mon Apr 25, 2005 1:01 am Subject: Form.. | |
|
You could do something like this
<?php
$filename = 'storage.txt';
// Make sure we're using POST and that $_POST['name'] & $_POST['text'] isn't empy before we write to the fil ... |
Topic: PHP.ini (Win Abyss 1x & PHP5) |
Valle
Replies: 1
Views: 5208
|
|
While running the CGI version of PHP, I can set the path to the php.ini file but when I'm running the ISAPI version, I cannot and it will be default path. (e.g. C:\Windows\)
I use ISAPI and got C:\ ... |
|