php |
php |
Jul 7 2005, 05:14 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 53 Joined: Dec 2004 Member No: 73,426 |
is there something i can do if my computer doesnt accept php?
|
|
|
|
![]() |
Jul 7 2005, 05:31 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
What do you mean 'your computer doesn't accept php'?
It's not recognized as a filetype or you can't view it? |
|
|
|
Jul 7 2005, 07:56 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 53 Joined: Dec 2004 Member No: 73,426 |
both
|
|
|
|
Jul 7 2005, 08:23 PM
Post
#4
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
..... Okay. Exactly how old is your web browser and what is it?
Both can't be your answer, I'm reffering to two completely diffrent things. not recognized as a filetype - When you save a file as .php, you can view it by double-clicking on it. It opens up in notepad/simple text. you can't view it - If I showed you this [ http://pixelfx.org/v2.php ] You would see a blank page - this shouldn't happen if you have any of the newest breed of web browsers. |
|
|
|
| *mipadi* |
Jul 7 2005, 08:30 PM
Post
#5
|
|
Guest |
Browser shouldn't be a problem--PHP files are rendered as HTML server-side and sent as text/html, so any browser capable of viewing HTML files (all of them) should be able to view PHP files.
Now, if the user is trying to view PHP files locally (i.e. from a file on his/her hard drive), that is not possible unless the user has properly-configured web server software (such as Microsoft IIS with PHP support). |
|
|
|
Jul 7 2005, 08:32 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 66 Joined: Jul 2005 Member No: 166,231 |
^^ in other words, your computer isnt the same as the web. you have to upload your php file to a web server and view it there.
|
|
|
|
Jul 13 2005, 10:39 AM
Post
#7
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Jul 2005 Member No: 170,002 |
Why don't use apache and php4 and zend?
|
|
|
|
![]() ![]() |