Jump to content

tdjb

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

tdjb's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Eh, that's kind of what I thought after not finding anything on it. Thanks for the quick response.
  2. I've been looking around the net for a solution (I'm pretty new to php) on how to encrypt a form variable before you submit it, is this possible? To give you an idea, I have a "change your password" type form and when the user enters their new password and clicks submit the password is sent out in the open before it's encrypted (md5) and put into the database. I'd like to encrypt it BEFORE I send it though. I plan on using SSL but I'd also like to see if what I'm trying is even possible. Thanks.
  3. I think this probably has an easy solution but I've yet to find it. I've created a bash script that reads some SNMP data from an IP (user defined) and creates a graph (in .png format) using gnuplot. This image is dropped into a set directory on the server. Now I've created a php webpage/form that a user can go to and input the IP, press submit and the file is created but they manually have to type in the address of the image to see it. What I'd like to do is have that file that was created be inserted into the page on the fly. Is there a quick and dirty way to make this happen? I assume one of the problems is the bash script doesn't echo out anything like the filename so PHP doesn't know what to insert... Thanks in advance
×
×
  • 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.