Well, I'm having a design problem that I find perplexing. Many people visit the Poker Portal page on www.MarainLaw.com, but nobody, absolutely nobody, exhausts their allotted number of poker hands. ...
Type: Posts; User: marain; Keyword(s):
Well, I'm having a design problem that I find perplexing. Many people visit the Poker Portal page on www.MarainLaw.com, but nobody, absolutely nobody, exhausts their allotted number of poker hands. ...
James and Coothead,
Thank you both.
My apologies for my delay in responding: I've been tremendously busy at work, and unable to test your proposed solutions.
On the subject of whether the...
G'day Folks,
This
<?php
if ($here !== 'quotations') {
echo '<body class = "' . $here . '">';
}
else {
echo '<body class = "quotations" onbeforeunload = "alert('Thanks for visiting. Sorry...
Coothead,
Color me embarrassed.
Thank you.
A.
Folks,
First 41 lines of code below, unfortunately unnumbered. I invite your attention to the "document.write" line, about 12 lines up from the bottom, and to the "Irreverent Lawyers" line, one...
Coothead and Keyboard,
Wow! Thank you for the analysis, and the suggestions!
A.
The code below I want applied to only class mentable, but the nth-child statements are being applied to the entire page. Can someone kindly discern my mistake?
table.mentable th {...
Nelly came home. I did not even have to try the Ctrl + F5. She just returned this morning as mysteriously as she previously disappeared.
I'm afraid this will have to remain one of the mysteries...
I use CSS to put fixed images onto many pages of www.MarainLaw.com. For example, for https://www.marainlaw.com/page.php?here=appeals, this code puts an image onto the upper left corner of the page,...
Wanted to copy, changing extension, on all .js files in a folder.
copy *.js *.js1 does not work. (It's been a while.) Any old timers here (or youngsters too) with the answer?
Note: rename...
My sites are as indicated below. I invite quotes for preparing some (not all) of these sites for Google’s Page Experience Factor, as more particularly described at...
James,
Your explanation comports completely with my understanding. The final set, however, seemed to have been acting as if there were an additional separator. I developed a workaround to that,...
That's a good one, but it does not make the cut for me.
$bigData: 210210083045*68.197.65.57*10*2****210210083303*107.77.225.115*9*1****
The code:
$lineItem = explode ("*", $bigData); // create array
foreach ($lineItem as $item) {
echo...
Resolution was to eliminate the line breaks inserted in the script that created the file. I have no opinion as to whether the line breaks "should" have caused what I discerned originally to be a...
<?php
$lastUpdate = date( 'j F Y', filemtime( 'pageContent/reviewActivity.txt' ) );
$months = array (
"January",
"February",
"March",
"April",
"May",
"June",
James,
You hit the nail on its proverbial head. Thank you!
Given your observation, I can now fix it easily. [URL]https://www.marainlaw.com/page.php?here=reviewActivity] shows the contents of...
<?php
$lastUpdate = date( 'j F Y', filemtime( 'pageContent/reviewActivity.txt' ) );
$bigCount = 0;
echo "<br /><br />";
$bigData = file_get_contents ("bigCollection");
echo $bigData;
echo...
James,
You have shown me the error of my ways. Thank you!
The code is used for messages to visitors to my "poker" page who are asking for more poker "hands" than their limit. It is a...
James,
First of all, thank you!
I'll be happy to try it, unfortunately, it may be a few days before I am able to find the time to do so.
In comparing your statement against mine, the only...
Folks,
When $_SESSION['sessionCounter'] is 9 and $_SESSION['limit'] is 8, I think that the PHP_ROUND_HALF_EVEN in
$percentage = (round(((($_SESSION['sessionCounter'] / $_SESSION['limit'])...
Duplicate post? I don't see the original:
Coothead,
I appear to have violated a rule. I forgot. Thank you for the alert.
Can you delete it? Am I able to delete it myself?
A.
Folks,
I'm wondering where there exist software that can sort records in a file. It would run under Windows 10. And if there were some way I could upload it to a server and make it run there,...
[Response deleted by marain]
Problem solved: Found solution at https://www.wikihow.com/Insert-Symbols-in-Emails .