English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

For example: this site http://tinyurl.com/jpcpa

How can I see the code used to create the collage badge.

2006-09-04 07:46:45 · 3 answers · asked by Miskit 2 in Computers & Internet Programming & Design

Right clicking will view source but not necessarily show me what's happening in the background. More details please. I'd like to see the ACTUAL page that puts the image together.

2006-09-04 08:11:05 · update #1

3 answers

On a correctly configured server, there is no way to see source PHP code. What you see is what the code outputs, not the code itself.

If you want to create a collage from an image with PHP, you should use PHP's image functions:

http://www.php.net/image

The function you will be using most often is probably going to be imagecopy().

2006-09-06 05:51:24 · answer #1 · answered by NC 7 · 0 0

No..There is no way..
if you know PHP then you should know it...properly...

see...your browser does not know anything but HTML...and client always get static page...although it is dynamically created at server side..but request and response always comes by http and contains only HTML..

so only server have PHP code..which executes on your request...it generate output HTML and send it back to client browser...it happend in all ServerSide Scripting Languages..

hope this'll help you..
ALL THE BEST....

2006-09-04 08:30:11 · answer #2 · answered by patel.nachiket 2 · 1 0

Right click on the webpage and click on view source.

2006-09-04 07:50:19 · answer #3 · answered by Steve 2 · 0 1

fedest.com, questions and answers