php-windows Digest 14 Apr 2002 01:36:06 -0000 Issue 1092

Topics (messages 13075 through 13079):

Re: Instructions on how to resolve a DNS
        13075 by: Curtis Strite

Re: Tutorials on stored procedures using SQL Server
        13076 by: Fabian Deutsch

Premature end of header script
        13077 by: M.L.

Re: String reduce
        13078 by: Hugh Bothwell

Re: PHP and Windows (newbie!!)
        13079 by: olinux

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 ---
Go to www.dyndns.org.  

I use their server for www.killerpigs.com and www.madwhiteman.com both
of which are run of a domain hosted locally at my house. 

Enjoy!



-----Original Message-----
From: R.S. Herhuth [mailto:[EMAIL PROTECTED]] 
Sent: Friday, April 12, 2002 9:03 AM
Cc: [EMAIL PROTECTED]
Subject: [PHP-WIN] Instructions on how to resolve a DNS


I am interested in serving up my own domain from my home computer
running the latest release of Apache on Windows 2000.  I have a domain
name already registered.  Does anyone know where I can find instructions
on how to set up my domain name to point at my server?

Thanks,
ROn

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


--- End Message ---
--- Begin Message ---

"Marck D Pearlstone" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi Fabian,
>
> @13 April 2002, 02:07:26 +0200 (01:07 UK time) Fabian Deutsch wrote
> this to [EMAIL PROTECTED]
>
> >> Anyone know of any internet based tutorials on using stored
> >> procedures with SQL Server?
>
> FD> What exactly do u mean? storing functions in an database?
>
> SQL servers can store pre-programmed sequences of SQL instructions in
> a "subroutine" type format for simplified execution of standardised
> functions. These are known as Stored Procedures.
>
> --
> Cheers -- .\\arck D. Pearlstone -- Consultant Software Engineer
> ___________________________________________________________________
> \ BrainStorm - Brain extension - see http://www.brainstormsw.com  /
>  \ PGP Key ID: 0x929DCDA0     | www: http://www.silverstones.com /
>
>

Thanks now I've got an idea :)

fabian deutsch


--- End Message ---
--- Begin Message ---
Hi,

I have configured Apache 2.0 in a Windows 2000 Prof. version. The web server
is working fine except for the php scripting  ( perl is ok though ). For all
the php pages I have tried I always get the same error :"Premature end of
header script", I have tested the same php scripts in the command line and
they run without error. Any ideas? I have been surfing the net the for a
while and I have found lots of comments on this problem but  no clear
solution. ( the php output seems ok to me:  there is a blank line after the
headers ). I am using php-4.1.2.
thanks

m.l.




--- End Message ---
--- Begin Message ---

"Kriegers Horst" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi all,
>
> how can I replace the n ; with only one
>
> Mot1;;Mot2;;;;;;;;;;;;;Mot3;;;;;;Mot4;;;;;;;Mot5;;;;Mot6
> ==>
> Mot1;Mot2;Mot3;Mot4;Mot5;Mot6

alternatively,

$newstr = preg_replace("/;+/",";",$str);


--- End Message ---
--- Begin Message ---
open httpd conf witha text editor (you can find it in
the apache root folder)

find DocumentRoot and change it to whatever you like.
(I think that you will need to change this in 2
places.)

For my setup I have d:\projects\ as the root web
folder. All of my website projects are contained in
folders inside "projects" 

thus localhost/websitename/ retrieves the website
project

olinux

--- Tiago Simões <[EMAIL PROTECTED]> wrote:
> Hello everybody!
> 
> I'm just entering the wonderful world of PHP and i
> already have a doubt. I
> installed the apache server on my Windows ME :-p, to
> use for local tests. I
> have to acess it manually (meaning i have to click
> the apache startup
> everytime i want to do something...). Anyway i
> proceded to install PHP (on
> c:\php\, and everything went ok. I test my first php
> file ( a simple echo
> command) at the http://localhost directory (or
> c:\program files\apache
> group\apache\htdocs). It all went ok. So i started
> wondering if it detected
> a php outside of that path, like in the desktop or
> some other folder (since
> i'm very keen on having my sites in specif 
> folders). Unfortunately it
> didn't, it just showed the php as a txt file. Is
> there anyway to make the
> files readable everywhere?
> 
> Thanks in advance,
> Tiago Simões
> 
> 
> 
> 
> 
> 
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
--- End Message ---

Reply via email to