Log In
Sign Up
Why Join Hot Scripts?
Hot Scripts
All Categories
PHP
Python
Tools & Utilities
XML
Ruby on Rails
Ajax
Web Hosting
ASP
ASP.NET
C & C++
CFML
Flash
Java
JavaScript
CGI & Perl
HTML5
Forums
Blog
Scripts
Hosted Apps
Plugins
Design Templates
Forum
Blog
Advertise
Contact Us
Register
FAQ
Rules
Calendar
Search
Today's Posts
Mark Forums Read
RSS Feeds
Current location:
Hot Scripts Forums
»
Programming Languages
»
PHP
» how can i change or replace from one character to other character
how can i change or replace from one character to other character
LinkBack
Thread Tools
Display Modes
#
1
(
permalink
)
09-25-06, 04:06 AM
mailme420
Newbie Coder
Join Date: Sep 2006
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
how can i change or replace from one character to other character
hi, i am new on PHP
help me if you can.
how can i change or replace from one character to other character?
i need to replace on space to "+".
example: this is a example.
after change : this+is+a+example.
mailme420
View Public Profile
Find all posts by mailme420
#
2
(
permalink
)
09-25-06, 04:09 AM
Nico
Community Leader
Join Date: Sep 2005
Location: Spain
Posts: 8,075
Thanks: 11
Thanked 88 Times in 83 Posts
With
str_replace()
PHP Code:
$string
=
'this is a example.'
;
echo
str_replace
(
' '
,
'+'
,
$string
);
__________________
Zend Certified Engineer
|
My Twitter
|
HotScripts' Blog
|
HotScripts' Twitter
|
How to ask questions the smart way
Nico
View Public Profile
Visit Nico's homepage!
Find all posts by Nico
#
3
(
permalink
)
09-25-06, 04:16 AM
mailme420
Newbie Coder
Join Date: Sep 2006
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
thank you very much.
mailme420
View Public Profile
Find all posts by mailme420
#
4
(
permalink
)
09-25-06, 04:32 AM
nova912
Code Guru
Join Date: Sep 2004
Location: Traverse City, MI, USA
Posts: 821
Thanks: 0
Thanked 0 Times in 0 Posts
if you looking to make chars like space or < or > or &, URL friendly use urlencode($var); and urldecode($var); on the other end =)
nova912
View Public Profile
Find all posts by nova912
#
5
(
permalink
)
09-26-06, 02:52 AM
mailme420
Newbie Coder
Join Date: Sep 2006
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by
nova912
if you looking to make chars like space or < or > or &, URL friendly use urlencode($var); and urldecode($var); on the other end =)
i don't understand what you say. please say more details.
mailme420
View Public Profile
Find all posts by mailme420
Bookmarks
Digg
del.icio.us
StumbleUpon
Google
«
Convert to time from a string
|
count issue...
»
Currently Active Users Viewing This Thread: 1
(0 members and 1 guests)
Thread Tools
Show Printable Version
Email this Page
Display Modes
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
BB code
is
On
Smilies
are
On
[IMG]
code is
Off
HTML code is
Off
Trackbacks
are
On
Pingbacks
are
On
Refbacks
are
On
Forum Rules
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General Community
Announcements
Polls
The Lounge
New Members & Introductions
Script Requests
HotScripts.com Discussion
Hot Scripts Forum Questions, Suggestions and Feedback
General HotScripts Site Discussion
HotScripts Site Bug Reports
General Web Coding
HTML/XHTML/XML
HTML5
JavaScript
CSS
Flash & ActionScript
Programming Languages
PHP
Perl
ASP
ASP.NET
C/C++
Visual Basic
Windows .NET Programming
Everything Java
Other Languages
Other Discussions
Web Servers
Database
Other Topics
Web Design
API
Frameworks
AJAX
Security
Server Administration
Portable Device Programming
Cloud Computing
Ruby on Rails
CFML
Python
Tools and Utilities
Remotely Hosted
Web Hosting
Advertising Forums
General Advertisements
Job Offers & Assistance
Traffic Exchange
Website Reviews
Web Hosting Talk
DBForums.com
Similar Threads
Thread
Thread Starter
Forum
Replies
Last Post
Wanted to replace special characters in MS Access using VB, but more than 1 character
cebuy
Visual Basic
3
12-04-05
05:30 PM
Replace any character
ronlar
PHP
2
09-22-05
12:46 PM
How to replace extended Character with character
luv_suresh
Perl
1
06-22-05
12:16 AM
form mailer replace character
lordy
PHP
2
06-15-05
10:50 PM
replace pattern-problm with pointers
Erev0s
C/C++
0
05-25-04
02:30 AM
All times are GMT -5. The time now is
05:40 AM
.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Share on Facebook
Share on Stumble Upon
Share on Twitter