New appreciate help! :)

Makoshane

New Member
Hello fellow web friends I'm currently building a web site I learned how to make a comment box and such but this is where my problem begins I'm trying to make it where my comment box allows me to insert pics and video's so when it's posted it will pop up in the users post instead of having to just link everything. I didn't know if this should go in scripts or programing but any help is greatly appreciated!!!

Thank you - Shane :)
 

logoarena

New Member
you can use a multipart/form-data form to upload files, then manage the links into a db and output the html according to your needs
if you need to allow user to post some embedded videos or pics and want to keep your site safe, you can take a look at htmlpurifier (a php open source library)
 
Top