Now I need to know, which file do I open to insert that information in? Please!
Regards,
Bijan
Code: Select all
<a href="http://dexxus/phpwcms/testscripts/test_form.inc.php" target=_new>Click HERE for Test_Form</a>Code: Select all
<div align="center"><a href=http://dexxus/phpwcms/testscripts/test_form.inc.php>
<img src="http://dexxus/phpwcms/testscripts/img/tfbutton.gif" border=0 alt="Test_Form Button"></a></div>Code: Select all
content title: Link to My Test Form ScriptCode: Select all
link list: Click Here to See My Test Form|/phpwcms/testscripts/test_form.inc.phpHi DeXXus,DeXXus wrote:I saw you ask that question in the other thread about {PHP:my_external.php}.
I assume {PHP:my_external.php} has it's benefits:
Immediate execution, allowing edit/update of the external code w/o need to go into article content editor, avoiding large cut/paste/edits of code, etc.
My simple thoughts are with the OTHER content types of the Article Editor:
HTML
Code: Select all
<a href="http://dexxus/phpwcms/testscripts/test_form.inc.php" target=_new>Click HERE for Test_Form</a>LINK LISTCode: Select all
<div align="center"><a href=http://dexxus/phpwcms/testscripts/test_form.inc.php> <img src="http://dexxus/phpwcms/testscripts/img/tfbutton.gif" border=0 alt="Test_Form Button"></a></div>
Code: Select all
content title: Link to My Test Form ScriptCode: Select all
link list: Click Here to See My Test Form|/phpwcms/testscripts/test_form.inc.php