Thursday 1 November 2018

php - Select set standard value




Is there a way to set the "initial" value before selecting it?
Standard its the first option but is there a way to set it too the second or third one?

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...