function with login

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

function with login

Post by itsmani1 »

Hi all

I want two funcitons F1(); and F2();

if i give an input to F1() it should return many outputs and when any othose outputs are given to F1() it should return the save thing as it was F1's input.

i.e.

F1("some input")=>asdf
F1("some input")=>fgse
F1("some input")=>hsadf
F1("some input")=>ityrty

------------------------------------

F2("asdf")=>some input
F1("fgse")=>some input
User avatar
Zoxive
Forum Regular
Posts: 974
Joined: Fri Apr 01, 2005 4:37 pm
Location: Bay City, Michigan

Post by Zoxive »

Reread and rewrite your post please. You have some mistakes that make it very confusing to us.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I can only guess you want some sort of multiple-key encryption.. without a key. Is this correct?
Post Reply