PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I want to have it so that people who have an account on my site can store youtube videos that they uploaded to be viewed in their profile. ive tried two different ways and neither worked. 1st was to store the whole address in a mysql database. the 2nd was to just store the 11 character end of the address. (just a note my site has the magicquotes thing activated)
ive tried many different ways to get the youtube address inserted but nothing seems to work. works fine if i type it in manually. the youtube link inbetween the two <br>s prints the link perfectly and i can capy paste it in another browser and get what i want
in line 16 ive used both the echo of $link and the echo of spv['youtube'] and both of them work in line 16 just not in 19. ive gone through a couple different things