Hello, I do have a problem and need ur guys help. I´m bulding a bannerrotation and chose this method, so please don´t suggest any other I do have a form, where users can upload their picture und enter their url. The resulting generated sourcecode <a href .... bla bla bla should be saved into a field in my sql database. Didn´t find a solution yet, maybe temporarily save it somewhere? Thanks in advance for your help. Bye
just do an insert query? with the data from the form? http://www.tizag.com/mysqlTutorial/mysqlinsert.php
Hy, nope. I just have 1 field in my table, which is called sourcecode. I don´t want to upload picture and link on my database, but the whole html sourcecode. U got it? Cya
Hy, thanks for ur offer, but there isn´ anything I could show u. Isn´t much code, just the form and the script importing sourcecode into the DB, nothing more. Cya
Hy, thanks. But where do I type this and what is it for? And what do I type in $Sourcecode_string ? Bye
Just store the generated code in a variable, and insert it into your database. Still, I insist... show me through PM the generator's code.