Yes Yes

See all posts Reply

Yes Yes new!
by Evert M, 14 years, 5 months ago
Your my hero!

It works perfectly! I added this line into index.html:
input type="text" size="32" name="my_dynamic_text" id="my_dynamic_text" value="Source: "

Now, it's possible to print the source on the picture.

Next, i gonna try your donate button.Reply
Re: Yes Yes new!
by colin, 14 years, 5 months ago
Glad it is working. Do not forget to sanitize your input (you need to make sure $_POST['my_dynamic_text'] doesn't have any malicious data in it.

And thank you for the donation! It is much appreciated.Reply