Synner667 wrote:
This is probably easy to sort out, but it's a stumbling block for me.
I can put together PHP scripts that work fine, on their own.
I can put together webpages using Create and HTML in the Embeds.
But I'm having trouble inserting PHP scripts into a Create webpage.
If I just insert the PHP script into the Embed [treating it like the HTML], it trails off the page and doesnt work [yes, I know the PHP script won't be actioned without it's handling server].
Can anyone give this chap some guidence - step-by-step would be good, pictures would be good, worked example would be most helpful.
I'd recommend, if at all possible, not using Create to add the PHP. I'd recommend using a plain text editor like TextWrangler to insert the PHP. To make sure you put it in the right place, assuming you're not comfortable enough with raw HTML to find it, you could insert some recognizable placeholder text as an embed (something like *****PHP GOES HERE*****). Then open the resulting HTML file in TextWrangler or whatever, and paste in the PHP code that way.
Upload it, confirm that it works, done.