How about post some code that does not work as expected?
(Simpler code is better)

Regards,
--
Yasuo Ohgaki


""paula"" <[EMAIL PROTECTED]> wrote in message
001501c0bf29$2f35e740$0f01a8c0@pau">news:001501c0bf29$2f35e740$0f01a8c0@pau...
Hi-

I'm new here and have this problem that's DRIVING ME CRAZY.

I have two arrays as a result of two queries that I have to compare. Supose this
two tables:

This is my today table showing my actual stock (2001-04):

t-shirt        blue         L
jacket       black        M
sweater     red           S
shirt          white        M

Then I have a future stock table, it's showing changes for the next month
(2001-05).

t-shirt       red           L
sweater    green        S

If the user selects in a menu 2001-04 the orginal first table should display.
But if user selects 2001-05 this should be display:

t-shirt       red       L
jacket      black    M
sweater    green   S
shirt         white    M

This has to work with PHP3 and using PHPLIB templates. I've tried EVERYTHING!
Nested whiles, nested for, just E V E R Y T H I N G . I don't know what else to
do and my nerves are about to kill me.

PLEASE! ANY HELP IS WELCOME!!

thank you people,

/paula





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to