Takze nejde o ziadny graf typu jpg/png ale klasicky text, je tu nejaka moznost nahodne generovat stlpce pre x? teda pocet tych t-cok
Zaklad:
Kód:
<?php
header('Content-Type:text/plain');
?>
x
^
|
| t
| t
| t
| t t
| t t
| t t t
| t t t
-+--------------------------> y
| test1 test2 test3
Moja skuska ktora nefakci tak ako by mala
Generuje iba jeden stlpec ...
Kód:
<?php
header('Content-Type:text/plain');
?>
x
^
|
|
|
|
|
|
|
|
<?php for ($i = 1; $i <= rand(5,10); $i++){echo " | t\n";}?>
-+--------------------------------------------------------------------------->y
| 22 23 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21