Recent content by juturnfox

  1. J

    what does == mean in php?

    Your going to have to be more specific. == Can be used for many things.
  2. J

    Is it possible to make a PHP array read-only after a certain point in the code?

    Yes it is. Do two seperate files. One file is the non read only file .php and the other is the read only .php then php include the read only file where you need it to be.
  3. J

    HTML for Upload photo form?

    You will have to use asp or php also. Just html wont work. Try googleing PHP Upload script instead.
Back
Top