oops, forgot to translate that $table over there.
What I'm trying to achieve is to create a table that creates each row with the same text and calling it the row it is.
EDIT: Managed to solve it somehow :_D
User Profile
Collapse
-
Undefined offset: 5 in [file location] on line 22
...Code:<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title></title> </head> <body> <?php $table = array ("1", "2", "3", "4", "5"); $count = count($tablet); echo "<table
No activity results to display
Show More
Leave a comment: