Web site development Help!! please help me..

cow_theboy

Member
Dec 14, 2006
1,480
1
0
Mahavilachchiya
hello mata help ekak one..

mata mama hadapu site ekak athule image search ekak danna one.. e kiyanne.. mokak hari name ekak gahuwama ekata adala image ekak enna one.. how to create this... ara google wala image search karama enne.. anna e wage... mage site eka athule ehema search ekak hadanne komada.


please help me to do this...
 

x-pert

Member
Jun 13, 2006
20,952
77
0
Site eka mona language ekenda thiyenne?

And images database ekaka store karalada thiyenne?
 

tdevinda

Member
Nov 16, 2006
858
19
0
41
Mattegoda
cow_theboy said:
image data basenam hadala ne...HTML walin hadala thiyenne...
image eke nama gahuwama enna nam php walin karanna puluwan. Abai itin oyage site eka php support karanna oone. ehema wenawa nam puluwan.

check this out too. Meka mama test karagena yana disk file search ekak. CD collection ekaka tiyana files meken hoyanna puluwan..
tharaka.pinkpaper.info

me pinkpaper kiyana provider ads danneth na, server eke mysql, php oone ekak duwanawa.
 

scoobyy

Junior member
  • May 26, 2007
    663
    21
    18
    Gedara
    Machan Google eke image search is done through indexes...Eka karana hatinam mama danne na.
    Umbe site eka nikan wallpapers download karagana wage hadapu ekakda??
    Ehemanam umbata php,asp wage ekak use karanna oni with a database...
    got it?
     

    alagakkonara

    Member
    Sep 25, 2008
    200
    0
    0
    cow_theboy said:
    image data basenam hadala ne...HTML walin hadala thiyenne...
    Machan HTML kiyanne static web pages hadana language ekak, Umbe wade karaganda bariwei HTML walin. You should rewrite the site in another language that can create dynamic pages. (PHP, ASP. ASP.net etc..)
     
    Last edited:

    sri_lion

    Member
    Sep 14, 2006
    12,908
    102
    0
    Kuala Lumpur
    You can have HTML based pages.. no need to rewrite them in scripting language again, but it would be better if you can use a scripting laguage like PHP, ASP, C# etc. to do the searching part...

    If you using for example... PHP you save your images in one of the folders in your apache web server (native server for PHP), so when you need to access the image normally you would store the image path (../images/me.jpeg) in the database in one of the tables!

    When you store the data in your table make sure you store an ID for each picture too.. that way you can call the ID and get your picture published!!!

    Below is a screenshot of example database table how you store an image path...

    image_url.JPG

    So in this case..... to get this product image, you need to call product_id (35)
     
    Last edited: