2010-08-21, 01:20:17
(This post was last modified: 2010-08-21, 01:23:38 by ceramic ring.)
vsky Wrote:Do you use it locally? If not
try to use the 2nd method:
Code:Add this code above your <html> tag call.
<?php if (function_exists('sc_mail')) { sc_mail(); } ?>
And, add this anywhere on the page to display the form.
<?php if (function_exists('sc_form')) { sc_form(); } ?>
thx for helping out there man.
now that i think i ve found the missing point:
Add this code above your <html> tag call.
<?php if (function_exists('sc_mail')) { sc_mail(); } ?>
is here where it should be placed?
<?php if (function_exists('sc_mail')) { sc_mail(); } ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>