Need help in making billing with php open source

Asked By 0 points N/A Posted on -
qa-featured

Hello everyone.  Can someone help me in making an online system billing with PHP open source and MySQL as the back end?  I'm trying to create a multi-purpose billing system and management that is web-based.  I'm running on Windows xp 32 bit sp2 and I use Mozilla Firefox as my browser.  Thanks.

SHARE
Answered By 0 points N/A #155070

Need help in making billing with php open source

qa-featured

Hello Waltere Stone,  

                                      We are here to help you.    For making online billing system, you need the basic knowledge of HTML & PHP as well as MYSQL.  You need the following tools

1.       Apache Server ( To run PHP Scripts)

2.       MySQL Server (To run MySQL databases) (You can use XAMPP Server, it contains both Apache and MySQL server).

3.       Notepad (for writing code), Or Notepad ++,  If you don’t have programming knowledge of HTML , PHP, You need the advanced tool for html, PHP like Dream weaver, net beans

4.       After that,  start your creation in HTDOCS folder where you installed the Apache server. Your main page name should be index.html or index.php

You can run your coding in Firefox by filling this link

127.0.01/your creation name or folder name,  127.0.0.1 is the default ip of your Apache server, You also can use localhost instead of 127.0.0.1. 

Related Questions