I am using PHP open source and I need the map of a country highlighting all the states in different colors. Once a particular state is hovered over, some info about the state needs to appear. Please suggest me how to do this. Is it possible to do this using some basic stuff ... I mean nothing like what goes beyond my knowledge... Not sure if the tags that i have posted this query in is right...
<form enctype="multipart/form-data" method="post" action="mailto:[email protected]" accept-charset="UTF-8">
Is there a problem if mails are sent this way .. i wanna avoid using PHP codes..
I once encountered an operator "===". But I don remember what it was.. or where do we use it .. or is there any such a kind of operator ? where is it used ??
I just came across this database query and wonder what exactly this query does..Please clarify ..
select * from tablename order by priority='High' DESC, priority='Medium' DESC, priority='Low" DESC;
I got stumbled upon this issue once and I guess I need some expertise in getting through this .." some links that one likes to bookmark ." I tried browsing and got confused. is bookmarking just means the use of CTRL + D. Or is ti something like the one in this link .
I am trying to get the Paypal issue resolved whereby the users are made to make payments using the Do Direct method of Paypal... please suggest me some sort of tutorial for this implementation..
I need to know the reason why we use or rely on html validator for html?? I guess it doesnt meet our requirements of the browser compatibility.. Or else what is the use of this HTML Validator??
this is the code i m using to play songs
<a href="http://southgreenvillecoc1.org/BeEncouragedByWhatYouKnow4-25-2010am.wma"
style=" text-decoration:none; color:#404040;" target="_blank">
“Be Encouraged by What You Know”</a>
what do i need to do to play the song??? the link gets redirected to a different server....anything I need to embed??
<p style="margin-bottom: 0in;"><meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8"><title></title><meta name="GENERATOR" content="OpenOffice.org 2.4 (Win32)"><style type="text/css"> <!-- @page { size: 8.5in 11in; margin: 0.79in } P { margin-bottom: 0.08in } --> </style> </meta></meta></p>
While copying text from some sites, this code got appended automatically. Can you please help me with what code is this??? will this affect the appearance of other text on the site?? why does this text gets appended???
i am trying to make a text box no editable for the users. I tried using this code and it works. Any ramifications??? I mean do u suggest the use of this code or it may cause trouble for me in future???
<input type="text" name="west" value="fixed value" readonly />
I was actually going through the question 1636644 .. and got confused with this
" The getenv() function access to any environment variable to get the related value! "
Also ..
" It would probably be better to use $_SERVER['REMOTE_ADDR']; to prevent incompatibilities between servers. "
what kind of compatibility issue can this be ??
Lastly, it says $_SERVER is an array with many elements but I find only the IP Address there .. does this array store anything else too???
apologies for all these questions packed in one .. this is bcoz these are all related ..
i need to get a query where the elements are displayed in case the first letter is E (the word is electronics).. i have tried with the following :
mysql_query("select * from nested_category where name like '[A-F]%'");
I need to know how to fix this issue in the designs of forms..
Getting this in firefox
and this in IE...
the color is not an issue.. juz need the alignment to be fixed...
The code goes like this :
<div class="content_form_box7_main">
<div class="content_form_box7_main1">
<input type="text" name="email" value="Comments" class="content_form_box7_inside"/>
</div>
</div>
the style goes like :
.content_form_box7_main{
float:left;
color:#FFFFFF;
padding:5px 0px 2px 0px;
width:281px;
}
.content_form_box7_main1{
float:left;
padding:0px 0px 0px 40px;
}
.content_form_box7_inside{
float:left;
background-image:url(images/amcro_contact4.gif);
width:206px;
height:43px;
background-repeat:no-repeat;
border:none;
background-color:#E0D1B4; vertical-align:top;
}
apologies if it looks complex ...
I need to know what exactly this code does.. or how this can be used..Actually I used this to repeat the image as a background for the menu .. Need explanation for this..
url("images/home_bg.jpg") repeat-x scroll 0 0 transparent
Which is the better way of using the image as a link..
<A HREF="javascript:password()">
<IMG SRC="pict1.gif" NAME="pic1" ALT="about us!" BORDER="0" align="left"></A>
or the same thing using onClick in the img tag ??
Which one is advisable?? Are both equally good to use??
I have written some tags in PHP as
<a href="<?php bloginfo('url'); ?>/?cat=<?php $cate_id ?>"><?php echo $resid->post_content ?></a>
or even this one
echo "<li><a href = '?cat=$cate_id'>".$resid->post_content."</a></li>";?>
Does this in any case affect the performance on the live server. I am no getting the image to appear on the live server after upload but on my local system(on my side) , things are fine..