Yeah, no doubt! I loved when gaming magazines shipped with the latest and greatest demos! I still have many including Quake 1 demo way back when. Kinda like PC boxes with thick manuals, instructions, etc.
Sony has had some misses but honestly the one thing they have done well is not compromise (too much) on first party titles! Microsoft on the other hand have left first party IPs to rot in hell. The who conversation about "entertainment" we want to be the best entertainment company tells you everything you need to know. They are love bombing initially but then doing a Don Mattrick rug pull where XBOX becomes and entertainment company as oppose to a gaming one. All the fan service over the last 3 months down the pan. This company should never have been allowed to acquire so many studios only to kill them off!
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