Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. This topic has been moved to Other Libraries and Frameworks. http://forums.phpfreaks.com/index.php?topic=364693.0
  2. No where in your code or example output is any html anchor tag. You are however echoing an image tag here: echo "<img src=\"images/catalog-images/" . $row["photo-image"] . "\" width=\"100\" >";
  3. What is your specific question?
  4. Try Google. This site is for help with code, not help looking for code.
  5. Assuming this is what you mean't, it's still under discussion I think. https://wiki.php.net/rfc/propertygetsetsyntax-as-implemented
  6. Your overriding the $output_array on each error.
  7. There is an RFC in draft that covers this. See https://wiki.php.net/rfc/objectarrayliterals On a side note, generators just got voted in to 5.5. https://wiki.php.net/rfc/generators . Yay!
  8. Sorry, but that line makes little sense. Do you know what Git is? There is nothing in this post related to Git (or Bash considering your using Windows).
  9. You'll need to be a lot clearer in your explanation I'm afraid.
  10. Your seriously commenting on a six year old post?
  11. I fail to see what that has to do with this thread, but people are most likely just ignoring you. That tends to happen when you don't actually listen to the advice given out by people volunteering there own time.
  12. This reply I posted 6 years ago describes a similar enough concept.
  13. Walk away from your computer.
  14. This type pf functionality is best suited to a client side language such as JavaScript rather than a server side language such as PHP.
  15. That sounds far more likely to be a JavaScript issue.
  16. I hope you take the train/bus! :-P Indeed, the train.
  17. People have woken up to what a crap OS windows is. Plus Apple are a great marketing company. I would say so. On my commute to work I see a lot of people using laptops, I would estimate 80% of these to be macs.
  18. The structure you describe in the initial part of your post is indeed added by the Debian packages. Compiling Apache yourself does not provide this same structure. I'm not sure what you mean exactly by *staging*. What exactly are you trying to do? Does the directory /home/apache2.4/enabled exist ?
  19. This line: $output = shell_exec('expiry '$_POST['domains']''); will produce an error. Do you have error reporting enabled? You should always when developing. On top of that, that one line of code opens a pretty large security hole.
  20. PHP should not be stored within a database.
  21. Then use the MARK SOLVED button so as to not waste our time.
  22. This topic has been moved to Application Design. http://forums.phpfreaks.com/index.php?topic=364598.0
×
×
  • 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.