Forum Webmastera, HTML, CSS, PHP, MySQL, Hosting, Domeny - Forum dla Webmasterów
Problem w index'ie - Wersja do druku

+- Forum Webmastera, HTML, CSS, PHP, MySQL, Hosting, Domeny - Forum dla Webmasterów (https://www.webmastertalk.pl)
+-- Dział: Technologie internetowe - tworzenie stron WWW (https://www.webmastertalk.pl/forum-technologie-internetowe-tworzenie-stron-www)
+--- Dział: Początkujący webmaster (https://www.webmastertalk.pl/forum-poczatkujacy-webmaster)
+--- Wątek: Problem w index'ie (/thread-problem-w-index-ie)



Problem w index'ie - mlody123 - 24-09-2008

Mam pewien problem ze strona ( Menu ):

Kod:
Fatal error: Call to undefined function: left_menu() in /var/www/sites/yoyo.pl/f/l/flyforfuture/index.php on line 30

Tutaj kod z indexu tej tabeli


Kod:
<table align="center" width="800" cellspacing="0" cellpadding="0" border="0">
<tr>
<td style="padding: 3px;" class="table">

<table style="margin-top: 10px" width="730" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td width="150" valign="top" style="padding-right: 3px;"><? left_menu(); ?></td>
<td valign="top" style="padding-left: 4px; padding-right: 4px;"><? print_main() ?></td>
<td width="150" valign="top" style="padding-left: 3px;"><? right_menu(); ?></td>
</tr>
</table>


Nie widze tu bledu ^^ Chyba ze cos jest z tymi wymiarami i niewiem jak je ustawic. Czy ktos moglby mi pomoc?


RE: Problem w index'ie - swinia - 24-09-2008

a masz w ogóle taką funkcję zadeklarowaną??


RE: Problem w index'ie - Mayestic - 24-09-2008

No właśnie gdzie masz left_menu? serwer nie widzi funkcji bo jej pewnie nie w ogóle nie ma


RE: Problem w index'ie - mlody123 - 24-09-2008

Wpisalem juz w index Smile

Kod:
<?php
include("functions.inc.php");
include("no_menu.php");
include("normal.php");
?>

lecz znow problemy ^^

przy wyswietlaniu strony wyswietla mi sie rowniez ten blad
Kod:
Fatal error: Call to undefined function: header_open() in /var/www/sites/yoyo.pl/f/l/flyforfuture/no_menu.php on line 23

oto kod z no_menu.php

Kod:
<?php

header_open();
banner('bannerA');
header_close();

?>

Gdzie tu jest blad ? Moze mi ktos pomoc?