[ ## Free and Open Source ]
Happy New Year Name Wishing Web APP 💯
- Bootstrap CSS (Frontend Framework)
- PHP/MYSQL [PHP Version - version 5.6 or greater(PHP 7 Recommended) / MYSQL Version - 5.5 or greater / MariaDB version 10.0 or greater]
Watch demo in youtube - Demo
Forum Discussion - Join Now
Blog Post - Read Now
🐛 Fix W3 validation Errors
🐛 Fix Whatsapp W3 validation Errors & Warnings - Enode the Share Text Using PHP rawurlencode
🎨 Twitter Meta Tag Improvements
🎨 Add Ad Placements Slots
🎨 Update Google Font Lato to Ubuntu
🎨 Add Responsive Image <div class="post-content"><img src="build/image/example.png" alt="alt text"></div>
- SEO Friendly URL
- Social Meta Tags
- Mobile Responsive
- Proper canonical Tag
- Facebook & Whatsapp Share
- Light Weight
- Easy to Customize
Create Database Table for Store the user's Entries.
CREATE TABLE event_wishes
(
id INT NOT NULL AUTO_INCREMENT,
title VARCHAR (500) NOT NULL UNIQUE,
str VARCHAR (500) NOT NULL UNIQUE,
PRIMARY KEY (ID)
);
- Connect your Database
- open
db.php
& enter your Database user detailes & passwords - Next open
index.php
& update Web APP URL - Find the below line on
index.php
- Replace
http://localhost/newyear
it with your web app Home page URL
header("Location: http://localhost/newyear/$str");
- open
wish.php
- Find this Below line on
wish.php
- Replace
http://localhost/newyear/
it with your web app Home page URL Don't remove "/"
<form method="post" action="http://localhost/newyear/" class="form-inline">
- That's all Done - Happy Event :-)