Hello Friends,
Problem of today ( we seek for php help ) as following ,
we know all that PNG images not shown well on IE6 and some "css'ers" given us a solution --> fine 1
but if that PNG is within css hover code no way to be working correctly i.e i've tried millions of ways all failed
the only way i've got is to use something called "filter"
but that filter is not working for FF and only working for IE
so i wonder if
- we are able to set a php code
if ( it IE) then ( run style_ie.css ) if not ( IE ) then ( run style_ff.css )
hence is there any code to detect it and can be re-write as if X then Y and if not then Z
hope you got wt i mean ....
thanks in advance
Array disappearing in foreach loop
Okay, I have this problem where an array will become undefined in a foreach loop.Here is the function plus a couple comments:Code: [Select]function mineResources($nation) {global $db;$resources =
Display thumbnails as square while retaining aspect ratio
I am trying to figure out a way to make an image display as a square, for example 80x80 pixels, when the source file is rectangular.The catch is that I want the image to look normal (not squished) so
Need help with an email blocker for a guessbook
I am new with php and here is a simple guessbook page but I am being hit with spam from a group of the same email. I know I need to do an IF statement but I am kinda foggy on how to do the code.What I
Calculus Help (and by help I mean homework)
Hrmmm, I hate posting about math homework, partly because it's homework, and partly because I hate whenever I can't figure out math myself.Yes, I realize this is an extremely long post. Feel free to
Chat Box in PHP
I was thinking in doing a Chat Box in PHP. For that I would use a form with two fields, Nick and Message, then I would store the data in a DB and show them.I have already made the code for this. In
OOP help
okay so i have a class im making it has everything setup i just need to randomize the 2 variables and return which variable that was randomized and output it.Code: <?phpclass hit_chance {
Perplexing problem showing a .jpg
Please disregard..........I figured it out
controlling/creating accounts with privileges
hi all,i'm trying to figure out how i can create/control account with privileges, for instance an Administrator creates an account but gives it guest privileges (able to see data but not edit, or
need help in mysql_num_rows()
please tell me what i am doing wrong in this query. it displays this errorCode: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in D:\wamp\www\dynamic\quiz2.php on
Firewall / visited websites logger
Hi.