Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
Old 01-12-2005, 11:56 AM insert into sql
Experienced Talker

Posts: 32
Trades: 0
i want to replace all blankspaces in the Title field in my database with  .

so for example if the title is 12 days - i would like to change it to 12 days

is there any easy way of doing this?

thanks
hershel is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-12-2005, 12:13 PM
Republikin's Avatar
Defies a Status

Posts: 3,189
Trades: 3
PHP Code:
preg_replace(' '' '$title); 
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Republikin is offline
Reply With Quote
View Public Profile
 
Old 01-13-2005, 03:05 AM
JasonMichael's Avatar
Novice Talker

Posts: 13
Trades: 0
I didn't know preg_replace would work that way, without a REGX pattern. Cool. He could also do:

PHP Code:
$title=str_replace(' ',' ',$title); 
__________________
Visit
Please login or register to view this content. Registration is FREE
- PHP Tutorials and More!
Please login or register to view this content. Registration is FREE
JasonMichael is offline
Reply With Quote
View Public Profile
 
Old 01-13-2005, 07:09 AM
Experienced Talker

Posts: 32
Trades: 0
I have tried this but get the response:

#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '$Title=str_replace(' ',' ',$Title)' at line 1
.

I am using phpmyadmin 2.6.1 for my sql commands
hershel is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to insert into sql
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.20437 seconds with 12 queries