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?
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
583 PHP ssh2_scp_send fails to send files as intended
919 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
622 Uncaught (inpromise) Error on Electron: An object could not be cloned
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.