Jump to content

dragonusthei

Members
  • Posts

    46
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.dog-toy.co.uk/dogproducts/?page=6

Profile Information

  • Gender
    Male

dragonusthei's Achievements

Member

Member (2/5)

0

Reputation

  1. http://www.niche-hair.co.uk/test.html is the file. The line in he box should be at the bottom making 4 corners.
  2. Hello. I have a div that is the main content box. Inside this div i have 2 images in divs. Image and div 1 must sit at the top of the content box - No problems here. Image and div 2 must always sit at the bottom of the content box - heres the problem. I cannot get the image to stay at the bottom of the div regardless of the size of the content box. I have tryed postion abolsute with bottom set to 0 but this sends it to the bottom of the page and not the div. In the same way if i use margin-top: 100% it sends it to the bottom of the page as does padding. Solutions?
  3. Hi. My site takes information from one database and puts it into another simply with SELECT * and INSERT INTO It works perfect Except! When the user enters a ' into the data when this happends it does not transfer the data it must throw out some kind of error. I have tryed addSlashes with no luck im depsrate to get this sorted! any one help me?
  4. Hi, How could i make the following Term 1 "UNITED STATES" read "United States". Term 2 "SPAIN" read "Spain". Could any one help? I know it needs to like say all to lowercase then 1st to uppercase and then how do i get the second part of united states?
  5. Im importing the following: "33996344","33996351","GB","GBR","UNITED KINGDOM" "50331648","69956103","US","USA","UNITED STATES" "69956104","69956111","BM","BMU","BERMUDA" "69956112","83886079","US","USA","UNITED STATES" "94585424","94585439","SE","SWE","SWEDEN" The Current PHP Reads: mysql_query("LOAD DATA LOCAL INFILE 'ip-to-country.csv' INTO TABLE ipcountry FIELDS TERMINATED BY ',' ENCLOSED BY '\"'"); However this is going wrong after the end of the line because theres no , how can i get round this?
  6. Thanks for all the nice comments :D businessman332211 - its done with javascript in an external JS file feel free to take it from my source code.
  7. Hello, Does any one have either the code to do this or a class. Im looking to detect what keyword they typed into google to get to my webpage. Oviousely to get the string its easy enough just a simple $_server array but is there a class or code to parse this information into just the keyword? Thanks.
  8. so do i just run that code in mysql?
  9. there is no import button ...........
  10. Ok so i have a .cvs file how do i make that go into my database?
  11. Hi if you could post that it would be fantastic.
  12. can you recommend any and is this gonna cost me?
  13. But how would you do this on the fly? is there no simple way using http codes?
  14. Hello Looking for a review on my site http://www.dog-toy.co.uk/ Worked very long and very hard on it [b]I would also like to thank all PHP freak members who helped by anwsering my many questions on here - was a massive help thank you.[/b]
×
×
  • 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.