l i n u x - u s e r s - g r o u p - o f - d a v i s
L U G O D
 
Next Meeting:
December 2: Social Gathering
Next Installfest:
TBA
Latest News:
Nov. 18: Officers elected
Page last updated:
2003 Jan 12 02:22
Events
 Meetings
 Installfests
 Demos
 Photos
Services
 Library
 LERT
 Jobs
 Documents
Interact
 Mailing Lists
 - Search
 - Archives
 Chat (IRC)
 Social Networks
About Us
 Members
 Projects
 Testimonials
 Call for Speakers
 Why Not MS?
 Finances
 Sponsors

^Home
?Search
?News & RSS
?Calendar
@Contact Us
$Buy Stuff
=Printable


The following is an archive of a post made to our 'vox-tech mailing list' by one of its subscribers.

Report this post as spam:

(Enter your email address)
[vox-tech] php and forms question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vox-tech] php and forms question



there's a page i've been tinkering with, off and on, to teach myself
php.  it's a cryptogram page:

http://www.dirac.org/p/crypto/index.php

i have some data that i pass using hidden form fields, like this:

print "<FORM action=\"index.php\" method=\"post\">\n";
print "<INPUT type=\"hidden\" name=\"PlainText\" value=\"$PlainText\">\n";
print "<INPUT type=\"hidden\" name=\"CipherText\" value=\"$CipherText\">\n";

when the user presses the submit button, any apostrophes or backslashes
within $PlainText or $CipherText get backslashed.   Like this:

before pressing submit:
TO TEST A MAN'S CHARACTER,

1st time submit is pressed:
TO TEST A MAN\'S CHARACTER,

2st time submit is pressed:
TO TEST A MAN\\'S CHARACTER,

and so on.  i'm not sure why or how the backslashes are entering the
string.  without really knowing why this is happening, i tried to remove
the symptom by brute force:

$PlainText = ereg_replace('\\([[:punct:]])', \\1, $PlainText);
$CipherText = ereg_replace('\\([[:punct:]])', \\1, $CipherText);

but php didn't like the backslashes.

i'm kind of lost.  any ideas?

pete

-- 
First they ignore you, then they laugh at you, then they fight you,
then you win. -- Gandhi, being prophetic about Linux.

Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D
_______________________________________________
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech



LinkedIn
LUGOD Group on LinkedIn
facebook
LUGOD Group on Facebook

Hosting provided by:
Sunset Systems
Sunset Systems offers preconfigured Linux systems, remote system administration and custom software development.

LUGOD: Linux Users' Group of Davis
1105 Kennedy Place, Suite 1, Davis, CA 95616
Contact Us

LUGOD is a 501(c)7 non-profit organization
based in Davis, California
and serving the Sacramento area.
"Linux" is a trademark of Linus Torvalds.

Sponsored in part by:
No Starch Press
For book donations.