How do I get data from the Moralis database from php? I know I can do this by POSTing data from JavaScript but I heard this isn’t secure.
To re word it:
Is there a way to access data from Moralis database with just PHP? I am trying to pass a data from Moralis database to PHP but realized this isn’t secure since use a hidden form which can be easily changed using inspect element. To prevent this, I need a way to access the data directly from PHP.