Yes i am useing this way to test scripts. On 10/30/07, Ken Robinson <[EMAIL PROTECTED]> wrote: > > On 10/29/07, Vishal Gaurav <[EMAIL PROTECTED]> wrote: > > Hello, > > Now i am able to use this test script. <?php echo"testing"; ?> > > but not > > <?php echo "This is a PHP line"; ?> > > if i remove space in this line <?php echo "ThisisaPHPline"; ?> then aple > to > > see thisisphpline. > > But If i donot remove the space nothing is displayed by browser, > > How can i fix it. > > How are you invoking your script, i.e. what are you typing in the > browsers address box? > > It needs to be http://localhost/path/to/your/script.php > > Ken > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: [EMAIL PROTECTED] > " from the digest: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
-- Vishal Gaurav