Re: [PHP] More newbie help - mixing 2 different things into one database

2002-03-21 Thread Jason Sheets
- Original Message - From: "Jason Sheets" <[EMAIL PROTECTED]> To: "Laurie Landry" <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 10:35 PM Subject: Re: [PHP] More newbie help - mixing 2 different things into one database > Make sure your $option

RE: [PHP] More newbie help - mixing 2 different things into one database

2002-03-21 Thread Laurie Landry
Oh... maybe I should take a "How to send a full and complete email" newbie class instead? :) Here's the code: Add a Link to the Links Database $subjects"; } // create SQL statement $country_sql = "SELECT countries FROM countries ORDER BY countries ASC"; // execute SQL query and get re

[PHP] More newbie help - mixing 2 different things into one database

2002-03-21 Thread Laurie Landry
Hi, In this example: I'm trying to introduce the selection data from another table in the database into this form. The form is a simple form where if missing any data, you're redirected back to the page to form but with data filled in some areas that you had filled in before. Now, instead of ma