Calling PHP files.
Posted: Thu May 28, 2009 6:34 pm
Hello Everyone!
Ive been working with php for a while, i have a genereal question about naming the files and calling them in url.
Ex. i have a file called edit.php and file index.edit.php
i can call both files no problem theyre working fine using.
http://domain/edit.php and i call the other http://domain/index.edit (without the.php extension)
So my question is is the second example wrong will i encounter any problems further down the road ?? is the extension on the end necessery ?
Ive been working with php for a while, i have a genereal question about naming the files and calling them in url.
Ex. i have a file called edit.php and file index.edit.php
i can call both files no problem theyre working fine using.
http://domain/edit.php and i call the other http://domain/index.edit (without the.php extension)
So my question is is the second example wrong will i encounter any problems further down the road ?? is the extension on the end necessery ?