Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

htmlspecialchars(): argument #1 ($string) must be of type string, array given

@foreach($DiseaseDiagnosed as $disease)

  <input type="hidden" name="DiseaseDiagnosed[]" value="{{ $disease }}">

@endforeach
 
PREVIOUS NEXT
Tagged: #argument #type #array
ADD COMMENT
Topic
Name
9+4 =