Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Before you can get any help, you will first have to define exactly what a datalist is.
  2. The code you have posted does not do what you describe, nor is it php. Why have you posted in the Application Frameworks section? Care to provide more information?
  3. There is nothing particularly special about it. Just escape your data as per usual.
  4. Not sure about your issue,b ut, none of the variables you have declared at the top of your script are available to the functions. Functions have there own scope.
  5. localhost is just a hostname that automatically points to the computer it is being used on. As for explaining how web servers work, that is not something that can be easily described in a simple forum reply.
  6. I'm not sure I see the point here. Javascript is an awesome language that should be known by all web developers IMO. Just like PHP, everything in node is an extension library, and yeah, a lot of this stuff is pretty new. Node.js is however advancing really quickly and there are a lot of real smart dudes working on / with it.
  7. Fonts need to be installed on the client in order for the browser to use them.
  8. You should learn to walk before you try and run.
  9. Did you actually read PFMaBiSmAd's reply?
  10. The assignment your using works as expected. Where are you trying to then use theyear ?
  11. You simply script whatever steps your already taking.
  12. Do you have a mail server installed and configured?
  13. Why on earth would you need to deploy that to three different locations in the first place?
  14. For anyone to help you'll first need to define what *properly* is.
  15. They are not exactly the same. As has already been said, they are tweaked for different types of environment.
  16. And then you realise that php doesn't have most of the functionality of Ruby and that you will have to create some dirty hack to get the job done.
  17. I would create your own Route object. There is no need to use the Yaf_Route_Regex Route if your simply going to map everything to a single controller anyway.
  18. You said you have echo'ed $filename and that the path was correct. That makes little sense. $filename holds a boolean value. What does var_dump($filename) have to say?
  19. Have you tried putting some debug statement into your code to see what conditions are failing?
  20. Have you tried looking to see if fedex themselves provide an API? This board is for help with code, not help finding it.
×
×
  • 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.