Hi to Everyone,

The text quoted below has already been sent to the list, 2-3 days ago, someone had replied to it (but the message has been lost, I no longer see it on the list. I had replied again, which reply disappeared too.) So, I want to say again that the errors shown in the text below (S instead of $, ` inst of ') are not errors that I made in the php script, which scripts I write using old vi (vim). This was due to the fact that some parts of my messages here were typed using LibreOffice and parts were copy/pasted here.

So, my actual concern still is that I can't get a php 7.4 script to call for a value entry, as I did years ago with older version.
 $nom = S_GET [‘nom’] ;
>
> no longer operates with php 7.4. This code is simply ignored. S_REQUEST,
> $_POST do not work either.
I spent hours searching for a way to get php to ask for an entry, but I didn't find anything.

On 28/03/2024 10:33, Bernard wrote:
Yes, this list (exactly the same here) shows that mysqli.so is loaded. In any case, as said before, this function does operate as I have checked.

But I've found more problems, concerning $_REQUEST, $_GET...

The old way that I used 11 yrs ago no longer works :

$nom = S_GET [‘nom’] ;

no longer operates with php 7.4. This code is simply ignored. S_REQUEST, $_POST do not work either.

Could someone show me how I should write these few lines dating 2010… (worked at least till 2013), which code is now ignored by php 7.4 with no explanations since I don’t have debugging function active. This example code comes from Kevin Yanks' s book dating 2010 :

<?php

$nom = $_GET[‘nom’] ;

echo ‘Bienvenue sur notre site, ‘ . $nom . ‘ ] ;

?>

These lines are now ignored by php 7.4

In any case, I’ve checked my php.ini (which I sent here a few days ago), and it seems to say that cookies are activated as well as $_REQUEST and other concerned functions.

On 26/03/2024 10:38, Bernard wrote:
ls -Al /usr/lib/php/20190902

Reply via email to