Guest User

Untitled

a guest
Jun 1st, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Update MYSQL and SET particular row Content
  2. id = "1"
  3. menu = "menu1 ,menu2 ,menu3, menu4"
  4.  
  5. $show_data = mysql_query("SELECT menu FROM t1");
  6. $showrow = mysql_fetch_assoc($show_data);
  7. $showmenu = $showrow['menu'];
  8. $pieces = explode(",", $showmenu);
Advertisement
Add Comment
Please, Sign In to add comment