Jump to content

nesargha

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

nesargha's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hi guys, i have a webserver which is being also used to upload lot of image files, so i need to know how can i list the files using php. thanks  in advance
  2. hi guys, thank you for all the repy, i would help me i think - nesargha
  3. hi, i wanted to know how to use the "md5_encrypt and md5_decrypt" which u are using in login form code. is there any class or include file by including which we can use the above function. sorry if am barging into the topic. i just wanted to know how can i encrypt and decrypt a string. nesargha
  4. hi, i want to know how can i ENCRYPT and DECRYPT a string, using php functions. i am using PHP ver 5.0, I want to encrypt the string which i will be passing between the web pages, below i have writien small code of that, which i want to achive. ---------------------------------- file1.php <?php $str ="xyz"; $var = (encrypt the string $str and assign to $var) print "<a href='file2.php?enc=".$var." '> click here</a>"; ?> file2.php <?php $tmp = $_GET['enc']; $var =  (decrypt  $tmp and assign to $var) print "the string is $var"; ?> ---------------------------------- i know i can use Mcrypt Encryption Functions but i am not able to use this since i have to host web pages on the hosting server and my hosting server does not allow to install these functions so i have to find an alernate metod to do this. thanks in advance. nesargha
×
×
  • 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.