User Profile

Collapse

Profile Sidebar

Collapse
dhimok
dhimok
Last Activity: Jun 3 '11, 08:08 AM
Joined: Jul 5 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dhimok
    started a topic How to manipulate a string, variable in shell

    How to manipulate a string, variable in shell

    Hei everyone!

    I have this variable in shell containing paths separated by
    a space:

    Code:
    LINE="/path/to/manipulate1 /path/to/manipulate2"
    I want to add additional path string in the beginning of the string and as well right after the space so that the variable will have the result something like this:

    Code:
    LINE="/additional/path1/to/path/to/manipulate1 /additional/path2/to/path/to/manipulate2"
    ...
    See more | Go to post

  • dhimok
    started a topic How to fetch comments field from MySQL Table?
    in PHP

    How to fetch comments field from MySQL Table?

    Is it possible to fetch "Comments" field of a Mysql database table row with PHP?

    I know I can fetch 'Field', 'Type', 'Null' 'Default', 'Extra' with 'DESCRIBE table'

    Thanks in advance!...
    See more | Go to post

  • dhimok
    started a topic Klarna API integration
    in PHP

    Klarna API integration

    Hi, does anyone have a clue on how to integrate Klarna API on a custom webstore? I find their documentation not quite helpful.
    http://integration.kla rna.com/

    Any help on how to get started will be highly appreciated!
    Thanks in advance!
    See more | Go to post
No activity results to display
Show More
Working...