Jump to content

php in template?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Hamed

Hamed

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 276 posts
I want to have php code in my template code (My code stores in one table in database) How can I convert them?

#2
Blimp

Blimp

    Programmer

  • Members
  • PipPipPipPip
  • 154 posts
Can you try a simplify this out for us, as I can't quite understand what you want doing?

#3
Hamed

Hamed

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 276 posts
If you see some template engine like smart y or template engine of VB you can use <?php ?> and also php code in them.
I want to have this for my program.