Error 400 - Bad Request

Then why are you writing in the php:

Just a sample man above,
I am using like that:

/************************************CONFIG****************************************/
//DATABSE DETAILS//
$DB_ADDRESS="localhost";
$DB_USER="u109863032_financas";
$DB_PASS="S1@@md:g";
$DB_NAME="u109863032_financas";

//SETTINGS//
//This code is something you set in the APP so random people cant use it.
$SQLKEY="S1@@md:g";

/************************************CONFIG****************************************/
1 Like

Solved!
I Just changed SQLKEY to string without special caracter and now works

3 Likes

I think this is import to say on tutorial

1 Like

:partying_face: :partying_face: :partying_face:

1 Like

Agree…May be @Taifun can check that…

1 Like

Thanks @Mohamed_Tamer and @pepocero for suport.

1 Like

You’re welcome :sweat_smile: :grin: happy you got your solution.

1 Like

note added in the documentation
thank you

Taifun

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.