PHP |
Author: |
Message: |
michael_m91
Full Member
Posts: 371 Reputation: 1
33 / / –
Joined: Jan 2004
|
O.P. PHP
Does anybody know how to copy the PHP file from another site.
Lol i know i dont know how to right my own stuff, but i wanted to copy a php script and then change it for myself
|
|
08-30-2005 04:47 AM |
|
|
WDZ
Former Admin
Posts: 7106 Reputation: 107
– / /
Joined: Mar 2002
|
RE: PHP
You can't get the source code of a PHP script unless the author gives it to you. PHP is server-side, unlike JavaScript, which is client-side.
|
|
08-30-2005 05:00 AM |
|
|
michael_m91
Full Member
Posts: 371 Reputation: 1
33 / / –
Joined: Jan 2004
|
O.P. RE: PHP
but doesnt it still download it to your computer temperarily so that your computer can figure out what to do?
|
|
08-30-2005 05:03 AM |
|
|
WDZ
Former Admin
Posts: 7106 Reputation: 107
– / /
Joined: Mar 2002
|
RE: PHP
quote: Originally posted by michael_m91
but doesnt it still download it to your computer temperarily so that your computer can figure out what to do?
No, all you download is what the PHP script outputs (usually HTML). The actual PHP code stays on the server and is parsed and executed by the server.
|
|
08-30-2005 05:05 AM |
|
|
michael_m91
Full Member
Posts: 371 Reputation: 1
33 / / –
Joined: Jan 2004
|
O.P. RE: PHP
quote: Originally posted by WDZ
quote: Originally posted by michael_m91
but doesnt it still download it to your computer temperarily so that your computer can figure out what to do?
No, all you download is what the PHP script outputs (usually HTML). The actual PHP code stays on the server and is parsed and executed by the server.
kk thanks, that sux lol
|
|
08-30-2005 05:07 AM |
|
|
Jhrono
Veteran Member
Posts: 1791 Reputation: 25
33 / /
Joined: Jun 2004
|
RE: PHP
no it doesnt..stealing scripts is the thing that sucks..do your own..
|
|
08-30-2005 08:20 AM |
|
|
Chris.1
Full Member
addicted to the net
Posts: 363 Reputation: 3
37 / / –
Joined: Jun 2003
|
RE: PHP
Learn: www.php.net
|
|
08-30-2005 09:36 AM |
|
|
michael_m91
Full Member
Posts: 371 Reputation: 1
33 / / –
Joined: Jan 2004
|
O.P. RE: PHP
quote: Originally posted by Johny
no it doesnt..stealing scripts is the thing that sucks..do your own..
quote: Originally posted by Chris.
Learn: www.php.net
lol w/e i wasnt trying to steal the script... k yeah i was but i wanted to customize it for myself, cus i dont have the brain capasity to learn it lol
|
|
08-30-2005 05:33 PM |
|
|
ShawnZ
Veteran Member
Posts: 3146 Reputation: 43
32 / /
Joined: Jan 2003
|
RE: PHP
quote: Originally posted by michael_m91
but doesnt it still download it to your computer temperarily so that your computer can figure out what to do?
with php, the website figures out what to do, then sends the finished page to your computer, your computer never gets the php
Spoiler: the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
|
|
08-30-2005 05:36 PM |
|
|
hmaster
Senior Member
Posts: 716 Reputation: 24
33 / /
Joined: Nov 2004
|
RE: PHP
quote: Originally posted by michael_m91
quote: Originally posted by Johny
no it doesnt..stealing scripts is the thing that sucks..do your own..
quote: Originally posted by Chris.
Learn: www.php.net
lol w/e i wasnt trying to steal the script... k yeah i was but i wanted to customize it for myself, cus i dont have the brain capasity to learn it lol
You could ask the author
|
|
08-30-2005 05:43 PM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|