Este Sistema de Rifa en Línea con PHP y MySQL permite gestionar facilmente la generación de tickets para los sorteos, muestra los ganadores, y el número del intento.
En esta aplicación puedes añadir y eliminar los participantes, sencillamente, no es necesario acceder con un login, el software es plenamente funcional.
Explanatory video (spanish)
Puesta a punto del Sistema de Rifa en Línea con PHP y MySQL en un servidor local
Previous Applications
To install the application on a local server, I recommend the prior installation of the following applications:
XAMPP, Git, Visual Studio Code
XAMPP is the application in charge of implementing a apache server for them to work scripts PHP on a local computer.
Git is the world's most widely used repository manager, with which you can cleanly download code from GitHub.
Visual Studio Code is the world's most popular code editor, which I highly recommend in virtually every post on this blog.
Download GitHub App
El siguiente es el enlace de descarga de repositorio de GitHub de la aplicación de Sistema de Rifas hecho en PHP:
Configuración del Sistema de Rifa en Línea con PHP y MySQL para su funcionamiento en tu ordenador
You must install the mentioned applications, with all the default parameters, after this procedure, from Visual Studio Code, you must open the following location:
C:\xampp\htdocs
From this location in Visual Studio Code, click View, Terminal. Inside the Terminal you choose the Git Bash option and copy the following code:
git clone https://github.com/configuroweb/rifa.git
The folder will be created rifa, inside the htdocs folder. Next, you must open XAMPP on your computer, activate the Apache and MySQL services, and access the following URL, to create the store-mail database:
http://localhost/phpmyadmin/index.php
Base de Datos del Sistema de Rifa en Línea
For the application to work correctly, from phpmyadmin, you must create the database with the name rifa, then you must access the SQL section and paste the code found in the following link:
Sistema de Rifa en Línea con PHP y MySQL
Subida del Sistema de Rifa en Línea en PHP y MySQL a un hosting
Due to the simplicity of the application, I will not address the issue directly, in the following related video (spanish), I explain the process at a general level:
If you still have doubts about the process of setting up the application on a local server You can still see in the following publication in more detail the implementation of PHP applications:
Any questions I remain pending, if you require more PHP applications, in Python or JavaScript I recommend you subscribe to my content on Youtube and be on the lookout for any changes, that I make.
One comment