Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
August 13, 20159 yr Can you be more specific about where/how exactly you want to use PHP in Pages? In templates, it works like this:
August 13, 20159 yr Author What I'm trying to accomplish is a html form that when submitted runs a SQL query and searches a table I createdReturns a list of results I have code but it wont run in ip pages for some reason
August 14, 20159 yr Have you done it?I tried echoing a word by wrapping it with 2 curly braces on each end, and it did show but shows some errors.{{ echo "test"; }}
August 14, 20159 yr Have you done it?I tried echoing a word by wrapping it with 2 curly braces on each end, and it did show but shows some errors.{{ echo "test"; }}Don’t do that. ;-) That’s not how templates work. See the link to the documentation I posted above. A Hello World example should look like this:{{ $myvariable="Hello World!"; }} {$myvariable}
Archived
This topic is now archived and is closed to further replies.