This is about the EU given consumers options, Apple is all about not giving options and locking you into its own services, this hurts Apple far more than it hurts the EU market because it makes Apple products look less appealing by Apple refusing to offer its own service because they have to give options to rivals, the end results are consumers might look at alternatives like Android.
It's a game Apple can't really win when there are alternatives and Apple will in time change course on this, until then, let Apple hurt themselves in the EU market.
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