LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Alternative mysql+php+apache (https://www.linuxquestions.org/questions/linux-newbie-8/alternative-mysql-php-apache-482804/)

koscek 09-12-2006 12:41 PM

Alternative mysql+php+apache
 
is there any (easy) development can be done other than build a forum / mail server to show that i'm using this 3 element together mysql, php, apache (LAMP)...


need opinions from gurus or maybe guide

Caesar Tjalbo 09-12-2006 06:47 PM

Build a blog :D

Have a look at Drupal.org, you can have a forum and blog up in no-time, then take a look at what other people already have done with it. Should give you some inspiration and if that's not enough you can always help with bugfixing.

koscek 09-12-2006 09:08 PM

others
 
others than blog? any comment please

Wim Sturkenboom 09-12-2006 10:18 PM

Shopping cart
Reservation system
Helpdesk / call centre log system

NoStop 09-12-2006 11:26 PM

Quote:

Originally Posted by koscek
is there any (easy) development can be done other than build a forum / mail server to show that i'm using this 3 element together mysql, php, apache (LAMP)...


need opinions from gurus or maybe guide

Just google for a php script that creates a database table. If in fact the table ends up in mysql, then you know it is all working together.

Cheers,

Caesar Tjalbo 09-13-2006 04:44 AM

This isn't really a Linux question (and not a lot Apache either).

For a working webapp I don't recommend re-inventing the wheel again, you're better of using a existing basic application and expanding it to your own desires (Drupal for example handles a lot already like security and pagebuilding, there are many other base systems available).

If you just need to prove you can build a site with PHP & MySQL then the options mentioned by Wim Sturkenboom above will keep you entertained for awhile, same goes for a forum or mailserver. You should be able to find plenty code samples on the net to get you started.

chrism01 09-13-2006 09:30 PM

The usual very basic example is a system to track your CDs/DVDs/Books (whichever).
Store eg author/title/publisher (books) in DB tables, then write GUI forms in PHP to manage additions/deletions/updates & serve via Apache :-)


All times are GMT -5. The time now is 11:35 PM.