Welcome Guest, Not a member yet? Register   Sign In
Favorite Movies : Need help with a tiny scripts
#1

[eluser]IamPrototype[/eluser]
Hello.

I want my users be able to pick/write down their favorite movies in a input seperated with a comma. My problem is I don't know how to insert the movies into my database (I know how to insert data). The thing is, how should the table values look like? Right now I'm testing without a database and this is some code I just came up with. Feel free to suggest changes!

Code:
$fav_movies = 'In Hell-Southpark-American Pie 1-Jackass';
$exp_movies = explode('-', $fav_movies);

echo implode(', ', $exp_movies);

$fav_movies should be the result of my query. I simple don't know if that would be a good way on how to do it. Ah, it's hard for me to explain, sorry. Smile

Let's keep it simple: I'm in a need of script where my guests can pick their favorite movies, cars - whatever! I haven't used explode and implode for a long time, so I'm just practicing, you know. Any kind of help on how it should look like when I insert my movies and output them would be nice, thanks!


Messages In This Thread
Favorite Movies : Need help with a tiny scripts - by El Forum - 06-19-2009, 10:54 AM
Favorite Movies : Need help with a tiny scripts - by El Forum - 06-19-2009, 11:13 AM
Favorite Movies : Need help with a tiny scripts - by El Forum - 06-19-2009, 11:27 AM
Favorite Movies : Need help with a tiny scripts - by El Forum - 06-19-2009, 11:37 AM
Favorite Movies : Need help with a tiny scripts - by El Forum - 06-19-2009, 11:46 AM
Favorite Movies : Need help with a tiny scripts - by El Forum - 06-19-2009, 12:09 PM
Favorite Movies : Need help with a tiny scripts - by El Forum - 06-19-2009, 12:32 PM
Favorite Movies : Need help with a tiny scripts - by El Forum - 06-19-2009, 12:33 PM
Favorite Movies : Need help with a tiny scripts - by El Forum - 06-19-2009, 12:35 PM
Favorite Movies : Need help with a tiny scripts - by El Forum - 06-19-2009, 02:35 PM
Favorite Movies : Need help with a tiny scripts - by El Forum - 06-19-2009, 03:25 PM
Favorite Movies : Need help with a tiny scripts - by El Forum - 06-20-2009, 02:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB