CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2013
    Posts
    1

    Newbie needs help.

    Hello everyone,

    I have a bit of a problem with my site.

    I have a zendframework developer work on it but I am now out of money so I need to try and do some things myself

    When I make a post on the site I go:

    "hello"

    or

    'hello'

    and the server reposts it as

    /"hello"/

    and

    /'hello'/

    Do any of you know any quick and easy fix for this I can make please?

    Many thanks in advance if you can help!

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Newbie needs help.

    Sounds like magic quotes are turned on.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured