Technology Programming

How to Remove Leading & Trailing Spaces on PHP

    • 1). Open your PHP file in a text editor, such as Windows Notepad.

    • 2). Store a string value in a PHP variable. For example, "$my_string = " hello world ";".

    • 3). Call the "trim(string, ' ')" function to remove leading and trailing spaces from the string. For example, "$my_string = trim($my_string, ' ');" will return "hello world."

    • 4). Call "ltrim(string, ' ')" or "rtrim(string, ' ')" if you only want to remove spaces from the beginning or the end. The function "ltrim" will only remove matching characters from the beginning of the string, while "rtrim" will only remove matching characters from the end of the string. For example, "$my_string = ltrim($my_string, ' ');" will return "hello world ";".

    • 5). Save the PHP file and load it on your server. If it doesn't work correctly, re-check the code syntax for any typos or errors.

SHARE
RELATED POSTS on "Technology"
WordPress - How to Set up a New Theme to WordPress 3.
WordPress - How to Set up a New Theme to WordPress 3.
Solution of Creative Web Design
Solution of Creative Web Design
The three disciplines of User Experience
The three disciplines of User Experience
Web Design Sheffield Options For Professional Enterprises
Web Design Sheffield Options For Professional Enterprises
Do you have what it takes?
Do you have what it takes?
Segway Cost
Segway Cost
Microsoft Access 2010: What's Coming with Office 2010?
Microsoft Access 2010: What's Coming with Office 2010?
Companies of Web Development in Ireland Provide Designs that Work
Companies of Web Development in Ireland Provide Designs that Work
Penguin Update to Put Red-Flags on Negative SEO
Penguin Update to Put Red-Flags on Negative SEO
Innovative web 2 design templates can make your business famous quickly
Innovative web 2 design templates can make your business famous quickly
Building A Search Engine Friendly Website
Building A Search Engine Friendly Website
Exceptional Advice To Build Up Your Internet Marketing
Exceptional Advice To Build Up Your Internet Marketing
The Benefits of Selecting The Right Hosting Company
The Benefits of Selecting The Right Hosting Company
Is There a Methodology for Making Successful Logos
Is There a Methodology for Making Successful Logos
Benefits of Ruby On Rails Development
Benefits of Ruby On Rails Development
The Power of Colour and Shapes in Your Infant's Life.
The Power of Colour and Shapes in Your Infant's Life.
Advantages of Hiring PSD To HTML Service Providers
Advantages of Hiring PSD To HTML Service Providers
How to Make Responsive Web Design Attractive?
How to Make Responsive Web Design Attractive?
Converting PSD to Responsive HTML
Converting PSD to Responsive HTML
Just a few realy really hints and tips when it comes to website design but look for.
Just a few realy really hints and tips when it comes to website design but look for.

Leave Your Reply

*