Skip to content

frixou89/php-basic-form-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

1. Create the database

In the root directory the file example.sql includes the sql to create the database. Note that I've included database creation command as well. It will create a new database example

2. Create the config.ini file

Create a new file config.ini and set the database DSN settings in there. I have included an example in config.ini.dist

Notes

  • For apache, create a virtual host to land on /public directory
    <VirtualHost *:80>
        ServerName test.localhost
        DocumentRoot C:\xampp7\htdocs\example\public
    </VirtualHost>
    
  • To change the language use the language switcher on the top right

About

PHP: Basic form validation and i18n

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published