Jump to content

smart

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by smart

  1. In my index.php i have included adminheader.php and in adminheader.php page i have included my connection.php file it's not working i can fetch the data in my index.php pageBut when i use mysql_real_escape_string() it's now working.

  2. when i connect the database connection file like this require("adminheader.php") it's not working but when i write php code in the same pagemysql_connect("localhost","root","") or die ("could not connect to mysql");mysql_select_db("cabinatecart") or die ("no database"); above the file then it works.why

  3. Hi i want to add custom link in my auto generated link for example like this. 1)Home=http://localhost:8080/test/index.php?id=12)About=http://localhost:8080/test/index.php?id=23)Contact=http://localhost:8080/test/index.php?id=3i want link this4)Facebook=http://localhost:8080/test/index.php?id=4i want to replace this auto generate link for facebook link with http://www.facebook.com/test This is what i want(Just the functionality)

    video

    Hi everyoneI wnt to know what is the best way to use video in webapplication.(use can upload video in website)Regards Nitesh

×
×
  • Create New...