Jump to content

Nelak

Members
  • Posts

    18
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.eve-resource.net

Profile Information

  • Gender
    Not Telling

Nelak's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. $_FILES['uploadedfile']['type'] will return image/jpg or image/gif etc
  2. use the GD Library, nice and easy. Theres lots of tutorials too
  3. i know this isnt my post but can sum1 explain to me how modulus works and how and what % does pls  ;) cos i cud do with something like this. Thanks in advance, Chris
  4. have u tried the mysql LIKE statement?
  5. dont post ur database login info, its a major security risk.
  6. Thanks a lot m8, appreciate it.
  7. How do u send html mails using mail()? I tried just putting straight html into the mail body but it just displayed it as text. Thanks in advance.
  8. call the ssi file in the header, u should still be able to use them on the index page
  9. its throwing an error because it cant find the folder to upload to correctly, make sure the path is correct and u have permission to write to it, also u are echoing the size as the file type and the type as size
  10. while were on the subject is it possible to query 3 tables using like for a search?
  11. try to use the switch tho its much better programming
  12. if u have lots of commas in the file it will count loads of entries. Use a character which is not used in your file and put it on the end of entry. [code]explode('CHARACTER HERE',file_get_contents('file.scv')));[/code]
  13. If u have any leading zero's and its a int field it will chop them off.
  14. can ne1 see an error in my code?  :'(
×
×
  • 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.