Recent content by Sunita

  1. S

    how do i recover deleted songs from the external memory of my samsung tocco lite phone?

    I was trying to sort out all the songs in the music player of my samsung tocco lite. I deleted a folder of songs by mistake from my music player and now I cant find it in any of the folders on my mobile.Plz help. It was stored in the external memory of my mobile. I got the songs long back from a...
  2. S

    how to delete records in database through php?

    i m working on one project its reservation. here i have to cancel the tiket of one person so i have to delete one record. for that how to write a php script for that plz help
  3. S

    i ve database for dat i ve to write php code?

    i have some tables in mysql xampp for that i have to write php scripts for retriving data and if i assign some values it must be stores in database for that how to write? i have written one code but it showing access denied error.
  4. S

    i run that php program but it showing error?

    <?php include "mysql_connection.php"; $sql = "CREATE TABLE fry_link(" . " id INTEGER NOT NULL" . ", url VARCHAR(80) NOT NULL" . ", notes VARCHAR(1024)" . ", counts INTEGER" . ", time TIMESTAMP DEFAULT sysdate()" . ")"; if (mysql_query($sql, $con)) { print("Table fry_link created.\n"); } else {...
  5. S

    how to write php scripts for creating tables?

    i wanted to display tables it must be links to databases in my sql. how to write code for that?
  6. S

    how to write php scripts for creating tables?

    i wanted to display tables it must be links to databases in my sql. how to write code for that?
  7. S

    how to execute php scripts in xampp?

    i try to execute php scripts in xampp. but i did'nt get. so plz help me how do it?
  8. S

    how to execute php scripts in xampp?

    i try to execute php scripts in xampp. but i did'nt get. so plz help me how do it?
Back
Top