jchrisphonte
01-24-2012, 10:44 PM
I've scoured the web for a tutorial about this, but to no avail. And so I turn to you helpful comrades. Here's what I need to do:
I have a MySQL database with an Events table. I have already created a PHP web page with a list of the Event titles and some summary info example here: http://www.hedgevent.com, Each event title must be a link to the full details of the Event. But I want to avoid having to create a static page for each event.
Is there a way to have the event name be added to the end of the url and the data to be pulled to appear in the spaces i have made on my sample details page?
<div id="container">
<div id="listing">
<h2>Activist Investor Conference</h2><br>
<table width="500" border="0" cellpadding="5">
<tr>
<td>Export</td>
<td>Outlook | Google | Apple iCal | Yahoo | MSN</td>
</tr>
<tr>
<td>Share</td>
<td>Linkedin | Facebook | Google+ | Twitter | Stocktwits</td>
</tr>
<tr>
<td>Rating</td>
<td>*****</td>
</tr>
<tr>
<td>Venue</td>
<td>Waldorf Astoria</td>
</tr>
<tr>
<td>Location</td>
<td>123 Central Park Lane - New York NY 11298</td>
</tr>
</table>
<br>
<p>Details:</p> <br>
<p>The Activist Investor Conference is your opportunity to network with the most important group of activist investors, corporate governance specialists, advisory firms, proxy solicitors, and corporate board members. This two-day event features a complete view of activist investment strategies and their impact on corporate performance and returns. The agenda examines topics vital to both investors and corporate boards.
</p>
I have a MySQL database with an Events table. I have already created a PHP web page with a list of the Event titles and some summary info example here: http://www.hedgevent.com, Each event title must be a link to the full details of the Event. But I want to avoid having to create a static page for each event.
Is there a way to have the event name be added to the end of the url and the data to be pulled to appear in the spaces i have made on my sample details page?
<div id="container">
<div id="listing">
<h2>Activist Investor Conference</h2><br>
<table width="500" border="0" cellpadding="5">
<tr>
<td>Export</td>
<td>Outlook | Google | Apple iCal | Yahoo | MSN</td>
</tr>
<tr>
<td>Share</td>
<td>Linkedin | Facebook | Google+ | Twitter | Stocktwits</td>
</tr>
<tr>
<td>Rating</td>
<td>*****</td>
</tr>
<tr>
<td>Venue</td>
<td>Waldorf Astoria</td>
</tr>
<tr>
<td>Location</td>
<td>123 Central Park Lane - New York NY 11298</td>
</tr>
</table>
<br>
<p>Details:</p> <br>
<p>The Activist Investor Conference is your opportunity to network with the most important group of activist investors, corporate governance specialists, advisory firms, proxy solicitors, and corporate board members. This two-day event features a complete view of activist investment strategies and their impact on corporate performance and returns. The agenda examines topics vital to both investors and corporate boards.
</p>