Jump to content

djroadstar

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

djroadstar's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. The website www.koopeenpaard.nl is online. Tanks for the support !!!
  2. [quote author=Tyche link=topic=124278.msg514697#msg514697 date=1169898227] Are you sure the Collation on the external webserver is latin1_swedish_ci (which is case-insensitive - thats what the _ci stands for) and not say latin1_bin (which effectively forces case sensitivity) ? The only way I know of turning off the case-sensitivity is to change the Collation - you can do that at the column,table or database level - to change the column Collation (and char set) use ALTER TABLE tbl_tabel MODIFY COLUMN field1  CHARACTER SET latin1 COLLATE latin1_swedish_ci ; [/quote] The table type is MyISAM and field type is latin1_swedish_ci
  3. I have a problem with my search function. At my external webserver the search function is case sensitive and at my local webserver it,s not case sensitive. The Collation is latin1_swedish_ci. I don,t want to be my search function is case sensitive. I,m also using "FULLTEXT index". This is the code for the search function: [code] $sql = "SELECT *, MATCH(field1, field2, field3, field4) AGAINST ('$searchstring' IN BOOLEAN MODE) AS score FROM tbl_tabel WHERE MATCH(field1, field2, field3, field4) AGAINST ('$searchstring' IN BOOLEAN MODE) and status='active' ORDER BY score DESC"; [/code] A live preview of my search function is: http://www.koopeenpaard.nl/includes/page.php?page=5&name=Zoeken
  4. [quote author=redbullmarky link=topic=122566.msg508038#msg508038 date=1169148478] it looks good as a whole. i tried to register (i think!) without any details. I got to step 3 submitting empty forms, and even then, entering a bunch of junk on the 3rd step i got a (what I guess is) welcome message about checking my email. You need to put some better validation in the registration process. [/quote] The most settings are not needed. Link the fist name. If you don,t put the name in it, it will auto create.  But what do you thing how i can improve my website?
  5. [quote author=djroadstar link=topic=122566.msg506121#msg506121 date=1168964296] [quote author=Daniel0 link=topic=122566.msg506117#msg506117 date=1168964042] I think it looks good, except that the "Latest advertisments" (I suppose "Laatste advertenties" means that) looks weird in some way. Sometimes the image is in the bottom and sometimes it it at the top. [/quote] I,m working on it right now  ;D [/quote] The image width was to big..... i resolved the problem
  6. [quote author=Daniel0 link=topic=122566.msg506117#msg506117 date=1168964042] I think it looks good, except that the "Latest advertisments" (I suppose "Laatste advertenties" means that) looks weird in some way. Sometimes the image is in the bottom and sometimes it it at the top. [/quote] I,m working on it right now  ;D
  7. [quote author=steviewdr link=topic=122566.msg505909#msg505909 date=1168941656] Looks good and pretty solid. It also holds up well while using the babel fish translator ( http://babelfish.altavista.com/babelfish/tr ) Nice job, -steve [/quote] I had have with delphi created een app that is using the babelfish Soap service. But babelfish is not 100% good.
  8. [quote author=AXiSS link=topic=122566.msg505663#msg505663 date=1168907875] Looks good. Can't really tell much about it since it isn't in english... [/quote] I hope it will be soon in English also!
  9. I,m building a website and i need your advice on security and the layout. I,m working 6 months on my website and it,s almost finished. The website is created in php and w3c validated. All the feedback is welcome! Take a look @ [url=http://www.koopeenpaard.nl/index2.php]www.koopeenpaard.nl/index2.php[/url]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.