Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
2
Downvoting Members
4
3 Commented Posts
0 Endorsements
Ranked #4K
~2K People Reached
About Me

I am , M.M. SHAHAB UDDIN AHMED SHOHAG Department of Computer Science & Engineering (B.Sc-Engg.) MAWLANA BHASHANI SCIENCE & TECHNOLOGY UNIVERSITY Email: ce.shahabuddin@gmail.com

Interests
Programming
PC Specs
CORE I3
Favorite Tags
Member Avatar for SHAHAB UDDIN

------------------------------------------------------ Main code: ------------------------------------------------------ public function forum_detail_info($post_id) { $data = array(); $this->load->library('pagination'); $config['base_url'] = base_url() . 'welcome/forum_detail_info/'; $config['total_rows'] = $this->db->count_all('tbl_forum'); $config['per_page'] = 3; $this->pagination->initialize($config); $data['about'] = $this->welcome_model->about_info(); $data['about'] = $this->welcome_model->about_info(); $data['forum_post_info'] = $this->welcome_model->select_all_forum_post_info($post_id); //---------------more $this->load->view('website/include/header', $data); $this->load->view('website/master_page', $data); $this->load->view('website/include/footer'); } ---------------------------------------------- I want code: ---------------------------------------------- public function forum_detail_info($post_id) { $data …

Member Avatar for Web Dev Rob
0
312
Member Avatar for SHAHAB UDDIN

I need a travel agency project that show delete ,insert , update the customer information & log in the customer & admin.Please help me.

Member Avatar for ahqaf
0
101
Member Avatar for SHAHAB UDDIN
Member Avatar for diafol
0
837
Member Avatar for SHAHAB UDDIN
Member Avatar for seoinheritx

1) Social Bookmarking 2) Forum Posting And Profile Backlink creation 3) Blog Posting and commenting 4) Directory Submission 5) RSS Site Submission Etc

Member Avatar for anselcary
-3
507
Member Avatar for SHAHAB UDDIN

install problem of oracle 11g release 2 : 1) it wants oracle suppotted passward .what is it ?. 2) i give a password but do not work.What can i do ?

Member Avatar for debasisdas
0
77
Member Avatar for SHAHAB UDDIN
Member Avatar for daino

Would anyone know what this kind of syntax means. Its in reference to a library I want to include in my c++ applicaiton. It takes this form. Where can I read up about this. I've tried a google search but I'm not sure what to search on. #include <name/name.p> //what …

Member Avatar for daino
0
142
Member Avatar for SHAHAB UDDIN

How i take a line string input through keyboard ?. Example : I am a student .

Member Avatar for godzab
0
136