Jump to content

Daniel0

Staff Alumni
  • Posts

    11,885
  • Joined

  • Last visited

Everything posted by Daniel0

  1. Did you try it? Why would he want to use str_split()?
  2. You can't, but it was closed as "Bogus".
  3. Sticky topics in PHP Help are obviously not supposed to be asking for help. That would be pointless. Seeing as no staff member has got around to stickying this yet, I'll just do it.
  4. I've never heard of him, but who forces you to listen to his music anyway? If he is popular, then obviously someone likes him. Each to his/her own. Why do you even care about what kind of music other people like listening to?
  5. I once read it
  6. Use set_error_handler to catch the errors.
  7. You aren't developing on the live site right? Get a development site or develop on your local computer. That will allow you to display errors when developing, but hide them in production. Your error handling still sucks though. Have you ever seen any serious website just display a blank page with "E2020" on it when an error occurs?
  8. Run it from the command line and make sure that you give it enough memory.
  9. Turn off display_errors and then implement some real error handling once you've done that. By the way, you do realize that you've just publicly published the information you're trying to hide, right?
  10. The IRC server doesn't start automatically on boot. The only person left who has access to the server is Eric. Don't expect it to come online for a while.
  11. No. Instead, I propose we all ignore people who think they're more important than everybody else.
  12. Oh, my post was a response to Neil.
  13. Deprecating the working volenteered staff structure further. Guru and PFR have never been considered staff. Read the stickies... For the record, I still have the same permissions on the forums that I had before. You can consider that a warning. Stop trolling the forums.
  14. Has anyone ever read those? Just because you have a habit of not reading rules, stickies and other important information doesn't mean nobody else do...
  15. You can get commercial support from Canonical, RedHat and Novell as well...
  16. Call the CGI binary instead of the CLI binary. This is usually called php-cgi The CLI SAPI won't output headers. It simply doesn't apply in that context.
  17. printf('%08d', $an_result + 1);
  18. I think Eric stores his email in /dev/null though
  19. You can't. It's restricted to staff only.
  20. XSS and SQL injection are two entirely different attack vectors. A website isn't necessarily vulnerable to SQL injections if it's vulnerable to XSS or vice versa.
  21. Doesn't sound particular strange to me. PHP Freaks gets less traffic in the weekends as well, and it results in a graph that looks something like that.
  22. Sorry, but you obviously don't understand what an index is or let alone how relational databases work. Go read a book about databases, it's too much to go over in a forum topic. How does your database handle ACID, transactions, locking, integrity constraints. How about "simple" things like table joins or aggregate functions? Or how about user authorization on database/table/column level? There is more to a DBMS than raw speed on simple selection queries, and that is of course the reason why the world uses real databases like MySQL, Oracle, MS SQL, PostreSQL, etc.
×
×
  • 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.