Search results

  1. H

    php/mySql, Ok, i have 10 items in dB, now i want customers to add/view them but

    not delete them from the dB? this is regarding a shopping cart. where i admin have added 10 items and now i want customers to choose that is add or delete the items they want. how to do this, i dont want them to be deleting from main DB,just access instances of them...............
  2. H

    php-mysql, when i update 1 field, the rest of the fields get deleted. help

    me. this is my current code? function updateObject ($id, $name, $url, $width, $height, $price, $quantity) { $query = "UPDATE cart SET name = '$name', url = '$url', width = '$width', height = '$height', price = '$price', quantity = '$quantity' WHERE id='$id' "; mysql_query($query) or...
  3. H

    I am facing sheer confusion. Tell me the role of the following in an interactive...

    ...website, PHP, XHTML and CSS.? Is the PHP to be used for things such as, like if I click Link C, the whole page wont but a Part will change. How does this work when I design a stylesheet CSS and create XHTML for displaying the webpage nicely. How to interconnect this, Interconnect PHP, CSS and...
  4. H

    how to create this in php. a form with name, when name entered, shud say hi xyz,...

    ...if empty, hello stranger? need to use isset function.
  5. H

    Physics Challenge : Bicycle?

    A bicycle is moving over a speed bump at 6.9m/s. Calculate the height reached by the bicycle once it looses contact with the speed bump. Radius of the speed bump is 1.7m and mass of the bicycle is 83 kg. For this problem consider the bicycle as a point mass. Height of the speed bump is 10.2...
  6. H

    how do i add a google search box inside my navigation bar.. here is the code...

    ...below html with css.? CSS ______ #navcontainer ul { padding-left: 0; margin-left: 0; background-color: #036; color: White; float: left; width: 100%; margin-top: -3px; font-family: arial, helvetica, sans-serif; } #navcontainer ul li { display: inline; } #navcontainer ul li a { padding...
  7. H

    how do i embedd a search box inside an image, like they have in bing.com?

    i mean i have created an image on photoshop for a website, then i want dreamweaver to use a part of the image as a search box which can be used to search. thanks
Back
Top