Jump to content

buzzycoder

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by buzzycoder

  1. Want to go wild with PHP

  2. buzzycoder

    PHP Closing Tag

    If you're using php code in between html code like below : <html><head><title>Test</title></head><body><?phpecho "Hello";?></body></html> Then,it should have closing tag (?>).But,if you're entering only php code in it then without closing too it would run like below: <?phpecho "Hello";?> Hope this got you a answer !
×
×
  • Create New...