Jump to content

kathysoebono

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

kathysoebono's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Do you mean swicth page could change the whole thing? whether examples like this? $content= "A"; switch ($content){ case "A": ($content B),($content C),($content D),($content E) "; break; case "B": ($content C),($content D),($content E) "; break; case "C": ($content D),($content E) "; break; case "D": ($content E) "; break; } perhaps i need more example code if you like show the code to me please. thanks
  2. Need help with PHP coding please, i have search in several forum and googling but not find the answer. My point is : PHP connect to MySql database. The menu have 4 till 6 sub menu level. the content div only change if the link was clicked. the procedure is like this If menu in content A click will change (Content B, Content C, Content D, Content E) If menu in content B click will change (Content C, Content D, Content E) If menu in content C click will change (Content D, Content E) If menu in content D click will change (Content E) associated with the menu as mentioned on the picture the content change the div only not the whole pages, and perhaps the url address will be like this (index.php?id=1&Bid=2&Cid=1&Did=5&Eid=3) the "&XXXid" indicate that the content has been clicked. Many appreciated for the support and help for my question. Thanks...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.