My thoughts: Perhaps twenty percent of what I've read thus far deals with facts and happenings about which I have insufficient knowledge to comment. As to the remaining eighty percent, I agree...
Type: Posts; User: marain; Keyword(s):
My thoughts: Perhaps twenty percent of what I've read thus far deals with facts and happenings about which I have insufficient knowledge to comment. As to the remaining eighty percent, I agree...
Got this very enlightening book as a Christmas present, The Crash of 2016, by Thom Hartmann. I'm about three-fifths through it.
A.
Anyone Home?
A.
Saskey,
I'm a bit confused concerning what you are trying to do. Generating the random extension is simple in either javascript or php. What confuses me is that, if the extension is truly...
Ankush,
I cannot see anything wrong with how you set it up. My best guess is that there is something else lurking in the picture. For example, are you sure that you uploaded the .htaccess file...
This query relates to the same code at issue in the recent thread "To Code a Line Break":
John provided suggested code that solved the problem completely:
echo "Comment of former client" ....
Got it!
echo "Comment of former client" . $testitable [$element] . "(file " . $testitable [$element + 1] . "): “" . trim(str_replace("<br />\x0d\x0a<br />", "<br />\x0d\x0a<br />“", $testitable...
John, the original problem arose on account of my inability to communicate to my text editor (Notepad) that I wanted to search for hard returns. When I entered a hard return that I wanted...
To answer your question, it was working before (except for the open quotation marks on paragraphs subsequent to the first one). You can see it "in action" at any of the pages on that site (except...
John,
Can you please check to see whether the DD editor translated some of what you typed, e.g. ampersand-pound sign-8-2-2-0-semicolon, to the character it represents? ALSO, did some of what you...
John,
My objective is to add the open quote (ampersand-pound sign-8-2-2-0) to the beginning of subsequent text paragraphs. Most of the texts are only one paragraph and the initial open quote is...
John, thanks. Unfortunately it does not work. Here is the coded line:
str_replace("<br />\n<br />", "“<br />\n<br />", $testitable [$element + 2]);
The second double quote in the replace string...
How can I code a line break in the search string of a str_replace function? My text editor is Notepad.
A.
John, that is absolutely phenominal! Thanks again.
A.
John, two issues exist, one corresponding to each of your much appreciated replies. Anent your first reply, the text that I uploaded did not contain ' characters. They appear to have been converted...
Folks, I have a (working) PHP file that begins as follows:
<?php
header('Location:http://www.MarainLaw.com/page.php?here=sexual-assault-in-new-jersey');
die();
switch ( $here ) {
case...
latrobe, this does not answer your question, but an alternate way to set up the page would be to have a "table of contents" at the top of your page. Divide the text content of your page into...
John, your information is incredibly on point. Thank you.
Follow up questions (no good deed goes unpunished): Do you have any recommendation as to which of the techniques to use: php header...
The header in http://www.njsexcrimes.com/page.php?here=index includes this line:
<meta http-equiv="refresh" content="0;url=http://www.MarainLaw.com/page.php?here=sexual-assault-in-new-jersey" />I...
mlegg, problem solved. There was an unobtrusive box in the PGP display that needed to be checked. Thank you for your suggestion.
A.
Windows 7, Home Premium. I had a hidden icon (for PGP), thought I did not need it, so I deleted it from the hidden icon tray. As it turns out, I do need it, so I tried to restore it. I went to...
On further reflection, this is a logic problem and not a PHP problem. I'll work on it further myself. (But suggestions from the crowd would still be welcomed.)
A.
Further thoughts (if y'all...
Hi Folks,
The following code is developing and echoing a poker hand. The code is sorting the hand by suit. Is there a straightforward way to sort the hand, instead, by rank of card?
$suits...
What took you so long? (Just kidding.)
Thanks.
A.
P.S. I would mark this thread "resolved" if I knew how.
Hi Folks,
My second 2014 question (first ever for this Forum);
<style type="text/css">
p.first-letter {
color:red;
font-size: 200%;
} is not working. Page where I'm trying it out is...