Thanks for that. The complex gives no result but the simple gives me an answer (it aint wot I want, but at least it gives a window(forgive the pun)on where to go from here
ChrisN
Search found 3 matches
- Thu Jul 29, 2004 2:35 pm
- Forum: PHP - Code
- Topic: [SOLVED] How do I insert a page variable into SQL please?
- Replies: 4
- Views: 347
- Wed Jul 28, 2004 2:55 am
- Forum: PHP - Code
- Topic: [SOLVED] How do I insert a page variable into SQL please?
- Replies: 4
- Views: 347
- Wed Jul 28, 2004 2:11 am
- Forum: PHP - Code
- Topic: [SOLVED] How do I insert a page variable into SQL please?
- Replies: 4
- Views: 347
How do I insert a page variable into SQL please?
Please bear with me I am a newbie I have a variable [MembNo ] carried forward from a form see below: Your Membership Number is <?php echo $_POST["MembNo"]; ?>.<br> I want to retrieve Firstname from the database and insert it into the page $sql="SELECT Firstname FROM Officerquery WHERE...