Need an example online

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
SaharaWizard
Forum Newbie
Posts: 2
Joined: Sat Nov 04, 2006 6:45 pm

Need an example online

Post by SaharaWizard »

Hello guys
New here. I need to see a good example of what PHP can do. Does anyone have a good example online? Or can you suggest something. I am traditionally a VB developer and now I need to develop a small application to run on a web server. I need to build forms to create acounts. Open accounts, update or delete acounts. also some minor send and receive data stuff. Can u suggest a web site that has these stuff? Using PHP of course.

All data is going to MySQL whcih I am told is the best for PHP.
Any suggestion would be gratly appreciated
SW
New immigrant from VB to PHP
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Re: Need an example online

Post by timvw »

SaharaWizard wrote:Hello guys
New here. I need to see a good example of what PHP can do. Does anyone have a good example online?
How would you define "good example"? Simply look at this forum software, it's written in php and you can add/edit/delete messages...
SaharaWizard wrote: All data is going to MySQL whcih I am told is the best for PHP.
Don't take anything for granted. Ask them why MySQL is supposed to be the best for PHP. (Personally i consider MySQL as a popular, but far from a better sql dbms...)
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

http://www.hotscripts.com/PHP

go to the Scripts & Programs section and view the categories.

Select a web app and usually it has an official site associated with it.

From there, look for a demo.


PHP can do it all, and depending on the developer, it can do it all very well.
Post Reply