portal design help!!!!

Reply

Join Date: Aug 2008
Posts: 149
Reputation: sarithak is an unknown quantity at this point 
Solved Threads: 6
sarithak sarithak is offline Offline
Junior Poster

portal design help!!!!

 
0
  #1
Aug 4th, 2008
hey can u help me out with web portal like orkut to exchange scraps..??? Need source code for that.
My best wishes ... from my soul ... for everyone!
Keep Smiling....Never Depress
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 1,072
Reputation: Shanti Chepuru is on a distinguished road 
Solved Threads: 98
Shanti Chepuru's Avatar
Shanti Chepuru Shanti Chepuru is offline Offline
Veteran Poster

Re: portal design help!!!!

 
0
  #2
Aug 4th, 2008
you need to provide them to login...and use ont scraps table...then insert the scrap exchanging between them with recieverid,sender id...and show the scraps according to that ids...
Last edited by Shanti Chepuru; Aug 4th, 2008 at 5:22 am. Reason: add
Be intelligent, But Don't try to cheat.. Be innocent But Don't get cheated..
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 149
Reputation: sarithak is an unknown quantity at this point 
Solved Threads: 6
sarithak sarithak is offline Offline
Junior Poster

Re: portal design help!!!!

 
0
  #3
Aug 4th, 2008
Hi shanthi..
Thanks 4 giving fast reply..
But i need only code for SENDING SCRAPS,STORING SCRAPS..(where we can store scraps,i mean database or files)


If u possible try to do that...plz..

thanks in Advance..
My best wishes ... from my soul ... for everyone!
Keep Smiling....Never Depress
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 1,072
Reputation: Shanti Chepuru is on a distinguished road 
Solved Threads: 98
Shanti Chepuru's Avatar
Shanti Chepuru Shanti Chepuru is offline Offline
Veteran Poster

Re: portal design help!!!!

 
0
  #4
Aug 4th, 2008
you have to create database table to scraps like:
  1. CREATE TABLE `scraps_table` (
  2. `sid` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
  3. `sender_id` INT NOT NULL ,
  4. `rec_id` INT NOT NULL ,
  5. `message` VARCHAR( 255 ) NOT NULL ,
  6. `status` INT NOT NULL ,
  7. `added_date` DATE NOT NULL
  8. ) ENGINE = INNODB;

sender_id,rec_id are comes form login table userid....
Be intelligent, But Don't try to cheat.. Be innocent But Don't get cheated..
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 171
Reputation: praveen_dusari is an unknown quantity at this point 
Solved Threads: 21
praveen_dusari's Avatar
praveen_dusari praveen_dusari is offline Offline
Junior Poster

Re: portal design help!!!!

 
0
  #5
Aug 4th, 2008
hi saritha,
you have to write like
  1. if(isset($_GET['id']))
  2. {
  3. // your sql queries
  4. ?>
after creating a table
Failure is success if we learn from it
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC