Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. The installer is known to have issues from what Ive heard (I don't use windows though). Use the zip package as I suggested earlier.
  2. Obviously you need to use ranges of ip addresses that are valid then.
  3. This topic has been moved to Apache HTTP Server. http://www.phpfreaks.com/forums/index.php?topic=319606.0
  4. Then post your code and an explanation of your issue. Seriously, I'm not sure it can be explained any simpler.
  5. In all seriousness, people aren't really going to test your code unless they are interested in using it. Have you got it hosted in a public location? Places like http://github.com are awesome for open source projects because it easy for others to join in and help, they don't call it 'social coding' for nothing. Still though, the open source movement is actually a pretty competitive place, if your code is average then there is better out there and no one will use it, if it's not an original idea no one will use it. It's pretty difficult to get projects off the ground. Bottom line is, no one will test code unless they have interest in using it. You need to find people who are interested in actually using your code, where you start, I'm not sure. Like I said, it's a competitive market but I would start with at least making it accessible (if you haven't done so already).
  6. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=319603.0
  7. QuickOldCar is right. You need to concatenate the results together. (note the .= operator) $display .= "<a href='myphotos.php?pid={$myrow['pid']}'>{$myrow['name']}</a><br>"; Your html wasn't valid either so I fixed that as well.
  8. Too many of these and mods / admins will remove the links because they smell of spam.
  9. What steps exactly did you take to install php? Use the zipped package, not the installer.
  10. Where is $loggedin defined?
  11. Its not rocket science. ob_start() goes before any output, and the rest goes after it. If you cannot understand that I would seriously reconsider spending your time learning php.
  12. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=319561.0
  13. trq

    MOVED: ZIP

    This topic has been moved to PHP Installation & Configuration. http://www.phpfreaks.com/forums/index.php?topic=319595.0
  14. On windows you should be able ti simply un-comment the line relating to the php_zip.dll extension within your ini file then restart the server.
  15. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=319591.0
  16. These same question get asked here over and over again. Have you tried searching the forum? Or even Google? It's a VERY common question.
  17. You mean Javascript? That would require Ajax. We have an Ajax board here.
  18. ob_start() goes before any output, and the rest goes after it.
  19. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=319586.0
  20. Obviously you missed the sticky? http://www.phpfreaks.com/forums/php-applications/this-board-is-not-a-code-repository!
  21. Looks like half of your example code must have been for connecting to GMail. GMail uses different ports. Generally, the smtp port is 25.
  22. ok i did and all data have shown and it even send the email to it's destination but it doesn't insert data in the database from the place where it is placed now. Show us exactly what the query looked like (eg copy and paste it).
  23. Remove the second wget from your crontab line.
  24. I seriously don't see how anyone can be put in charge of a reseller account without server administration experience. That is all I have to say on the matter.
×
×
  • 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.