Re: text field's null value
From: Neil Trigger (email_at_magic2k.com)
Date: 12/31/03
- Next message: -----> sylvain: "set_time_limit + mysql"
- Previous message: Sims: "explode, preg_match, what is best in my case?"
- In reply to: Capt. Beefheart: "Re: text field's null value"
- Next in thread: Stuart Colman: "Re: text field's null value"
- Reply: Stuart Colman: "Re: text field's null value"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Dec 2003 16:51:32 -0800
No I'm not offended. I'm rather flattered you thought more of me ;o)
The result from the query is an HTML text link to create a bookmark at the
moment. This is just to test the query which works fine.
The part I'm having problems with is where the HTML link actually sends the
user once it has been clicked. I want the HTML link to query the database
again.
I want the result to be something like: (and I know it is wrong but it'll
give you an idea)
echo"<a href=\"AllTheInfo.php?"$Title,$Description,$Area"\"";
This will (hopefully) send the user to a dynamically created page that
displays all of the info for the listing.
So from the beginning:
User visits my FIRST page.
User searches the database using the search form
The Database returns 3 results for the city of London, in the form of three
HTML links. These appear like this:
Magic circle
Millenium Eye
Tower Bridge
The user clicks on one of these links - Say Tower Bridge.
The user is taken to a new, dynamically created page that has all the values
of the Tower Bridge listing that are held in the database, including
description and area.
I hope that's a little clearer.
I know it's far from my capability. I'm pretty impressed with myself for
getting this far actually.
I know what i want but have no clue how to get it.
Thanks for your time.
-- ¿ Trigger ? http://www.magic2k.com/ http://www.oddmap.co.uk
- Next message: -----> sylvain: "set_time_limit + mysql"
- Previous message: Sims: "explode, preg_match, what is best in my case?"
- In reply to: Capt. Beefheart: "Re: text field's null value"
- Next in thread: Stuart Colman: "Re: text field's null value"
- Reply: Stuart Colman: "Re: text field's null value"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|