All right, i solved the array pass by url problem, with serialize and base64_encode. 馃槂
I did it to solve my bigest problem. :mad:
I麓m using two joined classes in my apli. First of then cath a column of a mysql table, and the second show their values in a line chart image. This second one works fine alone, but i get this result in my browser when i use it with the first one:
Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\test\test.php:7) in c:\apache\htdocs\test\Linechart.php on line 30
每脴每脿JFIF每镁:CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 0 每脹C每每每每每每每每每每每每每每每每每每每每每每每每每每每每每每每每每每每每每每每每每每每每每每每
每每每每每每每每每每每每每每每每每每脹C
The image is not displayed, but it's shown like text. 馃槙
Now, i麓ve discovered, i can make a .jpeg file correctly, but still getting my apli don麓t show any header warning, the image is shown in text code if i try to display the chart directly.
Can anybody help me please???
Did anybody have the trouble that i麓ve got? 馃檨 馃檨
Thanks.