Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3395088
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T04:14:54+00:00 2026-05-18T04:14:54+00:00

im trying to figure out how i can do this. i have a list

  • 0

im trying to figure out how i can do this.

i have a list of names being pulled from the database and when i click on a name i want another page to load with that names details.

I’ve done this before using ajax in an ajax driven contact book i made, but now i need to be able to take that persons name attach it to the $_GET and submit the form so another page loads with the persons name, just by having that persons name I can query my database.

Thats easy, but the trick here is that i have like 10 names being pulled from the database inside of a while loop.

so now I have ten tables with short details of the person along with their name. I want to have a click here for more details option. Thats whats confusing me, I don’t want to use javascript just yet if at all possible. But without jquery I don’t know how to grab the ID of the name. which is pointing towards the ajax route which i don’t want to go into at this time.

any help would really be appreciated.

here is my while loop code with my attempt:

            <? while($project = mysql_fetch_assoc($pquery)){ ?>
             <form action="projectview.php" method="GET" id="viewproject">
                    <table border="0" align="right" style="border-bottom: 1px dashed #BDBDBD;" width="100%">
                    <tr><td colspan="2"><span><input type="submit" name="view" id="<?=$project['idProjects'];?>"><?=$project['project_name'];?><input type="hidden" name="<?=$project['idProjects'];?>"></span></td></tr>
                    <tr><td align="right" colspan="2"><span>post-production</span></td></tr>
                        <tr><td>Time:</td><td><?=daysDifference($project['end_date']);?> remaining</td></tr>
                        <tr><td>Budget:&nbsp;</td><td><?=$project['actual_budget'];?></td></tr>
                    <tr><td colspan="2"><?=$project['end_date'];?></td></tr>
                    </table>
              </form>  
                <br />
                <div style="padding: 3px;">&nbsp;</div>
             <? } ?>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T04:14:54+00:00Added an answer on May 18, 2026 at 4:14 am

    I’m not completely sure what you’re asking, but from what I can gather you want a list of names and each name has a “more info” link to a page that uses GET for parameters. For that you don’t need to use forms, you can go with normal links and append the GET data to the link.

    <?php while($project = mysql_fetch_assoc($pquery)){ ?>
        <?php echo $project[ 'project_name' ]; ?>
        <a href="projectview.php?projectId=<?php echo $project[ 'idProjects' ]; ?>">
            click here for more info
        </a>
    <?php } ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been trying to figure this out and can't seem to get it. Here
Trying to figure out this pseudo code. The following is assumed.... I can only
I am trying to figure out what 'topic' this is called, so I can
I've spent a few days trying to figure this one out and can't seem
Trying to mess with this wordpress theme and can't figure out why the sidebar
I'm trying to implement this scenario using Unity and i can't figure out how
Can't seem to figure this out, see code below. Trying to make a GET
Trying to figure out why my list() class pointers are being overwritten with the
I'm trying to figure out the cleanest way to do this. Currently I have
I'm trying to figure out how I can download a particular tag of a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.