Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Update MYSQL and SET particular row Content
- id = "1"
- menu = "menu1 ,menu2 ,menu3, menu4"
- $show_data = mysql_query("SELECT menu FROM t1");
- $showrow = mysql_fetch_assoc($show_data);
- $showmenu = $showrow['menu'];
- $pieces = explode(",", $showmenu);
Advertisement
Add Comment
Please, Sign In to add comment