Skip to main content

Special Characters must be escaped solved

PHP,WORDPRESS,DREAMWEAVER ERROR

Four character entity references deserve special mention since they are frequently used to escape special characters:
  • “&lt;” represents the < sign.
  • “&gt;” represents the > sign.
  • “&amp;” represents the & sign.
  • “&quot; represents the ” mark.
  • Let’s take an example of a sitelink search box:
    < script type=”application/ld+json”>
    {
    “@context”: “http://schema.org”,
    “@type”: “WebSite”,
    “url”: “https://www.akonnor.com/”,
    “potentialAction”: {
    “@type”: “SearchAction”,
    “target”: “https://query.akonnor.com/search?q={search_term_string}”,
    “query-input”: “required name=search_term_string”
    }
    }
    < /script>
    These when coded will give 4 error message or special characters must be escaped.
  • The correct code should be this

    “&lt;”script type=application/ld+json“&gt;”
    {
    “@context”: “http://schema.org”,
    “@type”: “WebSite”,
    “url”: “https://www.akonnor.com/”,
    “potentialAction”: {
    “@type”: “SearchAction”,
    “target”: “https://query.akonnor.com/search?q={search_term_string}”,
    “query-input”: “required name=search_term_string”
    }
    }
    “&lt;” /script“&gt;”

Comments

Popular posts from this blog

Mzuzah Africa – The 2018 Experience

VISION: BUILDING SUSTAINABLE WEALTH Mzuzah africa’s mission is to inspire, empower and provide key tools for the economic, social and environmental sustainability of leaders in emerging economies. To build a collaborative bridge that cuts across geographic boundaries. They achieve this by providing the most collaborative platforms and practical tools necessary for socioeconomic and environmental sustainability and success. On the 8th March, 2018, in my last semester as undergraduate, through my university- University of Professional Studies- Accra (UPSA), i got invited to this exceptional,educative and inspiring conference. The first and perhaps the last conference i ever attended during my university days. Since 2010, pilot forums have been implemented across West Africa in Ghana, Nigeria and Cameroon. Over 800 participants consisting of multinational corporations, foundations, indigenous organisations and the civil society have participated. The Forum  engages the ...

Most Expensive Google Keywords

Business Services :  Business services is a general term that describes work that supports a business but does not produce a tangible commodity. Exmaples are Legal Services, IT, Accounting, Human Resources and Staffing, Real Estate and Leasing and Marketing and Advertising. This keyword goes for $58.64 for every click. The top sample queries are data room and factoring company searches. Bail bonds : A bail bondsman, bail bondsperson, bail bond agent or bond dealer is any person, agency or corporation that will act as a surety and pledge money or property as bail for the appearance of persons accused in court- Wikipedia .This keyword goes for $58.48 AVG CPC. The top sample queries are  bail bonds,bill bondsman and  bill bonds los angeles. Casino:   A building where games, especially roulette and card games are played for money. A public room for music or dancing,” from Italian  casino , literally “a little house.This keyword goes for $55.48 for ever...

SUPERVISORY COMMITTEE DUTIES & RESPONSIBILITIES

The Supervisory Committee of a Cooperative credit Union is appointed by the Board to: Act as the overseer of the credit union to protect and safeguard member assets Ensure that records are maintained properly, honestly and accurately Make sure that policies are established according to law and carried out faithfully Check to see that proper internal controls are in place Ensure that members receive the best possible service Who can be a Supervisory Committee Member? Must be a member of the credit union Must be bondable by the credit union’s surety bond company Cannot be related to any credit union employee Who cannot be a Supervisory Committee Member? Loan Officer Membership Officer Treasurer / Assistant Treasurer Secretary of the Board of Directors  How Does Someone Become a Supervisory Committee Member? The committee is appointed by the Board of Directors The number of committee members should not be less than three or more than five Terms are for o...