Page 1 of 1

Need an example online

Posted: Sat Nov 04, 2006 9:09 pm
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

Re: Need an example online

Posted: Sat Nov 04, 2006 10:07 pm
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...)

Posted: Sat Nov 04, 2006 10:25 pm
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.