DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   PHP (http://www.daniweb.com/forums/forum17.html)
-   -   portal design help!!!! (http://www.daniweb.com/forums/thread138391.html)

sarithak Aug 4th, 2008 5:08 am
portal design help!!!!
 
hey can u help me out with web portal like orkut to exchange scraps..??? Need source code for that.

Shanti Chepuru Aug 4th, 2008 5:20 am
Re: portal design help!!!!
 
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...

sarithak Aug 4th, 2008 5:21 am
Re: portal design help!!!!
 
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..

Shanti Chepuru Aug 4th, 2008 5:27 am
Re: portal design help!!!!
 
you have to create database table to scraps like:
CREATE TABLE `scraps_table` (
`sid` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`sender_id` INT NOT NULL ,
`rec_id` INT NOT NULL ,
`message` VARCHAR( 255 ) NOT NULL ,
`status` INT NOT NULL ,
`added_date` DATE NOT NULL
) ENGINE = innodb;

sender_id,rec_id are comes form login table userid....

praveen_dusari Aug 4th, 2008 5:40 am
Re: portal design help!!!!
 
hi saritha,
you have to write like
if(isset($_GET['id']))
                                                                        {                                                                       
                                                                        // your sql queries
                                                            ?>
after creating a table


All times are GMT -4. The time now is 1:12 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC