S
S
sinistra172015-12-18 22:59:53
PHP
sinistra17, 2015-12-18 22:59:53

How to display information from forms in joomla in php script?

It is necessary to send the information entered by the user from the form to the php script for further processing (for example, assigning a value from a field to a variable, this is essentially not important).
The $_POST method does not send data.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly Vitaly, 2015-12-18
@V_Tjuryakin

I practically did not contact Joomla, but after looking at the documentation I found this.
1. This is an option to get the entire $_POST like this:
2. Get the required field
$param = JRequest::getVar('название поля');

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question