Posts by Rafael Teixeira • 1 point
2 posts
-
0
votes1
answer52
viewsQ: Generate a new array dynamically with php
How could I generate a new array in a loop? for example make the machine generate array1[], array2[] I can create a variable like this with the following code: ${'var'.$i} // E isso virar $var1,…
-
-4
votes1
answer187
viewsQ: How to insert HTML using PHP in indented form
I created a PHP file that when executed CREATES an html file already with an html code inside it. Later this PHP file that is being executed TAKES this HTML file and inserts another html code in a…