To get php and apache installed use xampp. xampp is free and contains php / apache (around 33mb) 1. Download and Install XAMPP from here: www.apachefriends.org 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 localhost or /foo.php. There's also something called WAMP www.wampserver.com There's a lot of php tutorials out there just search google www.google.com Request ...
i got xampp installed in my laptop. and it loads those html and php files.
but when i tried to make a simple php file using notepad and saved is as document.php and saved it to htdocs then loaded it.
it displays file not found
pretty much every site has it. If you’re on a site with boxes where you fill in any kind of information, php is used. (all sites where you can register or search and so on)
November 15th, 2009 - 03:39
1: I personally think XAMPP is for people that don’t want to learn how to set up Apache, PHP and MySQL. It’s really not that difficult.
2: Short tags are unsupported as of PHP5. That’s a good thing.
3: Putting variables inside strings does work but isn’t very neat according to many coders.
November 19th, 2009 - 03:28
Haha! You’re hilarious.
November 19th, 2009 - 13:51
please answer.
i got xampp installed in my laptop. and it loads those html and php files.
but when i tried to make a simple php file using notepad and saved is as document.php and saved it to htdocs then loaded it.
it displays file not found
November 20th, 2009 - 10:55
win.
November 20th, 2009 - 13:23
But what is PHP used for? I mean a practicle example?
November 21st, 2009 - 05:01
Dynamic website development. It’s everywhere.
November 21st, 2009 - 10:14
oh thanks, I’ve been in a nuclear bunker for the last 10 years in case of imminent war!
November 29th, 2009 - 01:25
log ins, registration forms and more stuff like that
November 30th, 2009 - 21:09
PHP membership for your website, very affordable
phpmember . com
December 4th, 2009 - 00:03
it was used to create facebook
December 6th, 2009 - 19:37
pretty much every site has it. If you’re on a site with boxes where you fill in any kind of information, php is used. (all sites where you can register or search and so on)
December 9th, 2009 - 02:00
xampp slow yours computers :S
December 15th, 2009 - 21:49
you have to end a echo to put a string in it
like this:
echo “hello youtube “.$str;
or
echo “hello youtube “.$str.”and continue”;
December 16th, 2009 - 08:14
Wrong, double quotes are meant for strings that contain variables.
December 19th, 2009 - 12:55
Nice man! Nice example on bushissmart=”false” xD
December 23rd, 2009 - 08:32
Reminds me of C# its the “;”
December 23rd, 2009 - 08:35
Not mine!
December 25th, 2009 - 18:46
I use wamp, I have seen no issues yet.
January 2nd, 2010 - 15:34
try to open your apache the click the button “start” aline with APACHE
January 2nd, 2010 - 20:24
Please visit my channel French Graphics
New video tutorials and content uploaded weekly in full HD quality
Please Subscribe and Rate if you like my video’s
Thanks
January 7th, 2010 - 20:28
works withsolaris aswell
January 8th, 2010 - 19:54
This is awesome
January 9th, 2010 - 16:10
but in the video goes its about strings that are vars or am i wrong??
January 11th, 2010 - 20:56
I like the bush is smart LOL FALSE
January 12th, 2010 - 03:22
kind of looks like something you would put into a batch file, like echo and such…