Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Problem sa Pear kreiranjem tabele

[es] :: PHP :: Problem sa Pear kreiranjem tabele

[ Pregleda: 2935 | Odgovora: 0 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

bsegic
Novi Sad

Član broj: 137040
Poruke: 11
91.150.99.*



Profil

icon Problem sa Pear kreiranjem tabele05.03.2007. u 16:50 - pre 208 meseci
Pokusavam da kreiram tabelu pomocu PEAR-a, ali nikako mi ne uspeva.

Kod je sledeci:

Code:
<?php
require_once 'HTML/Table.php';
$table = new HTML_Table();
$table->addRow(array("one", "two", "three"), null, "th");
$table->addRow(array("one", "two", "three"));
echo $table->toHtml();     
?>


Dobijam gresku (hosting je na neobee.net):


Warning: main(HTML/Table.php): failed to open stream: No such file or directory in /beehive/data/hosting/italiani.co.yu/www/pear/pear1.php on line 2

Fatal error: main(): Failed opening required 'HTML/Table.php' (include_path='.:/usr/lib/php/:/usr/share/pear/') in /beehive/data/hosting/italiani.co.yu/www/pear/pear1.php on line 2

Gde gresim?

Pozdrav

[Ovu poruku je menjao Nemanja Avramović dana 08.03.2007. u 15:22 GMT+1]
 
Odgovor na temu

[es] :: PHP :: Problem sa Pear kreiranjem tabele

[ Pregleda: 2935 | Odgovora: 0 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.