User Profile

Collapse

Profile Sidebar

Collapse
rajeshkumarvm
rajeshkumarvm
Last Activity: Nov 15 '07, 09:57 AM
Joined: Oct 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rajeshkumarvm
    replied to Flash Game
    Actually i am planning to have a similar game. So its basically building a engine.
    so, i need the steps and procedures for this game.

    URL: http://www.thomasandfr iends.com/usa/games_build_an_ engine.asp

    Thank You
    rajesh
    See more | Go to post

    Leave a comment:


  • rajeshkumarvm
    started a topic Flash Game

    Flash Game

    I am the new born baby for flash scripting.I have to make one flash game.I explained the game details below.

    Actually, this is bulding a engine game.In scene 1 i have 8 layers, in the layer
    one, a outline of the engine is drawn and in other layers the parts of the engine are just kept which is seperated into 7 parts. so, the game is to arrange the parts with layer one. Suppose, if the object in the layer2 is dragged to the layer...
    See more | Go to post

  • rajeshkumarvm
    replied to Dll in php
    in PHP
    Thank You for your kind replies
    See more | Go to post

    Leave a comment:


  • rajeshkumarvm
    replied to dbconnect.php
    in PHP
    I mentioned it wont display to third person means it dont show the password to other programmers(wor king with this page).Suppose when the person download this page from server he can view this password.So i will not view this page to others.
    See more | Go to post

    Leave a comment:


  • rajeshkumarvm
    started a topic dbconnect.php
    in PHP

    dbconnect.php

    <?php
    $db_host = "localhost" ;
    $db_user = "root";
    $db_pwd = "rajesh";
    $db_dbname = "test";

    mysql_connect($ db_host, $db_user, $db_pwd) or die("Could not connect: " . mysql_error());
    $seldb = mysql_select_db ($db_dbname) or die("Could not connect: " . mysql_error()) ;
    ?>

    This is my actual page.In this page i dont want...
    See more | Go to post

  • rajeshkumarvm
    replied to Dll in php
    in PHP
    My dbconnect.php having username and password for connect with mysql server.I want to make something but it wont preview the details to third person.Then only i think to make this dll function.I am also welcome for any other methods like password encryption and decryption method with clear details.
    See more | Go to post

    Leave a comment:


  • rajeshkumarvm
    started a topic Dll in php
    in PHP

    Dll in php

    Hi
    i am new born child for php.I want to make one dll and connect to php pages.So anyone tell me how to make dll and how to connect the php pages with clearly

    thank u
    rajesh
    See more | Go to post
No activity results to display
Show More
Working...