PHP and MySQL Questions

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pernks
Forum Newbie
Posts: 10
Joined: Wed May 12, 2004 10:03 am

PHP and MySQL Questions

Post by pernks »

I need your HELP!!!!
How could I generate sales reports using PHP and MySQL......izzit possible....
Last edited by pernks on Wed May 12, 2004 10:07 am, edited 1 time in total.
User avatar
launchcode
Forum Contributor
Posts: 401
Joined: Tue May 11, 2004 7:32 pm
Location: UK
Contact:

Post by launchcode »

Congratulations for posting the most impossible to answer question ever.

Some code might be helpful? Hell... anything would be helpful!
magicrobotmonkey
Forum Regular
Posts: 888
Joined: Sun Mar 21, 2004 1:09 pm
Location: Cambridge, MA

Post by magicrobotmonkey »

nope, this is the most impossible to answer question ever:
How could I display images shared into mysql.......thanks for your help..
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

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.
Post Reply