Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7173573
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T15:51:11+00:00 2026-05-28T15:51:11+00:00

I want to check some string before sending an email. I have 3 fields:

  • 0

I want to check some string before sending an email.
I have 3 fields: name + email + text

I’m wondering if mysql_escape_string is good even If I’ll not insert the values into a sql table. So I used:

PHP code:


  $name = trim($name);
  $name = strip_tags($name);
   # etc 


Question:

It’s enough?

EDIT:
I want to remove HTML Tags (Expet <p> & <br /> from the Text Field) + Trim the strings

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T15:51:12+00:00Added an answer on May 28, 2026 at 3:51 pm

    If you want to remove all HTML Tags except <p> & <br />:

    $name = strip_tags(trim($name), '<p><br>');
    

    Second argument to strip_tags­Docs is the allowed tags. But you can not specify which attributes to preserve or drop for the tags with that function.

    I’m pretty sure how to do that has been already asked on this site, so you should take a search or look at this duplicate:

    • PHP function to strip tags, except a list of whitelisted tags and attributes
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When updating a row, I want to have a built-in check to do some
I want to create a some kind of data duplication check before insertion into
I want to check some things about the state of the session, the user
I want to check that some integer type belongs to (an) enumeration member. For
Possible Duplicate: Faster DirectoryExists function? I want to check if some file exists on
In javascript I check for some characters but I want to allow underscores and
I want to check if the day is Sunday, but for some reason I
I am writing some new SQL queries and want to check the query plans
I am writing some data access code and I want to check for potentially
I have some strings to check against a Regex pattern. Here is the regex:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.