Hi!

With high probability, your webserver does not invoke the php interpreter
for .php files.

To test it, create a file in the web directory named phpinfo.php and put the
following code inside:

<?php phpinfo(); ?>

If you get a large page with lots of information about php your webserver
does handle php files right, if you just get the line with phpinfo, your
webserver configuration is wrong.

Carsten


On Fri, Mar 6, 2009 at 1:08 PM, Vikaash <vikaash...@gmail.com> wrote:

>
> hai
> I m rightnow going through symfony jobeet tutorial.
> At the end of 3rd day after putting all the code when i run the module
> job in the browser i get   what i wrote in index.php file as per the
> tutorial.
>
>
> I m new to the symfony .pls help me.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to