The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Array code showing up in the page - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: API (https://forums.formtools.org/forumdisplay.php?fid=17) +--- Thread: Array code showing up in the page (/showthread.php?tid=221) |
Array code showing up in the page - blackdog - Jul 22nd, 2009 This part of the API code is showing up in my page. Any ideas? "Next Step", "next_page" => "trdqual-3.php", "form_data" => $_POST); ft_api_process_form($params); ?> RE: Array code showing up in the page - Ben - Jul 24th, 2009 Hey blackdog! If your page a .php page? Note that you can't add PHP to a .html or .htm page - only PHP pages! That's the most likely culprit. If it IS a PHP page, check your tags. All the PHP should be wrapped within these: PHP Code: <?php Good luck! ![]() - Ben |