Posts by Cairo Ramos • 41 points
2 posts
-
1
votes1
answer846
viewsA: Variable recognition problem passed from Laravel to Javascript
I’ve had the same problem developing with Laravel 5, and the solution I found was to use <?= ?> or <?php echo ""; ?> concatenated with the JS. <!DOCTYPE html> <html…
-
3
votes2
answers58
viewsQ: Json return from php to jquery ui
I have a php code that returns data in JSON. When it has only one value returns as it should: ["[email protected]"] When more than one value is found returns as follows: [, "[email protected]",…