Recent content by luispulido9

  1. luispulido9

    XF 2.1 How can i call a function with a method post

    I have this code in mi html page node <xf:form action="{{ link('paginas/tienda') }}" method="post"> <xf:button icon="preview" name="buy">Buy</xf:button> </xf:form> how can i call a php function when i click that button?
  2. luispulido9

    Button with a query

    I am trying to update my database through the post method, but when using the input of type submit, I get an error to ensure, it should be noted that I am trying to use isset ($ _ POST), there is another way to call a function from a button?
  3. luispulido9

    XF 2.1 Problems when i save something

    When I save anything to xenforo, my page stops loading correctly and I get this error
Back
Top Bottom