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...
Type: Posts; User: marain; Keyword(s):
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 .
Folks,
Can someone please indicate how I can mail special characters that appear for the recipient as special characters? For example, π appears as the pi character in html. Great. But when...
Trust me: That will not happen very often ;-)
Solved! Here is the winning code:
echo "<br /><br />Your final quota of hands for this session was {$numbers[$_SESSION['limit']]}. This would have been hand number...
OK. Thanks for your patience.
A.
Are you sure? What about
[CODE]const AGE = 25;
console.log(`I'm ${AGE} years old!`);[\CODE] ?
See https://www.w3docs.com/snippets/javascript/how-to-do-string-interpolation-in-javascript.html...
Coothead,
I'll try the resource you suggested.
A.
Modified the statement. Still it fails the syntax check, but I believe I'm making progress.
The modification was to put the interpolated variables into braces ( { and } ). The statement now...
Many thanks, Coothead.
I'll linger here for a while..we've given it now well less than half a day!
Coothead,
You get an "A" for effort!
Perhaps someone here who is an expert can educate both of us ;-)
A.
Coothead,
It is indeed easier to read, and I thank you--I'm not one to look a gift horse in the mouth ;-) . My quest, however, is for interpolation that I believe will enable elimination of all...