•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 391,143 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,167 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 1270 | Replies: 15
![]() |
Ok so the problem is passing the info between the pages... What does the link look like on vehicle.php that sends you to vehicle-info.php ??
That is your problem you do not define the veriable name in your link. Modify it to this and it should work:
<th><a href='My-Vehicle-info.php?PlateN=" . $myrow[0] . "'>More</a></th>
<th><a href='My-Vehicle-info.php?PlateN=" . $myrow[0] . "'>More</a></th>
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb PHP Marketplace
Similar Threads
- Modify Record script doesn't add/change info (PHP)
- Help with a reservation program! GUI Messed XD (Java)
- how willl i be able to save a specific record into my database file in ms access (Java)
Other Threads in the PHP Forum
- Previous Thread: Undifined Index in PHP code
- Next Thread: mysql_query(): supplied argument is not a valid MySQL-Link


Linear Mode