Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by joshley

  1. joshley

    MySQL data into dynamic text field without escape sequence!!

    Hi, I finally found the solution. Inside the file that's going to be read by Flash, just wrap the variable with a stripslashes() function. $audioname = stripslashes($audioname); Joshley
  2. joshley

    MySQL data into dynamic text field without escape sequence!!

    Hi guys, I got a music portfolio web site running PHP, MySQL and Flash. There's a page showing all the artists my client worked for and when you click on a song title, this title is passed as a variable to a PHP page then to a Flash page. The Flash page contains an actionscript music player...

Part and Inventory Search

Back
Top