Neowin says it's $39.99, but their site says $399.99 after discount. Is Neowin covering the difference? I'll take 7 if they are. Not 8, not 6, never 5, but 7.
Yeah and now they added space above the tab bar, so now I have to painstakingly aim at just slightly below the top of the screen to reach a tab with my mouse.
truly hate it
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