Questions tagged [plaintext]

Plain text refers to any string or sequence of characters that consists entirely of ASCII printable characters.

Plain text refers to any string or sequence of characters that consists entirely of ASCII printable characters (human-readable characters). The key attributes of a plain text are that the text that is not computationally tagged, specially formatted, or written in code.

496 questions
-1
votes
1 answer

C# Clean Rss Description

Possible Duplicate: How do you convert Html to plain text? I want to show some Rss feeds in my application. But I do not want to show whole description. I just want to show first couple of sentence of rss description. Since lots of Rss feeds are…
Teoman shipahi
  • 47,454
  • 15
  • 134
  • 158
-2
votes
1 answer

Password is shown in fiddler, wireshark

I turned on the fidder capture and entered username and password of my application and clicked login button. Now the username and password is displaying in the fiddler. I am using primefaces. I dont want to show the password. I added method="post"…
AAPJ
  • 37
  • 1
  • 10
-2
votes
1 answer

Display Optional Content for AdBlock Users on WordPress

I am trying to set up some sort of conditional, non-intrusive text box that shows up only for people using AdBlock. I am adamantly and emphatically opposed to popups or locking the content of my website to AdBlock users. I simply want to have a…
-2
votes
2 answers

How to convert a clickable link in HTML into text with PHP preg_replace function

Per exampe for: http://www.google.com convert to http://www.google.com in plain text not hyperlink using preg_replace in php.
-2
votes
1 answer

Encryption algorithm app android

Hi I'm trying to create an encrypt/decrypt app in java for a project and I managed to do the encrypt decrypt in the same class however I need two separate classes one for encrypt and one for decrypt, but I've been getting this error (Instead of…
-2
votes
3 answers

PHP Read txt file and check if username password exists

I have a bunch of passwords and usernames stored in a txt file and i need to check for matches. I know this is not a safe method but its for leaning purposes. This code writes the usernames and passwords to a txt file if(isset($_POST['register']))…
Dynamiite
  • 1,419
  • 5
  • 21
  • 28
-3
votes
1 answer

Line breaks in a plaint text email?

I'm making a plain text email, in the head I have: I'm trying to line break content with \n Also with \r\n But nothing breaks the line. Where am I going wrong?
panthro
  • 22,779
  • 66
  • 183
  • 324
-3
votes
1 answer

Posting plain text on php using JavaScript

I need to use "POST" consisting of value and a variable structure using JavaScript. The plain text should be sent to a PHP page where it will be displayed. How should I get about this? From what I understand according to my requirement. It needs to…
Cobra
  • 73
  • 1
  • 3
  • 8
-3
votes
1 answer

Php Array result in plain text

I want to get the array result in a plain text area and each result separated with " , ". PHP codes : $nbrs = json_decode(fBGetDataStore('neighbors'), true); (to count $nbrs) print_r($nbrs) (to get FBID $nbrs) The results…
Aryan Aly
  • 208
  • 3
  • 9
-4
votes
1 answer

Converting each character of a string to the decimal representation

I am stuck on this writing the chunk of code in Python that converts each character in the string to its decimal and binary number representation. For example, if the user would input the word "bad", the program needs to output the decimal and…
-4
votes
2 answers

Prasing a text file with php to convert it to SQL/mysql

I have a bunch of log plaintext files that I wish to convert with php to put them into a database instead of using plaintext files, the largest log file I have is 14MB and theres 26 log files. How would I go about reading these text files with PHP…
-5
votes
2 answers

PHP code as plain text

Is there a way to output PHP code as plain text? I have PHP code stored in my mysqli database, I want to fetch the PHP code and display it in a div. I don 't want the PHP code to be executed. Or is there a way to use file_put_contents() to fill a…
Henk de B
  • 55
  • 1
  • 8
-5
votes
2 answers

What are the advantages and disadvantages of using a database over plain files?

I couldn't find the advantages and disadvantages of using a database over plain files. Would you please help me?
Johanna
  • 27,036
  • 42
  • 89
  • 117
-6
votes
1 answer

display plain text page in android

I want to display a text page in android app, which is having description about my app. This text page will be displayed after clicking upon a button. I have several buttons and I want to display various pages for every button. Could you help me…
rahul
  • 410
  • 3
  • 8
-7
votes
1 answer

variables from plain text Javascript

I am using node on my backend and i have emails with from clients with feedback about a restaurant. I have parsed the email and they now are now plain text but i want to extract variables from this text. for example: All customers have filed out…
Andrew Ho
  • 11
  • 1
1 2 3
33
34