Jump to content

smart

Members
  • Posts

    24
  • Joined

  • Last visited

smart's Achievements

Newbie

Newbie (1/7)

3

Reputation

  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. Yes i have made the connection but i have included connection.php like this in require("adminheader.php");
  4. when i use this CODE$content = $_POST['content'];it's working and inserting data in database but when i useWHEN i use$content = mysql_real_escape_string($_POST['content']); how i can solve this problem ?.
  5. is there any other simple way to do this bcz it will take time i have to this project asap.
  6. Can u give me some example or any tutorial link for this
  7. 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)
  8. smart

    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...