php-windows Digest 10 Mar 2005 23:56:06 -0000 Issue 2604
Topics (messages 25731 through 25735):
Looking for new php hosting service
25731 by: Jim MacDiarmid
25732 by: Jason Barnett
25734 by: Ron.Herhuth.tatumpartners.com
Reparse / reread php.ini
25733 by: Ordal, Peter
Re: XP and PHP
25735 by: Jim Plush
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Can anyone provide recommendations? I currently have a plan with
http://www.webhost4life.com however I'm becoming quickly unhappy with them.
Sometimes I wonder if they have the janitor doing tech support. I'm looking
perhaps going with http://www.10000mb.com/Hosting.html
but I was wondering if there was anything better? I'm looking for a decent
plan that I can host a PostNuke site with pnPHPbb2 and a classified ads
package I purchased recently.
Thanks much,
Jim
Northern Virginia Community Classifieds
http://www.nova-classifieds.com
--- End Message ---
--- Begin Message ---
Jim MacDiarmid wrote:
> Can anyone provide recommendations? I currently have a plan with
...
pair is good.
--
Teach a man to fish...
NEW? | http://www.catb.org/~esr/faqs/smart-questions.html
STFA | http://marc.theaimsgroup.com/?l=php-general&w=2
STFM | http://php.net/manual/en/index.php
STFW | http://www.google.com/search?q=php
LAZY |
http://mycroft.mozdev.org/download.html?name=PHP&submitform=Find+search+plugins
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
I have been very happy with Mediahost http://www.mediahost.com
Ron
>From: Jim MacDiarmid
>To: [email protected]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
>Sent: 03/09/2005 11:37 AM
>Can anyone provide recommendations? I currently have a plan with
>http://www.webhost4life.com however I'm becoming quickly unhappy with them.
>Sometimes I wonder if they have the janitor doing tech support. I'm looking
>perhaps going with http://www.10000mb.com/Hosting.html
>but I was wondering if there was anything better? I'm looking for a decent
>plan that I can host a PostNuke site with pnPHPbb2 and a classified ads
>package I purchased recently.
>
>Thanks much,
>Jim
>
>Northern Virginia Community Classifieds
>http://www.nova-classifieds.com
>
>
>
--- End Message ---
--- Begin Message ---
How can I force PHP to reread the php.ini configuration file under IIS 6?
I'm on Windows Server 2003, using the ISAPI extension (version 4.3.7)
I've tried turning off ISAPI caching, restarting the web site, restarting
the World Wide Web Publishing Service, and the IIS Admin Service to no
avail. I'd hate to have to restart the entire system just to change one
small directive.
Thanks,
Peter
--- End Message ---
--- Begin Message ---
just try
<?php
echo 'HEY PHP!';
?>
"Stan Holmes" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
> New at this game. I loaded php5 on XP with the php installer. I cannot
get
> a varable to parse. Can anyone help. I do believe it is with the
> instalation. I have checked the rights to the ini file and the the php
> directory - i gave full control to try and get it working. Set the path
> varable. Here is the code which is in the root directory of the IIS web
> site. Right are correct on these files.
>
> <html>
> <head>
> <title>PHP Test</title>
> </head>
> <body>
> <FORM METHOD="POST" ACTION="p-3-3.php">
> <BR> NAMES:
> <INPUT TYPE="TEXT" NAME="NAMES">
> <BR>
> <INPUT TYPE="SUBMIT" VALUE="SEND">
> </FORM>
> </body>
> </html>
>
> ==========================
> PHP FILE
> ==========================
>
> <?php
>
> echo ("Names=$NAMES");
> ?>
>
>
> My email address is [EMAIL PROTECTED]
> Thanks
> Stan
--- End Message ---