I would like to create an interactive program in the command line for windows. I would like to use PHP as the language. I know that there is the command line download on php.net, but I do not believe that it supports mysql, or any kind of database. I also do not believe that there is HTTPS requests possible. I would appreciate anyone who could help me to solve this problem. I apprecite the help in advance. Thanks.
Asked
Active
Viewed 43 times
1
-
2http://php.net/manual/en/pdo.drivers.php, http://stackoverflow.com/questions/4042962/php-http-or-https – Kenney Feb 17 '16 at 17:21
-
Is there any other possible drivers? for example, I prefer to use mysqli. Also, I know that HTTPS is not set because when i run my program, it does not print out the expected variables. No error occurs. – Teddy Codes Feb 17 '16 at 17:24
-
What's the problem exactly? Do you have something like WAMP installed? – Kenney Feb 17 '16 at 17:25
-
I do not. I have XAMPP Installed on my server. I have the server program down, but I would like to create a CMD client application using PHP. Is this possible? – Teddy Codes Feb 17 '16 at 17:29