Shoutbox

PHP - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: PHP (/showthread.php?tid=49711)

PHP by michael_m91 on 08-30-2005 at 04:47 AM

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


RE: PHP by WDZ on 08-30-2005 at 05:00 AM

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.


RE: PHP by michael_m91 on 08-30-2005 at 05:03 AM

but doesnt it still download it to your computer temperarily so that your computer can figure out what to do?


RE: PHP by WDZ on 08-30-2005 at 05:05 AM

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.
RE: PHP by michael_m91 on 08-30-2005 at 05:07 AM

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
RE: PHP by Jhrono on 08-30-2005 at 08:20 AM

no it doesnt..stealing scripts is the thing that sucks..do your own..


RE: PHP by Chris.1 on 08-30-2005 at 09:36 AM

Learn: www.php.net ;)


RE: PHP by michael_m91 on 08-30-2005 at 05:33 PM

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
RE: PHP by ShawnZ on 08-30-2005 at 05:36 PM

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

RE: PHP by hmaster on 08-30-2005 at 05:43 PM

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 *-)
RE: PHP by michael_m91 on 08-30-2005 at 06:51 PM

(y) i'll c about it thanks for the help thats all i need to know