I uploaded a .swf file to my web site. When I call this file, it shows up but nothing happens. How do I get it to work?
It's a game I have uploaded. If I go to another site with one, all I have to do is go to
theirsite.com/game/thegame.swf
But if I go to
mysite.com/game/thegame.swf
it...
I uploaded a .swf file to my web site. When I call this file, it shows up but nothing happens. How do I get it to work?
It's a game I have uploaded. If I go to another site with one, all I have to do is go to
theirsite.com/game/thegame.swf
But if I go to
mysite.com/game/thegame.swf
it...
If I have for example todays date stored in $todayis. Which would be set to 2011-12-16. How would I add 4 days to it? Whenever someone is on the site on Friday, I want them to see the date of next Tuesday. Or is there an easier way to jump to the date of next Tuesday no matter if it is...
echo "diff before ", $diff, "<br>";
if ($diff = 4 AND $num >= 3) {
echo "diff after ", $diff, "<br>";
}
What is making this string change and why is it running to start with when $diff is equal to 3?
When I run this I get:
diff before 3
diff after 4
$result= mysql_query("SELECT * FROM users WHERE userName = '$username'");
if (!$result) {
die('Invalid Username: ' . mysql_error());
}
$row = mysql_fetch_array( '$result' );
$temp = $row('userName');
echo $temp;
When I run this I get:
Warning: mysql_fetch_array(): supplied...
For example, if I have 25 rows in my database, and I create a new row and I want it to be in the 8th row, how do I do this?
No, Gordan, it's not. If you read a database, and print out the results, it ALWAYS comes back in the same order you posted them in.
When I open my .gif with Photoshop, it tells me that I will loose all other frames if I save it. I want to make the image smaller.
I just opened it with ImageReady, resized it, and tried to save it. The only format it allows me to save it in is a .psd file.