$days = array(
1=>array('../grims_blog/filtered.php?post_id=8','link'),
7=>array('../grims_blog/filtered.php?post_id=9','link'),
23=>array('../grims_blog/filtered.php?post_id=12','link'),
24=>array('../grims_blog/filtered.php?post_id=13','link'),
);
1=>array('../grims_blog/filtered.php?post_id=8','link'),
day + "=>array('../grims_blog/filtered.php?post_id=" + post_id + "','link'),"
$result = dbquery("INSERT INTO ".DB_GRIMS_BLOG_POST." (post_id, topic_id, post_title, post_body, post_img, post_thb, posted, active) VALUES ('', '$topic_id', '$post_title', '$post_body', '$post_img', '$post_thb', '$posted.', '$active')");
$last_id = db_lastid();
$mymon = date("n", $posted);
$myday = date("j", $posted);
$result = dbquery("INSERT INTO ".DB_GRIMS_BLOG_POST_TOPIC." (post_topic_id, post_id, topic_id, art_mon, art_day) VALUES ('', '$last_id', '$topic_id', '$mymon', '$myday')");
array(4) {
[1]=> array(2) { [0]=> string(36) "../grims_blog/filtered.php?post_id=8" [1]=> string(4) "link" }
[7]=> array(2) { [0]=> string(36) "../grims_blog/filtered.php?post_id=9" [1]=> string(4) "link" }
[23]=> array(2) { [0]=> string(37) "../grims_blog/filtered.php?post_id=12" [1]=> string(4) "link" }
[24]=> array(2) { [0]=> string(37) "../grims_blog/filtered.php?post_id=13" [1]=> string(4) "link" }
}
[code]$days = array(
[color=#660000]$result [/color]= dbquery ("Select art_day, post_id From DB_GRIMS_BLOG_POST_TOPIC Where .....")
[color=#000080]if [/color](dbrows([color=#660000]$result[/color])) {
[color=#660000]$data [/color]= dbarray([color=#660000]$result)[/color]
[color=#660000]$na [/color]= [color=#000080]array[/color]();
[color=#000080]while [/color]([color=#660000]$data [/color]= dbarray([color=#660000]$result[/color])) {
[color=#660000]$mdata [/color]= [color=#000080]array[/color]();
$mdata['title'] = [code]'../grims_blog/filtered.php?post_id=".$data['post_id']."';
$mdata['link'] = 'link';
[color=#660000]$na[][/color] = [color=#660000]$mdata[/color];
}
}
Category Forum
Modifications and Requests - 8Labels
None yet
Statistics
3 participants
Notifications
You are not receiving notifications from this thread.
Related Questions