hai,
i am facing problem. i clearly mentioned in the attached file.

please reply i a held up.

regards,


_____________________________________________________
Chat with your friends as soon as they come online. Get Rediff Bol at
http://bol.rediff.com


dear richard,
[EMAIL PROTECTED]

i am php new starter. i am impressed by your code in zend.com.
i request your help in running php program. 
i explain what i have done.

my operating system is win98.

i am following the procedure mentioned in the text book called "BEGINNING PHP4" BY 
wrox publication.

i installed pws , php4 from phpwin.de. and i have ie5.

i unzipped php4 say in g:\php\ hard drive


1. i copied php4ts.dll to c:\windows\system\
2. i copied all *.dll files from dlld directory to c:\windows\system\
3.i modified php.ini  and saved in c:\windows
which looks like this: extension_dir=g:\php\extensions
4. i typed in notepad 

REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svs\parameters\Script Map]
".php"="g:\\php4\\sapi\\php4isapi.dll"

SAVED in g:\php\ AS PWS-php4.reg and double clicked to set up personal web server

and clicked ok.

5. testing: i wrote one simple program say date.php 
<html>
<body>
        The date is
        <?php echo gmdate(" M d Y");
        ?>
</body>
</html>

saved in c:\inetpub\wwwroot of personal webserver.

6. now i am calling this program from internet explorer typing url:
http://localhost/date.php

on browser i am seeing only " The date is "

when i see view source i am seeing only

<html>
<body>
        The date is
        <?php echo gmdate(" M d Y");
        ?>
</body>
</html>

i am getting only html display portion only.

now i am not getting output. it don't diaplay any thing.

kindly mail me whether i have done is correct. if not please send instructions how i 
have to go about.

i am badly need help. i would be thankful, if you extend help.

regards,
kyreddy
Lister Technologies
india





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to