from a php standpoint

by 1 replies
2
Lets forget about html5 and css that display the beauty of the website......speaking from a php point of view,

I want you to tell me an example of all data types and how we apply it to the back end of the website

this includes

  • String.
  • Integer.
  • Float (floating point numbers - also called double)
  • Boolean.
  • Array.
  • Object.
  • NULL.
  • Resource.
#programming #php #standpoint
  • Rather than using W3Schools, which obviously isn't helping you, you can just go to the PHP documentation directly and get your answer from the source: PHP: Types - Manual

Next Topics on Trending Feed

  • 2

    Lets forget about html5 and css that display the beauty of the website......speaking from a php point of view, I want you to tell me an example of all data types and how we apply it to the back end of the website