To get php and apache installed use xampp.
xampp is free and contains php / apache
(around 33mb)
1. Download and Install XAMPP from here:
http://www.apachefriends.org/en/xampp.html
2. on windows go to C:\xampp
it should have a folder called htdocs. If you
put a file called foo.html
into the htdocs folder you should be able to
access it by going to
http://localhost/foo.html or /foo.php.
There's also something called WAMP
http://www.wampserver.com/en/
There's a lot of php tutorials out there just
search google
http://www.google.com/search?hl=enr&q=php%20t
utorial
Request tutorials here
http://youtube.jimmyr.com/
More PHP TUtorials here
http://killerphp.com/
Some people have recommended other editors
http://www.scintilla.org/SciTE.html
http://www.pspad.com/
http://en.wikipedia.org/wiki/Comparison_of_te
xt_editors
http://www.context.cx/
%%programming Tags :phptutoriallearnprogrammingfreecompilerjitexamplesexampletutorialsbasicgetstartedvariablesdatatypeszend
This PHP tutorial shall cover a BASIC
authentication script enabling authorised
users access to a specific website. A more
advanced and recommended script for
authentication is covered in my 4th tutorial
(video response). Visit
http://www.rascal999.co.uk/ for more
information. Tags :rascal999phptutorialifauthenticateauthenticationloginpasswordformvariablebasic
XAMPP is a free installer that has Apache /
PHP / MYsql / perl and more integrated so you
won't have to configure anything yourself.
HTML / CSS Tutorial
http://youtube.com/watch?v=GwQMnpUsj8I
Basic PHP Tutorial
http://youtube.com/watch?v=afgyNp5HueQ
Free Webhosts
http://blog.jimmyr.com/List_of_Webhosting_Com
panies_17_2008.php
Update
DynDNS is supposed to help if you have a
dynamic IP, hadn't tried it though.
sides xampp there's also wamp and this one
http://vertrigo.sourceforge.net/
%%programming Tags :xampptutorialinstallationconfigurationmysqlphpphp.iniapachehowtogettingstartedbeginnershelp
In the following tutorial we will start with
a few html files - which are available for
download at
http://www.tutvid.com/downloads.html - and we
will build an Email Handling PHP script that
sends info from your web form to your email!
It is pretty easy PHP so enjoy learning and
Have fun! I am using Dreamweaver CS3, but you
can use pretty much any version of
Dreamweaver, just follow closely and try not
to make mistakes. Please enjoy and don't
forget to check out the site
http://www.tutvid.com Tags :AdobeDreamweaverPHPScriptScriptingTutorialTrainingWebPageWebpageSiteWebsiteFormMakeWorkHandlerEmailSen
PLEASE CHECK OUT THE SECOND VIDEO OF THIS
A quick and easy user registration using php,
sql and phpmyadmin.
For full size and source codes:
http://www.neoblob.com/phpsquad/tuts/php/1/
SQL:
CREATE TABLE `user` (
`id` int(10) unsigned NOT NULL
auto_increment,
`username` varchar(20) NOT NULL default '',
`password` varchar(50) NOT NULL default '',
`email` varchar(40) NOT NULL default '',
`ip` varchar(20) NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT
CHARSET=latin1 AUTO_INCREMENT=1 ; Tags :tutorialphpsqlmysqlphpmyadminlgo666computersvideosexy
PHPDeveloperBlog.com presents: How to install
and use Eclipse--a free, open source
platform--as a professional Integrated
Development Environment (IDE) for developing
PHP applications. Code coloring,
intellisense, debugging, and everything else
programmers expect in an IDE are available in
a PHP IDE for free!
High quality, full length versions of this
video can be found on our website:
PHPDeveloperBlog.com Tags :PHPtutorialEclipseIDEprogrammingdevelopmentPDTZendbeginner
This PHP tutorial elaborates on my second PHP
tutorial which covers authentication. This
PHP tutorial covers a more advanced PHP
script which allow/denies users access to a
specific website. Visit
http://www.rascal999.co.uk/ for more info,
tutorials and forum!
Apologies for the belch half way through, I
was unaware I uploaded that version of the
tutorial ;)
Please view the video response as it helps
prevent possible SQL attack on your
database(s) Tags :rascal999phptutorialifauthenticateauthenticationloginpasswordformvariablebasicmysqlsql