Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Ошибкпи как исправитьNotice: Undefined variable: bookи Warning: Invalid argument supplied for foreach()
- <table width="100%">
- <?php foreach ($book as $entry) { extract($entry, EXTR_OVERWRITE)?>
- <tr>
- <td>Имя: <?=$name?></td> <!-- вместо $entry['name'] -->
- <td>Адрес: <?=$url?></td> <!-- вместо $entry['url'] -->
- </tr>
- <tr><td colspan="3"><?=$text?></td></tr>
- <tr><td colspan="3"><hr /></td></tr>
- <? } ?>
- </table>
- ! ) Notice: Undefined variable: book in /var/www/php.xxx/1/funcarr/sort1.php on line 2
- Call Stack
- #
- Time
- Memory
- Function
- Location
- 1
- 0.0005
- 393520
- {main}( )
- .../sort1.php:0
- ( ! ) Warning: Invalid argument supplied for foreach() in /var/www/php.xxx/1/funcarr/sort1.php on line 2
- Call Stack
- #
- Time
- Memory
- Function
- Location
- 1
- 0.0005
- 393520
- {main}( )
- .../sort1.php:0
Advertisement
Add Comment
Please, Sign In to add comment