Regarding my project

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
karthiga
Forum Newbie
Posts: 1
Joined: Sun Mar 04, 2012 11:58 pm

Regarding my project

Post by karthiga »

Hai.. I'm Karthiga.. Now I'm developing "complete automation of Book Bank" for my college library using WAMP server.

WAMP is combination Windows, Apache, MySQL and PHP/ PERL. Now i'm developing software using php and mysql. I have more queries in that . Can I post queries of myself..

For my project book transaction is very mandatory process.. i need suggestion and ideas for that.. please anyone help me.
litebearer
Forum Contributor
Posts: 194
Joined: Sat Mar 27, 2004 5:54 am

Re: Regarding my project

Post by litebearer »

Have you written an 'outline' of the project? have you tempted any coding yet? have established what tables you need and created them?
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Regarding my project

Post by social_experiment »

karthiga wrote:Now I'm developing "complete automation of Book Bank"
litebearer raises a crucial point; you need to put down what you want this 'project' to do. Developing without an idea or goal in mind will lead to you halting the project midway (or even sooner).

Look at what is required for the automation process and list every option that you have to take into account when coding the project; once you have code or a solid plan post back for more assistance / questions
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
adhi91
Forum Newbie
Posts: 22
Joined: Wed Apr 04, 2012 8:54 pm

Re: Regarding my project

Post by adhi91 »

Hi,

Maybe a little of topic.
Are you going to use windows server for your production environment?
As I am experiencing problem during migrating from WAMP to ubuntu server.
IMO, better to develop in the server that you are going to use for production environment.
Don't use the installed package server.
If you are going to use ubuntu server check
http://www.howtoforge.com/installing-ap ... 11.04-lamp
Post Reply