Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on Apr 28, 2011 10:07:56 GMT
Which one do you use the most? Say if you had a HTML document would you save it as a .php?
|
|
Nick
VIP
v5 Beta Tester[M:5000]
Philadelphia Eagles: 8-8
Posts: 2,239
|
Post by Nick on Apr 28, 2011 13:36:39 GMT
Probably, haha. Because if I make an html file, that means Im not done
|
|
Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on Apr 28, 2011 19:30:05 GMT
Yeah it's easier to test documents in .html.
|
|
Ajay
Elite Poster
v5 Beta Tester[M:5000]
Posts: 253
|
Post by Ajay on Apr 28, 2011 21:44:07 GMT
I do .php, because well..just because.
|
|
Cam
Administrator
[M:5000]
Posts: 6,381
|
Post by Cam on Apr 28, 2011 21:46:10 GMT
It looks pro
|
|
Cam!
VIP
[M:5000]
Posts: 780
|
Post by Cam! on Apr 28, 2011 22:56:35 GMT
I use .php, I don't really know why.
|
|
|
Post by moneyman18 on Apr 29, 2011 1:51:37 GMT
.php for files that will contain PHP and .html for files with just HTML.
|
|
edenwax
VIP
v5 Beta Tester[M:5000]
Posts: 1,266
|
Post by edenwax on Apr 29, 2011 16:51:16 GMT
.php for files that will contain PHP and .html for files with just HTML. ^^^ This, because this comparison doesnt really make sense...
|
|
|
Post by hbk on Apr 30, 2011 2:07:21 GMT
What Moneyman and Colin has said.
|
|
Nick
VIP
v5 Beta Tester[M:5000]
Philadelphia Eagles: 8-8
Posts: 2,239
|
Post by Nick on May 5, 2011 13:17:04 GMT
What Moneyman, Colin and Dylan said. But yeah, by default I name them .php because if I'm designing a page, it will most likely have php, and I wouldn't feel like going through the whole site changing the links from index.html to index.php
|
|
|
Post by gamrpro on May 15, 2011 13:17:25 GMT
I've already learned .HTML. I'm currently in the process of learning PHP. I want to master this language!
|
|
|
Post by survivor on May 15, 2011 14:20:23 GMT
I use php mostly. Only then i feel good.
|
|
|
Post by zenrer on May 18, 2011 7:11:28 GMT
I always save my files with the .php extension, as 99% of the time what I am coding will involve PHP with a little bit of HTML mixed into it. Its always good to save it as a .php because if I make a file with HTML in it and decided I want to put some PHP into it, the file is already saved as a PHP file.
|
|
|
Post by stevenf50 on May 21, 2011 9:09:35 GMT
I normally save it as .html or .htm.
|
|