PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
fatman wrote:If I dynamically construct a page with PHP-Code, does the GoogleBot see the code on the server, or does it only see the same as client-side?
Will the Bot see only the text I want to display, or will it see both? (Example text1 - hprp or Example text2 - sunrise)
How does 'the Bot' get access to the script? I presume via a HTTP request (so he's a client). The client only sees the output of the script (if everything goes well ).