[PHP] implementation of guest book

2007-06-29 Thread Shiv Prakash
any option for that and as of downloading is concern it was free, therefore I request you to help me out of this and solve my problem, Thank you Shiv Prakash Email Id 2. [EMAIL PROTECTED]

Re: [PHP] PHP and Webmin...

2002-01-29 Thread Prakash
PLEASE, can someone tell me how may I reach someone that can help me in this problem ?!? I've already asked in the PHP-DEV mailing list, but I've seen no answers at all also there...! IMHO, it can be very useful to use php as a remote administration language!!! thanks,

[PHP] PHP env variables; please read...!

2002-01-28 Thread Prakash
, running them as root, WHY doesn't work well with php scripts ?!? I think that the PHP need something, and not having it it suddenly stops... but what ?!? Are there some developer that can help ?!? (Writing Webmin modules in perl is not good, if you work mainly with php, and webmin ca

[PHP] Help me on server.

2001-08-21 Thread Hari Prakash
Hi, I'm a PHP Programmer. My collegue Java programmer need to connect a web page which is a php page programmed by me. While he is calling a php page thru apache he gets html o/p. But With IIS 5.0, he gets expection error. But the script is same. Can any one help me?. Hari. --- Outgoing ma

[PHP] help me on file writing

2001-04-06 Thread hari t.v.s prakash
hi, I'm hari. I've need a help from you. Pls look by code. $string="line1\nline\2line3"; $fp=fopen( "somefile", "w"); fwrite( $fp, $string); fclose( $fp); Then the file contents will be line1\nline\2line3 Instead I'm looking for. line1 line2 line3 Pls help me on some true program way.