Are there restrictions on what can go inside the
Code:
//Start PHP Code
//End PHP Code
For example:
- Can we use a simple include or require statement for large code sections or functions?
- Do we have length restrictions?
- Can we make new SQL queries?
- Is there any PHP code that can't be used?
- Is there any PHP code that SHOULDN'T be used (different then can't)?
Stuff like that...
Thanks!