โดยลิ้งค์ url ที่ผมได้เขียนขึ้นมาก็มีประมาณนี้
Code: Select all
redirect(append_sid("{$phpbb_root_path}viewtopic.$phpEx", "t=$topic_id" . "&p=$post_id" . (($forum_id) ? "&f=$forum_id" : '' ."#p$post_id")));
จะต้องปรับ url ที่ผมสร้างอย่างไรครับ
Moderators: mindphp, ผู้ดูแลกระดาน
Code: Select all
redirect(append_sid("{$phpbb_root_path}viewtopic.$phpEx", "t=$topic_id" . "&p=$post_id" . (($forum_id) ? "&f=$forum_id" : '' ."#p$post_id")));
Users browsing this forum: No registered users and 12 guests