Jump to content

Paim

Members
  • Posts

    110
  • Joined

  • Last visited

Posts posted by Paim

  1. How are they going to get a hold of it? Any code that is in between <?php and ?> brackets aren't visible by the viewer, unless it is echoed. So its completely safe. Unless somehow your FTP gets hacked and they get it, but thats an enormously slim possibility.

  2. Nah, forums are open discussions, if it says 'solved' people may skip past it, however they may also know a much simpler solution...or if they people who 'solved' it just lead them to some resources, another person may know better ones, or possibly the solution themselves.It kinda restricts things, I know its not forcing them to not post (which would happen if you closed it) but it still can invariably skip over other solutions.

  3. If you still type "something.html" and it saves it as "something.html.rtf" then put quotes around it when you're saving it, just like above. That'll save it as that extensions (however doesn't work in bloody Photoshop).

  4. Hi thereIf you have no problem learning new things, the easiest way to do something like that is learn a server side language. (my recommendation is PHP, but i've never dealt with ASP).It can be used much more efficently, and usually, when you see pages like ...page.php?id=231, then 231 is the 231st item (in your case it can be an image). You can have one page which can call up every image that you have.

  5. If you click 'View Source' and the page contains PHP coding, you won't be able to see the code. So something like:

    <?phpecho "Hello";?>

    will come up as:

    Hello

    however, PHP coding won't work at all if you ahve your page named *.html...or if your web server doesn't support PHP.

×
×
  • Create New...