Microsoft is reportedly seeking help from its biggest cloud rival, Amazon Web Services, to address mounting capacity issues of GitHub. According to a report by Business Insider, this move of the company comes after a series of AI-driven outages on the coding platform, which Microsoft acquired in 2018. Despites its plans to migrate GitHub completely to Azure by 2027, increasing demand from AI coding tools has forced Microsoft to adopt a multi-cloud strategy...............
https://cio.economictimes.indiatimes.com/news/corporate-news/microsoft-taps-aws-for-github-capacity-amid-ai-driven-outages-and-multi-cloud-strategy/131761981
Question
saiya
hey, so i'm playing around with PHP just to get used to it.
i was wondering if its possible to make this
page.php
(everything is being done and reported back to page.php btw)
have two options via submit button
Option 1 - Option 2
[submit] [submit]
when the option is clicked for it to clear the current data and show the new data when clicked.
so far i have this
if($opt1)
{
echo "option 1";
}
else
{
echo "option 2";
so $opt1 will clear everything and show the info in that IF statement.
dunno if i explained it clearly :huh:
Link to comment
https://www.neowin.net/forum/topic/862654-php-help-trying-to-clear-text-when-clicking-on-a-link/Share on other sites
28 answers to this question
Recommended Posts