Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Post your current code.
  2. The cli has nothing to do with any http server, you could likely parse your vhost configuration but I assume you want this to be portable and these configurations are generally different from one setup to another. What exactly do you need the domain for?
  3. sudo pear install PHP_Beautifier
  4. Really, if this forum is giving you instructions to chmod the entire root install directory to 0777 it is poorly coded. No application should require that loose a permission setup, sure, it'll make things easier, but it will also open lots of security holes.
  5. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=331918.0
  6. You get what you pay for with web hosting. There is no such thing as a good free host.
  7. It could likely be the 64bit issue. Really, if you have access to a VM I would be installing Linux on it and building your own LAMP stack from there. Not many people are using Windows based servers to host PHP on in the real world.
  8. It's working now. Still, my comments from above apply. You can't seriously be asking for a design critique?
  9. Of course it has to be within php tags, it's php code.
  10. die() outputs a string ands halts the script, echo outputs a string. Essentially they are the same.
  11. There is no difference between a VM and a normal machine as fare as software can tell. Are you accessing your pages via a browser within the VM or from your host operating system?
  12. What exactly is VerigoServe? I've never heard of it.
  13. I would start by looking at some of the PHP Libraries linked to from this page.
  14. Sorry, but are you joking? This is a web design board. The design of that site is not at all something I would even remotely consider to be worthy of review. PS: The login details provided do not work.
  15. Is there a particular reason your executing this script via a web server instead of just scripting it behind the scenes?
  16. chmod is a unix command used to modify file permissions.
  17. That is how they currently work.
  18. Um... the instructions look pretty clear to me. What exactly is your issue?
  19. Your question has nothing to do with PHP. Auto submitting a form needs to be done client side using JavaScript.
  20. <form action='read2.php?id=<?php echo $myvar; ?>' method="post" name='myForm' id="myForm"></form>
  21. The echo is fine, it doesn't require the () braces though (though they will also work).
  22. Seeing the definition for update_company_actions() would be useful.
  23. @fugix, you are load to post links to scripts if you think they'll help a user out. eg; http://w-shadow.com/blog/2007/10/16/how-to-run-a-php-script-in-the-background/
  24. Actually, I just did a quick search of some of my old posts and found this: http://www.phpfreaks.com/forums/index.php?topic=322998.msg1521925#msg1521925 This should get you pretty close.
  25. Where exactly are you stuck? Do you have any code? There should be plenty of tutorials around for this stuff and using jQuery this should be pretty simple.
×
×
  • 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.