Jump to content

fert

Members
  • Posts

    1,114
  • Joined

  • Last visited

    Never

Everything posted by fert

  1. foreach($_POST as $p=>$k) { $b=explode("_",$k); $request[$b[0]][$b[1]][$b[2]]=$p; } that should work
  2. use cookies or sessions to check if a person is logged in as an admin and if so allow them to change content.
  3. $text=str_replace(" a ","",$text);
  4. C, it's the most flexible and portable programming language i've encountered.
  5. I use ff because they don't have ie for linux and wine is so as hell on my computer and opera is slow too.
  6. fert

    [SOLVED] WOW?

    pretty sure it's c++ using opengl with lua for the user interface.
  7. http://us2.php.net/manual/en/function.strtotime.php
  8. what does this have to do with C?
  9. pretty much as long as it remains under the same license
  10. they take a picture of your fingerprint yes
  11. fert

    why...

    sounds like PHP is both
  12. fert

    why...

    this link should clear everything up, Link
  13. http://www.phpfreaks.com/quickcode/Redirect/532.php
  14. The only way that i know of doing this is to create your own browser.
  15. i never plan, no matter how big of a project it is.
  16. change $result_send = @mysql_query($query_send, $connection); to $result_send = @mysql_query($query_send, $connection) or die(mysql_error());
×
×
  • 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.