+ 1
php
hi there i am trying to do my html page on sublime text and i want to make a registration and login form with welcome page and i must install phpmyadmin on the local host can some one give me a full guide or ready source code i really want help!! thx!!
3 Respostas
+ 1
It is a lot to explain but this tutorial looks like a good match for you:
https://www.tutorialrepublic.com/php-tutorial/php-mysql-login-system.php
+ 1
Yes, WAMP is available for Windows. It can be downloaded from: https://www.wampserver.com/en/
That installs PHP, MySQL, Apache HTTP Server. It often includes phpmyadmin but I'm not sure if that's always the case.
An installation tutorial for installing to Windows 10 is at:
https://www.youtube.com/watch?v=d5CeyhpG3nA&t=9
When WAMP runs all services, its icon will go green. If Apache HTTP Server runs on port 80, you can talk with it from your web browser by going to http://localhost/
phpmyadmin will usually be available from http://localhost/phpmyadmin
If Apache HTTP Server runs on another port like 8000, the URL must specify that like http://localhost:8000 and http://localhost:8000/phpmyadmin
XAMPP is also available in Windows and is very similar but WAMP seems a bit easier.
0
but can i do it here bc i do not know how to run the php files on my windows?