Is it possible to add a value to a dynamically created input field?
Im trying something like this: echo "<input value="$row['test']">"
but that gives me a syntax error. It has to be in my php file since im calling it via ajax and want to keep my html and php seperate.
Im getting content via ajax and I need to set many field names as there are records in the database.