Jump to content

kla0005

Members
  • Posts

    38
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

kla0005's Achievements

Member

Member (2/5)

0

Reputation

  1. Hi guys, i was wondering.. Languages? How does that excactly work? Where do you save the different language strings, and that stuff? Do you have php files' for each language, and just includes them? Or,.. Anyone who can explain me? thanks =)
  2. Lol - Wouldnt a 'update' not solve the problem better, than 3000 id's in a database? A single row could be enought.
  3. $date = date("d-m-Y"); Like that?
  4. Hey gues, My question is: how is the easy'est way to redirect i mobile visitor to: mobile.domain.com, when visiting: domain.com? Thanks:).
  5. hey guys! I have a problem, ive found a mod_rewrite, that does that i can say 'domain.com/bake' and then the bake.php file will be opened! But, that is only the half solution of my problem. See, i wants to have that rewrite in the root folder, and then i wants a get id rewrite in the 'user' folder, so 'domain.com/users/bake', actually means: 'domain.com/users?p=bake'. Anyone who can help me, and understands my problem? Thanks:)
  6. Hey Guys, If i make this: <table><tr><td><div></div></td></tr></table> Then, if the table has a height at 300px, and the td at 100px, the table dosent get bigger automaticly? How can that be? - If i replace the div with a span, then it works fine with the 'height' thing. But, how can i make the table follow the div? Thanks :]
  7. Hey Guys, What should i write in my htaccess file to make it forget extensions? So instead of: cake.com/lol.php then i just can type in: cake.com/lol - or cake.com/my.zip then just cake.com/my ? Anyone who can help me? I havent' worked with Htaccess before, and im really trying.
  8. Yo, I have this 'curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);' and it outputs the html automaticly.. How can i make it stop output and make it put the 'output' in a variable?
  9. Hey Guys. Anyone who know's how to login to a page with Curl and get the content of it? I tryed, but this would't work: http://pastie.org/private/vlffrewdglopslvyfkwww Hope someone can help me..
  10. Ehm, yeah... - What should i use then?
  11. Hey Guys. - How is it possible to make a system that automaticly logs on a user on another homepage? If i wanted my server to log in to my acount at this forum via. the logon site - How could i make the server write my username and password, by itself, and then log me on and stay logged on?
  12. Well, Thats just Javascript? Maybe you can find some inspiration in 'ThickBox', 'Lightbox' or 'FancyBox'? Try Google them
  13. Ehm, your qustion is abaout how cookie's works right?.. Its like this: <? function create_cookie(){ $expire = time()+24*60*60; setcookie("cookie_name", "string that the cookie contains", $expire); } if($_COOKIE['cookie_name']){ echo 'Theres a cookie! Cookie contains: '.$_COOKIE['cookie_name']; }else{ echo 'Theres no cookie.'; } ?>
×
×
  • 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.