Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. seek4need

    Upload multiple image to mysql

    Your zip file upload looks good and it have validations too...! But I am looking for multifile image upload. The user need to upload 4 or 5 images at a time. I am able to do only one image upload. If you have any example to upload multiple images can you please provide that. Thanks a lot in...
  2. seek4need

    Upload multiple image to mysql

    I am new to PHP, I am looking a example how to upload multiple images to mysql. when we upload the image. The image need to copy to a directory and the directory path or reference value need to store into mysql (which we are able to retrieve the image by using directory path or reference...
  3. seek4need

    Upload multiple image to mysql

    Keith, Are you uploading the images to directory or database? Are you going to create the index in directory contents. How we can do that? i want to store the image path. I don't want to store the image in BLOB. Thanks, SB
  4. seek4need

    Upload multiple image to mysql

    Hi, Do you have any example.. how to upload multiple images and title to mysql database. I am looking only to store image path. Image need to store in a seperate directory. Thanks a lot in advance...! Thanks, SB
  5. seek4need

    Vertical lines for HTML tables

    Thanks it worked well....! I used the below command and your CSS code both got the same result.... <table frame=vsides cellspacing='0' cellpadding='0'> cellspacing, cellpadding worked well. I am looking for line around the table border. Please let me know how it is possible. I would like...
  6. seek4need

    Configure the VHOSTS

    Thank you so much Sir(elgrandeperro) It worked very well.
  7. seek4need

    Vertical lines for HTML tables

    I tried the above css code but I am getting dotted vertical lines. If I want straigt vertical lines for the tables? what change I need to do. Products |Product1|product11 |product2|product12 |product3|product13 . . . .
  8. seek4need

    Vertical lines for HTML tables

    Hi, How can I draw a vertical lines for the table. I don't want the dotted lines and horizontal lines. Please guide me how to code this. weather I need to use HTML or CSS. Thanks, Srinivas
  9. seek4need

    Configure the VHOSTS

    Hi, Can any one have the solution for the above issue. I am still stuck at this point. I am not able to point to the sub domain. it is always redirecting to main domain. Thanks
  10. seek4need

    Configure the VHOSTS

    I did the changes as you said. But still it is redirecting to example.com domain. If I give ex1.example.com or example.com it is redirecting to example.com only. Please see the below steps for changes I did.... step 1: I un commented the 2 places in httpd.conf file # Fancy directory listings...
  11. seek4need

    Configure the VHOSTS

    Hi, I am looking to configure the VHOSTS like below example: Eg: example.com ex1.example.com ex2.example.com I try to configure the above example in httpd-vhosts.conf file. After configure when I given example.com or ex1.example.com the page is redirecting to example.com only. It is not...
  12. seek4need

    on Click event in PHP

    Can we use PHP Sessions to pass the values to next page? as per the above requirement.
  13. seek4need

    on Click event in PHP

    you are right onClick is a Javascript event and I am able to use onclick inside the PHP function and it worked but my issue is I have to get a value with the onclick event and that value need to pass to next page. How do I do that? I have 10 products product1 product2 product3 product4 . . ...
  14. seek4need

    on Click event in PHP

    Hi, I would like to include on click event in the below PHP code. The below PHP code will retrieve products data from MYSQL database into a table. and I have a sub-products in the next page which is also retreive from database. I need help when I click on product on page1 the same product...

Part and Inventory Search

Back
Top