PDA

View Full Version : echo a form in PHP-Module


delicjous
03-18-2015, 11:38 AM
Hello,

could anybody show me how to echo a form in PHP-Module?

I try all variants of the code I found all about the internet... but nothing worked!

Please could anybody help...because its look like you couldn't set no html in the php-module.

Thanks

Wayne Luke
04-04-2015, 03:19 AM
What methods did you try? This works for me:

echo "<button>Text</button>";

delicjous
04-07-2015, 04:35 PM
Sorry,

delete my testforum.

After I don't get any answer here I did it with a <a href="mailto...Link.

But still thanks for your answer...

It was something like this:

echo '<form action="'.$_SERVER['PHP_SELF'].'" method="post">
<input type="submit" name="Submit" value="Fortsetzen..." /></td>
</form>';

But like I said I don't remember the complete code.

Thanks

If you have any Idea: I try to make a form like in sitebuilder to invite new users.

https://vborg.vbsupport.ru/showthread.php?p=2537837#post2537837