User Profile

Collapse

Profile Sidebar

Collapse
beginner123
beginner123
Last Activity: Feb 28 '13, 07:19 AM
Joined: Feb 6 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • The following is php code

    Code:
    <?php
    
    $xml = new SimpleXMLElement('<xml/>');
    
    $conn=mysql_connect('localhost','root','password') or die(mysql_error());
    
    mysql_query("SET NAMES 'utf8'", $conn); 
    mysql_select_db('new') or die (mysql_error());
    
    
    $games = $xml->addChild('games');
    $game = $games->addChild('game');
    
    $query1 = mysql_query("SELECT
    ...
    See more | Go to post
    Last edited by Rabbit; Feb 28 '13, 08:33 PM. Reason: Please use code tags when posting code.

    Leave a comment:


  • beginner123
    started a topic what is dynamic SQL?

    what is dynamic SQL?

    hi all
    i just want the description what is dynamic SQL? how we can create Dynamic SQL database
    See more | Go to post

  • beginner123
    started a topic how to write php code to get xml dynamic page?
    in PHP

    how to write php code to get xml dynamic page?

    Hi all
    need to write php code to get xml dynamic page. i have attached an out of the code can any one help to solve it out?
    i have created database name called 'new' with 3 tables first is 'games' with field gid as primary key, gname primary key gid, second table is 'levels' with the field lvalue as primary key , gid as foreign key and the third table is display_items with did as primary key , dname meaning , position , shape , lid...
    See more | Go to post
No activity results to display
Show More
Working...