Posts by jaeger • 1 point
2 posts
-
-3
votes3
answers182
viewsA: Access modifiers in PHP
Good afternoon, What is the advantage/disadvantage of this? (If possible, real example) This allows you to keep your system’s critical operations secure, such as viewing a password, entering…
-
-2
votes1
answer470
viewsQ: Transforming elements from a string into a PHP array
mysql returns the following string: ["Element1", "Element2", "Element3", "Element4", "Element5", "Element6"] I need to transform each of the words between "" into an element of an array. I tried…