how to go professionally?
Nice to find this wonderful community.I am going to develop my first website.It should be database driven.No much work just simple database driven where customers will have record of their purchases and sellers will have their own things in inventory.
Before starting my work i want from you my respected senior friends to give me good step by step links,helpful articles or codes.So that my work could be made easy.
Thank You.
and love you.
Re: how to go professionally?
Visual Ad's Tutorial in the Sticky thread should make for a good start. :) and look for his thread on OOP in PHP. :D
Re: how to go professionally?
slice:
This link has a lot of good tutorials on PHP:
http://www.w3schools.com/
Re: how to go professionally?
Quote:
Originally Posted by oceanebelle
Visual Ad's Tutorial in the Sticky thread should make for a good start. :) and look for his thread on OOP in PHP. :D
I have already read it.
I am not new to programming.I have already well concepts of oop and syntax of php (50%).I want to seek your advice on building professional database driven website.
I am not master of any language but have worked to some extent Vb6,c++,java,vb.net,asp .Now i think you will have better image of mine and understanding of my question.
Thank You.
Re: how to go professionally?
Re: how to go professionally?
Love you too, slice. ;)
Oh wait, I forgot.. I LOVE YOU vbforums.com!!!! :wave:
Re: how to go professionally?
Hmm, well,
-keep your query counts low (less than 10) (I remember when I started, and I had 200+ queries because I had some SQL inside PHP loops.. whoops! :p)
-try and collect the data you need from the db first and then work on how your going to display it later on in your file to make things easier to read.
Having a secure login system will be a fun challenge :\
Re: how to go professionally?
Would you guide me according to your experiences ?
Re: how to go professionally?
From where i have to start to build database driven website.There will be one end for customers and one end for sellers.
Re: how to go professionally?
so your saying..
there will be a table for sellers and a table for buyers?
Re: how to go professionally?
I am asking about "professional approach" for building professional websites.
Re: how to go professionally?
In what area? Application design? Business practices?
Re: how to go professionally?
More info into what your trying to accomplish will help us; help you.
Re: how to go professionally?
Here i am giving overview of my application and in next posts detail if needed.
I want to build database driven website.Where buyer will register account and can see what things are available for him to purchase.He will select them and process the order.
And sellers will have to register and in their account the can check which buyer has order for what and they can lock buyer's request if they would have that particular product in their store.
And what i really want to ask from you is about the professional apporach/start to build these kind of websites.I will not bother you about syntax or logic used in development.
Thank You.
Re: how to go professionally?
If you want to do it really professionally, learn about 3-tier application design, and model-view-controller design.