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.
I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...
No comments:
Post a Comment