Page access to post value

Asked 1 years ago, Updated 1 years ago, 38 views

I am currently using smarty.
Among them, I would like to access a specific page from the front page.
The destination is controlled by the post value.
I understand that addressing the location of tpl does not work, but
For example, if the post values are xxx=1 and xxx=2, where and what should I specify?
Can I access pages xxx=1 and xxx=2?

php smarty

2022-09-30 19:26

1 Answers

If certain pages are controlled for access under POST data conditions, you must pass the POST data to a specific page.

To pass POST data, you must submit it in the input form.
Please refer to the following to perform the screen transition using the form.
Submit Form Data
https://developer.mozilla.org/ja/docs/Learn/HTML/Forms/Sending_and_retrieving_form_data


2022-09-30 19:26

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.