Hi,
I include a JS (javascript) file in *.php page. When I update JS file, and reload *.php again: nothing happen becase Apache server doesn't load the updated JS file.
Anyone can know how to force Apache reload the update JS file?
Thanks,
Tuy Le
I want to insert Unicode string into mySQL. Can PHP support Unicode? Because right now mySQL doesn't support Unicode so I have to use BLOB type instead of VARCHAR type.
Can anybody help me? Please give me an example.
Thanks,
Tuy Le
Hi friend,
You should use the "confirm(msg)" instead of "alert(msg)". This is an example:
<script language="JavaScript">
var name = confirm("Press a button")
if (name == true)
{
document.write("You pressed OK")
}
else
{
document.write("You...
Hi,
I have written the DHTML file. It contents 1 layer (DIV) to handle mouse events:
1/ Click on the caption to move the layer.
2/ Click on the buttons to process specified works.
It works well with IE4 but has some problems with NS: the buttons are disappeared when moving. Please copy...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.