Jump to content

arneman

Members
  • Posts

    24
  • Joined

  • Last visited

    Never

About arneman

  • Birthday 04/01/1988

Contact Methods

  • MSN
    arne_croughs@hotmail.com
  • Website URL
    http://www.cubevision.eu

Profile Information

  • Gender
    Male
  • Location
    Belgium

arneman's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks for the review
  2. not a problem at all, it's exactly what I need. I'll try to improve according to this review Thanks Arne
  3. I think Google has to spider your site before it can see your new update. Just a wild guess ...
  4. I was just looking for some tips on improving my website. I know it still lacks content, but I'm working on it The site is: http://www.cubevision.eu
  5. You are already using classes, so if you would use your CSS like below it can be even more simple. .Classname { /*CSS Stuff*/ }
  6. Some Youtube videos have embedding turned of though...
  7. Well I'm no expert on this, and I'm having some problems with the FCKeditor myself. But you should take a look at their forums, they helped me a lot.
  8. I want to give my users a chance to change their profile. But I want the selectable date to show up in comboboxes but the data from the MySQL DB should be selected. For the gender I managed to solve this with a simple IF structure. But I'm not planning on doing this 12 times for the months or even 60 times for the years. I'm looking forward to hearing your ideas. My current code is at : http://www.plaatscode.be/137085
  9. I would suggest you take a look at FCKEditor, http://www.fckeditor.net
  10. Well, You get the length of the string: http://php.net/manual/en/function.strlen.php You take that number and subtract 4 from it. This way you will have your starting value for a substring function: http://be2.php.net/substr And then you compare that to the string ".jpg" or ".gif" or something like that. I would put every letter in a for loop and then use strtolower (http://php.net/manual/en/function.strtolower.php) or (http://php.net/manual/en/function.strtoupper.php) to compare. Since caps are not the same as small letters. But maybe there's a better way to do so.
  11. Yes I solved it liked that. Thanks for the quick and good help though
  12. You can check if the last 4 digits are .GIF or .JPG
×
×
  • 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.