Results 1 to 4 of 4

Thread: Remove spaces

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    259

    Remove spaces

    There is any function to remove spaces from MySql Database

    for example:

    I Have thsi data

    ID Word
    1 Hi
    3 bye
    4 now
    6 go

    I want to remove spaces.

    Output:

    ID Word
    1 Hi
    2 bye
    3 now
    4 go

  2. #2
    scoutt
    Guest
    I don't see what you are talking about. and don't you ever read teh manual??

    look into str_replace()

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    259

    I mean

    I mean reNumber the rows of table

  4. #4
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    scoutt and I had a big discussion on this once, go search for it.
    My evil laugh has a squeak in it.

    kristopherwilson.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width