Sunday 2 September 2018

php - When I'm using a variable with arrays and try to echo out the result, how do i change the size of said result?

So here's (a part) of the code:



echo "$punten[$_POST["leerlingnaam"]]";



It returns an error. What do I need to change in order to get the proper size?



Thanks in advance.

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...