manojsinghrana

manojsinghrana

Member

Member since
Feb 25, 2010
Last active
Jan 17, 2011
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    ac6d20e7-a9c4-40e2-8dad-cd3056d34b29

    sure sir, i got your point, i will deffinetly put some specific queries and doubts regarding my project.

  2. #Threads

    0be03250-8d0b-4bda-8807-e4a04837d130

    hello sir, Actualy i dont know how to make a forum in php but i want to learn this.. and i thought...

  3. #Threads

    forum in php

    hello everyone, i am making a web site on music in php and i need to make a forum section for my...

  4. #Threads

    ddebec01-41e8-4ae9-9420-7aaf05b25d95

    yes i am using mysql.

  5. #Threads

    aea232f4-e844-4e07-980b-84c1d99efeb8

    Re: warning message hello, if you are asking me the name of my database then it is music_park. and i am working...

  6. #Threads

    Creating Search Engine: MySQL Warning

    hello, i am creating a search engine.. and i am getting an error Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL...

  7. #Threads

    photoshop button in html

    hello, i want to add a button which is being created in photoshop in html page. button i dont know how. please...

  8. #Threads

    embedd flash in php based website

    hello, i am making my own website in php and in order to make it a quite attractive one i want to...

  9. #Threads

    f0e892f3-c04c-4d6a-9ae8-c52e84275920

    tanx abrakadabra

  10. #Threads

    submitt button in php

    hello, i am making a website in php. because this is the only language i am familiar with. and i want to...

  11. #Threads

    How to build a web crawler to search MP3/audio files?

    i need to submit a project on PHP in my institute. so i'v decided to make a web crawler. which can search...

  12. #Threads

    38721595-bc04-4f4c-99cf-a20decde8714

    here is the complete file. <?php $host="localhost"; // Host name $username="root"; // Mysql username $password=""; // Mysql password $db_name="test"; // Da...

  13. #Threads

    4b506a91-6ed4-4a5e-985a-2a349cacbabd

    what is $v in the code above..?

  14. #Threads

    query in php

    foreach($delete as $key =>$value) i am not able to get this code. can someone please tell me what this piece of code...

  15. #Threads

    deleting multiple rows from database in php

    this is the code that i have wrote for deleting multiple rows from database. but on pressing delete button instead of deleting...

  16. #Threads

    Problem in PHP

    <form action="insert.php?id=<?=$_GET['id']?>" method="POST"> can any body tell me what does it mean... i mean how the code written above works.