User Profile

Collapse

Profile Sidebar

Collapse
ravi951
ravi951
Last Activity: Sep 12 '11, 08:44 AM
Joined: Aug 16 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ravi951
    started a topic storing images in database

    storing images in database

    hi all,
    i want to store an image in MYSQL database.please tell me whether the below sql syntax i have written is correct or not.
    Code:
    CREATE TABLE IF NOT EXISTS `products`(
      `serial` int(11) NOT NULL auto_increment,
      `name` varchar(20) collate latin1_general_ci NOT NULL,
      `description` varchar(255) collate latin1_general_ci NOT NULL,
      `price` float NOT NULL,
      `picture` varchar(80) collate
    ...
    See more | Go to post

  • ravi951
    replied to inserting & deleting multiple records in php
    in PHP
    i mean i have selected three or more records using checkbox and clicked the delete button but it is not deleting the records.
    what is the problem with fundel() in the above code..
    dont no what went wrong..
    See more | Go to post

    Leave a comment:


  • ravi951
    started a topic inserting & deleting multiple records in php
    in PHP

    inserting & deleting multiple records in php

    hi all,
    i have written a script for deleting more than one records using check box.
    but it is not working.below is the code ...

    Code:
    <script>
    function fundel(sno)
    {
    rv=confirm("u want to delete");
    if(rv==true)
    {
    location="delete.php?seno="+sno;
    }
    }
    </script>
    <form method="post" action="delrec.php">
    ...
    See more | Go to post
    Last edited by Dormilich; Aug 16 '11, 08:34 AM. Reason: removed database credentials
No activity results to display
Show More
Working...