Jump to content

[SOLVED] How to duplicate a text string?


ghurty

Recommended Posts

What code do I use to duplicate a text string?

For example I have:

$activ = md5( $activ );

The thing is, I want to take $activ and convert into md5 hash and store it AND store it in the original format.

As of now, all I have it is that it is converting into md5 hash and storing it that way.

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/64572-solved-how-to-duplicate-a-text-string/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.