Google seems to be advertising it enough on different streaming services, I don't watch normal TV as i refuse to pay for a Tv licence. (UK)
i have disabled it as much as I can on my phone, I have not changed Google assistant to it and yet still get notifications saying please change to Gemini.
If I don't use google assistant, then what makes them think I want to use Gemini?
As i said, it is disabled or as much as i can.
Exactly. They won't go 100 because current gen consoles are simply too old for any groundbreaking graphics or gaming experience otherwise. They will go with standard (console) price 70 or go with 80 if they really want to go premium. Of course they will have more expensive options too with some useless cosmetics as always.
Question
McCordRm
Currently, my site is (except the jquery menu) entirely HTML/CSS.
I'm building it with Includes to make updates easier: update the Menu file and
it's updated everywhere that menu is loaded.
Think Lego blocks. The header is its own file, the footer, etc. Like so:
<include header.css>
<include content.css>
<include footer.css>
And thus, the webpage is displayed.
The only thing that changes on my site is the Content area. So, I'm curious if
PHP can perform this function for me:
1. Instead of having different content.css file, have a $Content variable. When
the site first loads, the $Content variable is set to Home. Therefore, for the
content section, it includes the Home.css file.
2. If you click Stories in the main menu, the $Content variable is then set to
Stories. The exact same load sequence happens but instead of home.css it
now loads stories.css file.
I'm thinking dynamically. When you have a rollover image effect, there is one image
displayed on the page. You hover your mouse over the image and the image updates,
but the rest of the page stays exactly the same. I'd like to do this for my content area.
Link to comment
https://www.neowin.net/forum/topic/930690-php-question/Share on other sites
22 answers to this question
Recommended Posts