Jump to content

debmc99

Member
  • Posts

    58
  • Joined

  • Last visited

Posts posted by debmc99

  1. My client's contact form is being hijacked by spam and automatic submissions. The form is processed with PHP. Does anyone know a simple way to add an anti-spam "are you human" type question to the HTML form? I also read somewhere that you can prevent form comments from containing hyperlinks. Does anyone happen to know what the code would be for that? Any advice would be appreciated.

  2. Has anyone ever used Greybox http://orangoo.com/labs/greybox/examples.html for an image gallery on their website?

     

    I have it semi-working. However, in Firefox, the images don't show up until I advance through the gallery, then when I start over, the images are visible...seems like they are loading really slow but no "loading" message is visible either.

     

    But in IE all the pictures are visible, including the "loading" message, the images load fine, however, the image jumps a bit when it first loads.

     

    Anyone have any ideas? Thank you.

  3. Hi, I hope I am not in the wrong forum. Can anyone recommend a simple guestbook to integrate into a website? I really just need visitors to be able to post comments. Nothing fancy...the simpler the better since I have very basic PHP skills. I also need to be able to login as an admin to edit/delete them. Any recommendations would be appreciated. Thank you.

  4. I have a client with an old CGI form and the form results show the HTML tags. I know nothing about PERL. Is there any way to have it print results in plain text or at least hide the tags? Thank you.

     

    For example:

     

    sub OUTprint {

     

    print ("Content-Type: text/html\n\n");

    print ("

    Thank You\n");

    print ("

    Thank You For Filling in the Requested Information

    \n");
×
×
  • Create New...