cd C:\Apache24\bin
httpd -k install
httpd -k start
extension_dir = "ext"
extension=curl
extension=gd
extension=mbstring
extension=mysqli
extension=openssl
extension=pdo_mysql
LoadModule php_module "C:/PHP/php7apache2_4.dll"
AddHandler application/x-httpd-php .php
PHPIniDir "C:/PHP"
httpd -k restart
<?php phpinfo(); ?>
<?php
$mysqli = new mysqli("localhost", "root", "your_password", "your_database");
if ($mysqli->connect_error) {
die("Connection failed: " . $mysqli->connect_error);
}
echo "Connected successfully";
?>
Med Handyhand kan du nemt få hjælp til installation af Apache, PHP og MySQL. Opret din opgave gratis, og modtag bud fra dygtige håndværkere på få minutter. Gør din webudvikling lettere ved at lade eksperterne tage sig af installationen!