from table to table how ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phpaverage
Forum Newbie
Posts: 5
Joined: Thu Sep 30, 2010 3:55 am

from table to table how ?

Post by phpaverage »

i got a database with tables test1 and test2.
and i have a php code set on so i got a menu bar with 2 tabs a tab test3 and test4. ( tab test3 is connected with table test1 tab test4 is connected with table test2)
when i click get article on tab test4 i want to go to tab test3 and click an article there (<-i have this already)(i dont have this ->) but when i click a article there and do submit it must go with the article i just didsubmit, to the tab test4 again and i must see the article there. and i also want it to get written in the database table test2 temporary till i delete everything in the list on tab4 then it must be deleted from the database also.
phpaverage
Forum Newbie
Posts: 5
Joined: Thu Sep 30, 2010 3:55 am

Re: from table to table how ?

Post by phpaverage »

still waiting ... >.<
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: from table to table how ?

Post by John Cartwright »

phpaverage wrote:i got a database with tables test1 and test2.
and i have a php code set on so i got a menu bar with 2 tabs a tab test3 and test4. ( tab test3 is connected with table test1 tab test4 is connected with table test2)
when i click get article on tab test4 i want to go to tab test3 and click an article there (<-i have this already)(i dont have this ->) but when i click a article there and do submit it must go with the article i just didsubmit, to the tab test4 again and i must see the article there. and i also want it to get written in the database table test2 temporary till i delete everything in the list on tab4 then it must be deleted from the database also.
Not only do I find it too difficult to read your broken English, I have no idea what your talking about.

I would recommend you rewrite your issue in as much detail as possible (remember we have no clue what you're trying to accomplish) with proper grammar.

And in the future, please wait at least 24 hours before bumping your post.
Post Reply