This is a discussion on "Where to start in the development process" within the PHP Forum section. This forum, and the thread "Where to start in the development process are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Where to start in the development process
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Where to start in the development process
Rakuli your tutorial is definitely helpful in understanding php. I am wanting to develop an e-commerce site selling futon covers similar to this site: Just Futon Covers but they use php which I am totally in the dark with.
I really just dont understand where to start in the development process. Is it worth my time to learn how to use php first or just use traditional design methods? Basically, I want my final product to sort of mimic this site: Atlantic Dominion Solutions, but once again they use php. I have a pretty good understanding of regular old html. Also, what is the real benefit of using php over xhtml or html? Last edited by jeremyc; Oct 11th, 2007 at 19:39. |
|
|
|
||||
|
Re: Where to start in the development process
The benefit is that it produces dynamic content,
very easy to modify parts of the site, databasing, logins, sessions, and a lot more!
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
||||
|
Re: Where to start in the development process
There are Free e-commerce out there
__________________
The Net is Dying | Fan Rage | We are Battlefield heroes - BFH Forum Vanilla Source - Vanilla Help, and mods
Last Blog Entry: Whats your Niche? (Jun 10th, 2008)
|
|
|||
|
Re: Where to start in the development process
So php is makes the website much more dynamic and involved on the client side?
|
|
||||
|
Re: Where to start in the development process
Quote:
Examples of things you can do:
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
||||
|
Re: Where to start in the development process
Quote:
It's nice to hear that my tutorial has sparked your interest in PHP and I could go on for pages and pages about its benefits but will try to narrow it dow to some key benefits. Alex has pointed out some great specific possibilities with PHP but the 'ideas' for why to use it are just as important. One thing to keep in mind is that PHP itself won't make your pages more dynamic than they are currently. PHP won't give you drop-down boxes or sliding menus but PHP gives you the tools to maintain 'state'. The ability to remember a user from page to page, to store user preferences in a database and call them out when needed, the ability to make pages viewable only be certain users (say after they have logged in). One of the key features of PHP is the ability to embed it right in the middle of your pages. You can have XHTML page and put some PHP tags nested in to add some personalisation. eg
Not only does this make sense in having consitent display of data, you only have to update one file when making changes. In addition to PHP's great support for databases (specifically, the dream marriage with mySQL) it can manipulate files, send emails, create and edit images and PDF's. PHP is a scripting language that is commonly used to create HTML but it can output XML for RSS feeds, it can output Javascript and create log files and so much more In other words, if you plan to create an online shop or ecommerce site then you would crazy to bypass a server side scripting language. I reccomend PHP because it has a very shallow learning curve, it's free and very flexible. I hope that helps, feel free to ask more questions though, I'm happy to assist. Cheers,
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| website designing & development process | mss | Website Planning | 4 | Mar 21st, 2008 14:21 |
| Review of WOTM Process | Jack Franklin | Entry, Nominations and Voting | 0 | Feb 15th, 2008 19:11 |
| can get php to process my form, why? | enrique | PHP Forum | 15 | Dec 6th, 2006 19:52 |
| Script Process Time | Pheonix | PHP Forum | 2 | Oct 19th, 2005 06:22 |
| Form handling Process in ASP? | sazhagianambi | Classic ASP | 4 | May 27th, 2004 12:59 |