PHP
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

O que eu preciso?> <O que o PHP pode fazer?
Last updated: Fri, 30 Jan 2009

view this page in

Um simples tutorial

Índice

Aqui nós iremos mostrar o básico do básico do PHP em um curto tutorial. Este texto fala somente sobre a criação de páginas dinâmicas com o PHP, visto que o PHP pode criar mais do que somente webpages. Veja a seção entitulada O que o PHP pode fazer para mais informações.

Fazer páginas com PHP é o mesmo que criar páginas HTML e você pode criá-las e editá-las da mesma maneira que faz com suas páginas HTML normal.



O que eu preciso?> <O que o PHP pode fazer?
Last updated: Fri, 30 Jan 2009
 
add a note add a note User Contributed Notes
Um simples tutorial
Marco
21-Jan-2009 06:44
I've found a number of sources that are highly conducive to the upbringing of an inquisitive PHP apprentice. With regard to tutorials and sampling, http://www.allsyntax.com is a great resource to outline a foundation in developing ones PHP programming skill set. Don't be affraid to setup your own Apache server and MySQL database to test your knowledge on your local machine before making your work public to the world.
jason dot khov at gmail dot com
28-Dec-2008 07:49
Don't worry about installing your own LAMP environment.  (Linux, Apache, MySQL and PHP)

On windows, you can download and install WAMP.  With one installation and you get an apache webserver, database server and php.
http://www.wampserver.com

On mac, you can download and install MAMP.
http://www.mamp.info/

Saves me a lot of headache to do development locally on my computer.
ctestroote at bresnan dot net
10-Sep-2008 02:21
If youre just learning PHP, then the simpliest thing to use is called Xampp, just install the Apache server and save your php files in the htdocs folder. Then when you open your browser you would type http://127.0.0.1/htdocs/example.php to see your php.

I also use Notepad++ to write my php files but there are many others to use.
Michael
01-Mar-2007 11:54
Agreed. Some of the pre-configured packs and associated tutorials really can simplify the installation and get you up and running in minutes but you MUST make sure that as an absolute minimum you add a secure password - ideally a mix of letters, numbers, not a real word etc. Otherwise, when your site/system is live, it will be potentially open to abuse.
cvncpu
25-Oct-2006 09:53
just keep in mind that these installation packages are for development use, and are not built for a production enviroment, the preformance and security of these tools is not setup for use in a public website.

O que eu preciso?> <O que o PHP pode fazer?
Last updated: Fri, 30 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites