How to Install Apache, MySQL, and PHP - 3 - PHP

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

The PHP code likes are:
LoadModule php5_module "c:/php/php5apache2_4.dll"
AddHandler application/x-httpd-php .php
PHPIniDir "c:/php"

peterbkmo
Автор

As of right now (27th of December 2015) change LoadModule php5_module "c:/php/php5apache2_4.dll" to LoadModule php7_module "c:/php/php7apache2_4.dll"

Basically change the "5s" to "7s"

gekotagirl
Автор

Bucky's Back! [Cancel Game of Thrones Marathon]

tekcomputing
Автор

Syntax error on line 532 of C:/Apache/conf/httpd.conf: Cannot load c:/php/php5apache2_4.dll into serve
any solution

akashpatel
Автор

First of all, I just love these videos because I like the hands on and visual directions on how to do projects. I have only had one problem on the 3rd video "How to Install Apache, MySQL, and PHP - 3 - PHP." At the time 2:51 of the video I could not find the correct link for the 3 lines of codes for the httpd.conf file. The quality of the video is hard to see the correct code needed to move forward in the rest of the series of videos. Any help of the actual code or correct link would be helpful. Thanks Michael

michaelrubino
Автор

What is the purpose of XAMPP? thank youu

kellygenevillaluz
Автор

"Tuna baby", Oh Becky you've haven't changed a bit :D

joey
Автор

I tried everything in the comments and all I get is "httpd: Syntax error on line 532 of C:/Apache/conf/httpd.conf: Cannot load c:/php/php7apache2_4.dll into server: The specified module could not be found." no matter what I do.

t-bi
Автор

is there a way to configure apache to run at windows start up, or as a service?  also, for convenience sake I'd tack C:\Apachce\bin onto the end of the PATH environment variable just to save keystroke(as you can type httpd at any cmd prompt and it'll run), great work man looking forward to more

masterhiram
Автор

For php7 and Apache 2.4.18 I used this in the HTTPD.CONF file instead of what the video had:
Load Module php7_module "c:/php/php7apache2_4.dll"
AddType application/x-httpd-php .php
AddHandler application/x-http-php .php
AddType text/html .php
AddHandler php7-script .php
PHPIniDir "c:/php"

and tuna.php finally worked for me. Otherwise it was giving me a blank page.

arsarc
Автор

You have published the video with a wrong sequence. However I am happy, because I should not wait this part :)

lordgluck
Автор

what is the source code which burcky has written at the end to connect

monis
Автор

i hate to leave a negative comment because I love most of the videos, but I used the link to the form and its impossible to find the code to add to the Apache Configuration file for PHP. It would have been better to just put it in the video. if anyone can help please let me know

dennisburlison
Автор

Is there anything wrong with using the old version that bucky's using?

libertysomething
Автор

question! is there a way to run php without having to put all the files under apache folder?

oatlylatte
Автор

This is cool BUT, php will not run unless the command prompt is open. What is going on? I want it and Apache running all the time

nicolasarkin
Автор

when i ran "localhost/tuna.php" my browser shows the whole syntax ...what should i do?

prameshshakya
Автор

how to create batch file for running apache direcltly?

kiranpatel
Автор

i dont get the tuna baby screen
Not Found
The requested URL /tuna.php was not found on this server.
:*( what did i do wrong someone helpt please??

smoothboy
Автор

Hi I'm in 2017 what would the code be

wo