I need your HELP!!!!
How could I generate sales reports using PHP and MySQL......izzit possible....
PHP and MySQL Questions
Moderator: General Moderators
PHP and MySQL Questions
Last edited by pernks on Wed May 12, 2004 10:07 am, edited 1 time in total.
- launchcode
- Forum Contributor
- Posts: 401
- Joined: Tue May 11, 2004 7:32 pm
- Location: UK
- Contact:
-
magicrobotmonkey
- Forum Regular
- Posts: 888
- Joined: Sun Mar 21, 2004 1:09 pm
- Location: Cambridge, MA
- CoderGoblin
- DevNet Resident
- Posts: 1425
- Joined: Tue Mar 16, 2004 10:03 am
- Location: Aachen, Germany
Yes it is possible.
First off you need a more detailed requirements list.
( Then you need to read about databases.
Then you need to read about PHP )
Then you need to design your database structures
Then you need to design your basic HTML and workflow.
Then you need to build up your SQL database
Then you need to code PHP to interact with your database and create the HTML
Then you need to perform testing
Finally you need to release to the audience.
OK I'm not sorry that this is very top level and could be taken as being sarcastic. Without having any more detailed explanation of what you mean by sales reports people can not give you any more detailed explanation.
These boards do not provide complete solutions. You may want to look on the web if you do not want to pay someone to build it for you. An example site is
http://www.interakt.ro/products/benefits_8.html
I am sure there are others.
NOTE Never used the above link as I tend to code my own things.
First off you need a more detailed requirements list.
( Then you need to read about databases.
Then you need to read about PHP )
Then you need to design your database structures
Then you need to design your basic HTML and workflow.
Then you need to build up your SQL database
Then you need to code PHP to interact with your database and create the HTML
Then you need to perform testing
Finally you need to release to the audience.
OK I'm not sorry that this is very top level and could be taken as being sarcastic. Without having any more detailed explanation of what you mean by sales reports people can not give you any more detailed explanation.
These boards do not provide complete solutions. You may want to look on the web if you do not want to pay someone to build it for you. An example site is
http://www.interakt.ro/products/benefits_8.html
I am sure there are others.
NOTE Never used the above link as I tend to code my own things.