0

I know that question seems stupid but I'm still a beginner.

<td><?php echo remove_junk(ucwords($a_customers['id']))?></td>
<td><?php echo remove_junk(ucwords($a_customers['name']))?></td>
<td><?php echo remove_junk(ucwords($a_customers['company']))?></td>
<td><?php echo remove_junk(ucwords($a_customers['address']))?></td>
<td><?php echo remove_junk(ucwords($a_customers['city']))?></td>
<td><?php echo remove_junk(ucwords($a_customers['state']))?></td>
<td><?php echo remove_junk(ucwords($a_customers['country']))?></td>
<td><?php echo remove_junk(ucwords($a_customers['phone']))?></td>
<td><?php echo remove_junk(ucwords($a_customers['email']))?></td>

ERROR in

Undefined index: address in /opt/lampp/htdocs/t1/customers.php
Undefined index: state in /opt/lampp/htdocs/t1/customers.php
Undefined index: country in /opt/lampp/htdocs/t1/customers.php
Undefined index: email in /opt/lampp/htdocs/t1/customers.php
Carsten Løvbo Andersen
  • 26,637
  • 10
  • 47
  • 77

0 Answers0