Giter Site home page Giter Site logo

awais6 / happy-new-year-wishing-web-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mskian/happy-new-year-wishing-web-app

0.0 1.0 1.0 326 KB

Happy New year Wishing web app - Bootstrap - PHP/MYSQL

License: GNU Lesser General Public License v3.0

PHP 100.00%

happy-new-year-wishing-web-app's Introduction

Happy New Year Wishing Web App

[ ## 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]

Demo

Watch demo in youtube - Demo

Forum Discussion - Join Now

Blog Post - Read Now

Recent Changes

๐Ÿ› 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>

Features

  • SEO Friendly URL
  • Social Meta Tags
  • Mobile Responsive
  • Proper canonical Tag
  • Facebook & Whatsapp Share
  • Light Weight
  • Easy to Customize

Customization ๐Ÿ”Œ

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 :-)

happy-new-year-wishing-web-app's People

Contributors

mskian avatar

Watchers

 avatar

Forkers

zeeshan6

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.