Search results

  1. E

    How do you change a string into an integer in PHP?

    I need to change the string "32" into the integer 32. I know that in a lot of cases, this will happen automatically if you need it to, but mine is not one of those cases. Thank you for your time.
  2. E

    How do you get the length of an array in php?

    In javascipt, you can just type arrayName.length. What is the eqivalent in php?
Back
Top