You can create two articles and add the next HTML code to the first article:
Code: |
<form action="index.php?option=com_content&view=article&id=ARTICLE_ID" method="post">
ID: <input type="text" size="20" name="adt_tckimlik" />
</form>
|
Where ARTICLE_ID is ID of the second article.
In the second article load "ARI Data Tables" module which help "Content - ARI Data Tables" plugin, the code will look like:
Code: |
{aridatatables moduleId="MOD_ID"}{/aridatatables}
|
Where MOD_ID is ID of "ARI Data Tables" module.
Use the next SQL query in "ARI Data Tables" module settings:
Code: |
SELECT
*
FROM
`sonuclar`
WHERE
tckimlik = {$REQUEST:adt_tckimlik}
|
Regards,
ARI Soft