GithubHelp home page GithubHelp logo

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

View Code? Open in Web Editor NEW
7.0 9.0 17.0 326 KB

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

License: GNU Lesser General Public License v3.0

PHP 100.00%
php mysql bootstrap database festival greetings

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

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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

godaddy hosting is not supporting wish.php's all codes

we have 324 line of code in wish.php but after uploading this to my cpanel and opening the code editor in cpanel only 247 lines of codes are showing. but working perfectly with xampp.
so there might some issues with php version.
please check it

Which Php Version needed for it

i tried it in localhost worked fine but not working online after creating wishes index.php is fine
will you please tell me which php version is requires

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.