Un tableau d'une page a l'autre

Un tableau d'une page a l'autre - PHP - Programmation

Marsh Posté le 16-05-2004 à 13:45:46    

Salut all,  
 
j ai un petit probleme et vous avez la solutions (enfin j espere lol)
 
Je voudrais passer a une page un tableau
 
j ai quelquechose comme ca
 
$tab = MyTab();
//$tab est donc un array
 
echo "<img src='trace.php'>";
 
je voudrais passer a trace le contenu du tableau.
Vous savez comment faire?
 
Merci

Reply

Marsh Posté le 16-05-2004 à 13:45:46   

Reply

Marsh Posté le 16-05-2004 à 13:54:58    

http://www.nexen.net/docs/php/anno [...] ialize.php
http://www.nexen.net/docs/php/anno [...] ialize.php


---------------
from here and there -- \o__________________________________ -- la révolution de la terre, en silence
Reply

Marsh Posté le 16-05-2004 à 13:56:15    

yes oue, mais j avoue que je n ai pas tout compris a ces fonctions... Comment les passer a mon image (enfin a trace.php)?
 
En tous cas merci de ta rapidite

Reply

Marsh Posté le 16-05-2004 à 14:10:59    

$tab = MyTab();  
$serialized_tab=serialize($tab);
echo "<img src='trace.php?montableau=".$serialized_tab."'>";
 
 
et dans trace.php
 
$deserialized_tab=unserialize($montableau);


Message édité par simogeo le 16-05-2004 à 14:11:57

---------------
from here and there -- \o__________________________________ -- la révolution de la terre, en silence
Reply

Marsh Posté le 16-05-2004 à 14:11:14    

$tab=serialize($tab)
trace.php?mytab=$tab

Reply

Marsh Posté le 16-05-2004 à 14:26:01    

yes merciiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
y ave juste un piti _REQUEST a ajouter a vos propos :)
 
Trop de la boulette...
 
Merci a vous deux.

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed