Jump to content

addyking

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

addyking's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I think i will manage the code somehow, can u tell me what i have to do to get it working. like the steps involved in it. Do i have to make a join first to the login table? steps like those.
  2. <p>welcome: <?php echo $_SESSION['user_name'];?></p> <p>There are <?php echo $totalRows_rs1 ?> records</p> <form id="form1" name="form1" method="POST" action="<?php echo $editFormAction; ?>"> <table width="458" border="1"> <tr> <td width="124">Author Name</td> <td width="318"><label for="author"></label> <input type="text" name="author" id="author" /></td> </tr> <tr> <td>Title</td> <td><label for="title"></label> <input type="text" name="title" id="title" /></td> </tr> <tr> <td> </td> <td><input type="submit" name="submit" id="submit" value="Submit" /></td> This is a table its all in dreamweaver. the Session area is from different table, where user login resides. And the recordset is different table where the data is send and stored to database. Now with that echo totalrows i am able to see all the rows of the table. If there any way where i can see only the rows that a specific user has uploaded so that only he is able to alter it. ty
  3. I dont know how to, am new to php. I need something to fetch the number of files and what files the user uploaded to the database earlier.
  4. show list of files uploaded by current session user to the database. I want to show different users when they log in to the website...they can see a list of old files that they have uploaded. can anyone tell me the code/script to this.....please, ty
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.