User Profile

Collapse

Profile Sidebar

Collapse
jaejinkorean
jaejinkorean
Last Activity: Sep 18 '07, 01:42 AM
Joined: Feb 3 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jaejinkorean
    started a topic php.ini file for mySQL

    php.ini file for mySQL

    I don't know if this is the right place to ask this question...

    My php.ini file look like following..
    There are some empty spot to fill.. I do not know what values should I assign,,
    To us mySQL what values do I need to set?(port, socket, host)

    Thanks..
    Code:
    [MySQL]
    ; Allow or prevent persistent links.
    mysql.allow_persistent = On
    
    ; Maximum number of persistent links.
    ...
    See more | Go to post

  • jaejinkorean
    started a topic modify XML file with DOM
    in PHP

    modify XML file with DOM

    I'm having trouble with modifying xml file...

    <?
    $dom = new DomDocument();
    $dom->load("fileName .xml");

    ?>

    fileName.xml is
    <classes> </classes>

    then if I want to add a new class under clases
    How do I do?

    to get
    <classes>
    <class>
    </class>
    </classes>...
    See more | Go to post
No activity results to display
Show More
Working...