sub_ubi
Well-known member
I have a small, two page script that is working perfectly. I'd like to convert it to work within a Xenforo page.
index.html
script.php
The index.html allows the user to enter some text, which is evaluated by the php script.
the html calls the php through a "form action"
I'd like this all to be done within a Xenforo page.
index.html
script.php
The index.html allows the user to enter some text, which is evaluated by the php script.
the html calls the php through a "form action"
<form action="script.php" method="post">
I'd like this all to be done within a Xenforo page.