Quote:
Originally Posted by squidsk
I ran that through the php lint and it didn't turn up any errors, but line 3 looks like it doesn't belong in a php file.
Line 3:
Code:
name="dbtech_thanks_button" data-postid="{$post[postid]}" data-button="{$button[varname]}
This looks like it belongs to a template, not php code.
|
Just realised the snippet of code you posted is missing the " at the end of data-button which has resolved the issue. Crazy.