User Profile

Collapse

Profile Sidebar

Collapse
vikaspa
vikaspa
Last Activity: Jun 6 '10, 02:19 PM
Joined: Nov 7 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vikaspa
    started a topic I want list of item not selected (checkbox in form)
    in PHP

    I want list of item not selected (checkbox in form)

    Hi

    In php

    count($_POST['prodid'])

    gives me no of products selected by user
    i.e.no of check boxes checked

    How to get products for which the check box is not checked ?

    I am adding the products selected (check box checked) in shopping cart.

    Obviously i should delete the products from shopping cart not selected

    As we know

    ...
    See more | Go to post

  • vikaspa
    started a topic display text retrieved with html tags
    in PHP

    display text retrieved with html tags

    In one of the web sites I Really got an excellent code to convert text entered in ms word to html format

    I am using following code for conversion

    Code:
    <?php 
    $txt= superhtmlentities($rrows['detail']);
    echo $txt ;?>
    
    The function is given below
     function superhtmlentities($text) { 
    $entities = array(128 => 'euro', 130 => 'sbquo', 131 => 'fnof', 132 => 'bdquo', 133
    ...
    See more | Go to post
    Last edited by Markus; Nov 14 '08, 07:43 PM. Reason: added # tags

  • vikaspa
    started a topic upload images using xml

    upload images using xml

    Can anyone help me how to load images using xml
    See more | Go to post

  • vikaspa
    started a topic Image Quality

    Image Quality

    When often loaded,
    the quality of images is dmaged

    how to overcome this problem


    Please help
    See more | Go to post
No activity results to display
Show More
Working...