Posts by Leonardo Lima De Sousa • 29 points
3 posts
-
1
votes2
answers873
viewsA: Javascript does not load all functions
var Problem = 'Solved'; Thank God I did it! The problem, or rather the question is not "Javascript does not load all functions". Well, I’ll try to be clear! I created an app (calendar). and appears…
-
-2
votes2
answers873
viewsQ: Javascript does not load all functions
Have (a|a) (great|great) (day|late|night)! All right! When inserting many functions in a <script type="text/javascript"></script> My code is not running all of them! The browser console…
-
2
votes1
answer118
viewsQ: Appropriate PREG MATCH rule
I created a loop that shows all months of the year with the following code: for($i = 1;$i <= 12;$i++){ } then I created a $_GET variable that would receive a rule like the following:…