Forget above message.... I tried to send this message and edit above, but I timed out see below pkease.
Thanks again for your reply:
No I get error with your code, it's the sessions: Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING ,Buy I tried other methods and...
When I send the message, I can get the message to go into to the users session location username message etc... and it displays on the session users message page, it looks Great! BUT!
The Mysql column only holds one message for each user at a time... How do I insert all of the in going messages for the user and display them all?
HERE IS MY DATABASE LAYOUT:
id // email // username // from // message // userid // password
1 // lshaw.ca // Lucy // John // Hi Lucy: // Lucy // ''
2 // liho.com // Lisa // Mike // Hi Lisa: // Lisa // ''
Than the id and members list goes on and on.... Now,
How do I program the mysql id usernames column to hold all messages for each user? I am using Mysql 4.0
NOTE: If ithe message does not go into the usernames id row and starts a new row , it does not have the email_address and etc... to know to select after correctly so I end up back like I was last nightm
It must go into the usersname id row - not list in …