Jump to content

teerock

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

teerock's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello fellow php'ers, I'm relatively new to PHP (3 months) but a fast learner. My application is being built primarily in Dreamweaver and requires the following: A user can access the Add_Artist_Image.php page from two links. This page has a recordset talking to a table called Artists Depending on how the user arrives at the page determines the default value displayed in a drop down list. If the user arrives via this link: <a href="artist_add_image.php?recordID=<?php echo $row_Images['id']; ?>"> the drop down list should display the Artist Name relevant to the recordID. If the user arrives via this link: <a href="artist_add_image.php"> the drop down list should default to the first record in the page recordset (Artists). I can achieve all of this. However, I need the drop-down list to behave dynamically. IE: If the user arrives with the recordID URL link in tact but then clicks on the drop down list arrow, the drop down list should expand to include the entire Artists recordset. So the recordset needs to reflect the behaviour of the user. I hope this makes sense and I sure pray for answer. Thankyou in advance. Teerock
  2. Hi Xec, thanks for your response. I'm planning on having the quote already translated and entered into a table, once in spanish and once in english. When the user clicks on the quote in spanish I need the script to look up the corresponding english quote in the table and return it. Is this possible? Remember I am very new at php and MySQL. Regards, Teerock
  3. Hi fellow scripters, I'm a newbie to php and MySQL and have an application that requires me to display a quote of the day in spanish (plucked randomly from a MySQL table) and then translate it to English when the user clicks on it. Any help would be much appreciated. Cheers, Teerock
  4. Hi fellow scripters, I'm new to this and have an application that requires me to display a quote of the day on a website (randomly picked from a MySQL table) in spanish and then translate it to the equivalent quote in english when the user clicks on it. Any help would be much appreciated. Cheers, Teerock
×
×
  • 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.