Taifun
July 2, 2021, 10:17pm
#21
did you follow the Setup?
https://puravidaapps.com/mysql.php
Setup
Put the PHP code on your web server
Set the SQLKEY in your app and in the PHP code, they must match for this code to work
Note : Don’t use special characters, see also here .
Setup your database connection information in the php script
Try out the code
especially Don’t use special characters for the SQLKEY …
Taifun
vknow360
(Sunny Gupta)
July 3, 2021, 1:54am
#22
@shoryu Please don’t share sensitive credentials.
Database username, Database password , SqlKey and Website URL should be limited only to you.
ravigarg
(Ravi Garg)
July 3, 2021, 8:54am
#23
Try changing your query to INSERT INTO tab(id,desc,price) VALUES(2,“bbb”,1.0).
shoryu
(shoryu)
August 25, 2021, 2:40pm
#24
Sorry, it was just a test bank that got deleted minutes later.
shoryu
(shoryu)
August 25, 2021, 2:41pm
#25
Same mistake. In fact, it looks like 000webhost doesn’t allow you to create passwords without special characters. As Taifun mentioned, they shouldn’t be used. I think that’s the problem.