Jump to content

php error


zerocrimes

Recommended Posts

Im getting an error this.

Warning: Invalid argument supplied for foreach() in /home/a7812150/public_html/classads/admin_templates/edit_pay_groups.php on line 6

 

this is the code in the edit_pay_groups.php

 

<P>

<CENTER>Select A Pay Group</CENTER>

<P>

 

<?php

foreach (Get_Pay_Groups() as $key => $value) {

print "<a href=$url?Edit_Pay_Group&$key>$value</a><BR>";

}

?>

 

Can someone help me fix this please write me a fix code or something, I'm lost. Thank You.

Link to comment
https://forums.phpfreaks.com/topic/175245-php-error/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.