Jump to content

bugmuncher

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

bugmuncher's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, all. I believe I am a newbie. In the following example, I'm trying to get 2 text fields out of my database, just to see what they are (and hopefully to use them! I figured I would use mysql_fetch_assoc to make an array of pairs of orgName and orgSuggestedCopy. But when I run the script, instead of getting whole records, I get "m" for both echos. I think I am approaching this the wrong way. -------------------- $query="SELECT orgName, orgSuggestedCopy FROM organizations WHERE oid='$firstSub'"; $result=mysql_query($query) or die ("Error"); $debug="mysql_fetch_assoc($result)"; echo $debug['orgName']; echo $debug['orgSuggestedCopy'];
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.