Recent content by iana02

  1. I

    Please delete my account

    Hello, You can delete my account, I won't be using it anymore. Thanks for offering the service, but I needed something more reliable than what Stoli gave me in the past weeks. There are date/time limits in my application so if the server goes down near that time, it takes the fun out of it...
  2. I

    No space left on device/failed to write session data???

    I see my the first page of my site, but at the bottom I also see these errors: My main page is a login page and it just doesn't work. I haven't changed a thing in either the code or the database (and the same code is working perfectly on a different server at the moment!). I've checked...
  3. I

    What do you think?

    I'm a bit late, but some of the text comes a little too close to the edge of the section (for example, "SPECIAL OFFER!)". I also agree with death180. Other than that, it's really pleasing to the eyes! Good job!
  4. I

    Slow to no cPanel at all?

    Same here. It happened the other day after stoli went down - the website went back to normal, but the panel was awfully slow and came back to normal later.
  5. I

    Stoli down again...?

    It's a frustrating to say the least. I joined a month ago, officially opened my website like a week ago and in the past 3 days was eager to update a lot of information in real time. The purpose of the site is to save time actually. How ironic! Not a great experience for a first time...
  6. I

    A Mathematicians's Love Letter

    This is real. Here is my (bad) translation of a letter written by Marie Curie to her daughter and son-in-law (who were also scientists). "I think of your little Hélène and I make wishes for her happiness. It's so moving to see this little being evolving and expecting everything from you...
  7. I

    Problem updating database through form

    I'll give it a try, I haven't tried the code myself though... The checked = "checked" part is in HTML. It has no idea that it is included right after a PHP code section, so it does not know that it is not supposed to be displayed. What you need to do would be something like this: <?php if...
  8. I

    Invalid argument supplied for foreach()

    LOL thanks but I've learned that a few years ago already after falling in the trap myself. ;) Now I always check if sizeof($array) > 0 right before the foreach, it works. Even with Tariqul Isla's suggestion, one still has to verify that the array isn't empty.
  9. I

    Invalid argument supplied for foreach()

    Descalzo is right, I got this error when what I supposed to be an array was an empty variable. I really didn't expect PHP to work this way! :eek5:
Top