Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. This forum is for help with code. Do you have a coding issue?
  2. I'm sure he meant the system would check for *all reminders* anytime anyone viewed *any page*. This can kinda be used to executed events at given intervals if you have a reliable source of traffic. Really though, it's not at all reliable.
  3. Ive not used it but isn't Yii another MVC implementation? You don't create "pages" per say, but controllers and views. I'm pretty sure this would all be covered in the manual. How much of that have you looked at?
  4. No. You would set up a cronjob on the server to execute daily, check the database for reminders and send emails whenever required.
  5. Sounds like you need to look into web sockets or similar. Http alone is really designed to do what you your trying to do. It was only luck it ever worked in the first place.
  6. You have given us no information about how this data is represented.
  7. Why are you all using an old version of Zf?
  8. So... where exactly are you stuck?
  9. Because your query is failing and you have zero error checking. Why is your query failing? Probably because strings need to be surrounded by quotes in SQL.
  10. Not at all. That's why I said I rarely use it.
  11. Is that meant to be a question? If so, the answer is yes. this board is for help with PHP code. We are not here to write code for people.
  12. vim's code completion is the best (quickest and most flexible) Ive used, not that I use it often.
  13. But who the hell uses Windows servers?
  14. You need to be more specific with the details relating to your question and you also need to post in the correct board. Try again.
  15. Why aren't you using dynamically configured virtual hosts? Restarting the server after creating each vhost is redundant.
  16. So files cannot be executed directly by PHP, they are shared objects, made for C. PHP extensions are packaged into shared objects, is what you really want to do to load an extension?
  17. You would be much better off looking into a framework such as React in my opinion. pcntl_fork isn't really designed to work within a http server environment.
  18. If you are seriously asking these questions it is highly likely that you are not ready to take on such a task. Sorry, but people should really learn to walk before they attempt to run.
  19. There is no concept of "plugins" in PHP. They are application / framework specific. Still your sentence makes no sense.
  20. That sentence makes no sense.
×
×
  • 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.