how to host php-cgi script on free account

hi I want to host php-cgi and I can find anything

What do you mean by hosting php-cgi? PHP processors are already installed on our servers to run websites. But it’s a shared server, meaning you can’t install your own PHP interpreter.

@Admin said:
What do you mean by hosting php-cgi? PHP processors are already installed on our servers to run websites. But it’s a shared server, meaning you can’t install your own PHP interpreter.

I mean to host php as cgi

@Fun4TubeGr said:

@Admin said:
What do you mean by hosting php-cgi? PHP processors are already installed on our servers to run websites. But it’s a shared server, meaning you can’t install your own PHP interpreter.

I mean to host php as cgi

I still have no clue as to what you’re referring to. PHP scripts are executed by the PHP interpreter installed on the servers. What does the specific execution method or CGI have to do with that?

null
Sendig data to MySQL database

@Fun4TubeGr said:
null
Sendig data to MySQL database

I’m still confused what php-cgi has to do with that. Talking to the MySQL database is done with the mysqli or pdo libraries, which are shipped with PHP regardless of the execution method.