Posts by Carlos1br • 3 points
2 posts
-
-4
votes1
answer183
viewsQ: foreach HTML table
I am trying again to create a table with the entered data using $_SESSION <?php session_start() ?> <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8">…
-
0
votes1
answer81
viewsQ: List 3 fields from an Array
Hello, all good? I’m having a question. I want to list, a list of contacts, but I can’t echo in the array, you could help me? that’s my code: <?php session_start() ?> <!DOCTYPE html>…