Is there any way to see the functions that are called after pushing a link or a butto

Discussion in 'PHP' started by tirengarfio, Mar 18, 2010.

  1. #1
    Hi,

    is there any way to see the functions that are called after pushing a link or a button in a web page done with PHP?

    I use Firefox.

    Regards

    Javi
     
    tirengarfio, Mar 18, 2010 IP
  2. plog

    plog Peon

    Messages:
    298
    Likes Received:
    11
    Best Answers:
    1
    Trophy Points:
    0
    #2
    No.

    PHP functions get executed on the remote server and whatever they produce gets sent to your browser. You can view the source of the page in your browser and see where that link/button is pointing, but because PHP is a server side language every function that runs is run on a computer that you don't really have access to.
     
    plog, Mar 18, 2010 IP