Problem with HTTP Caching...?
Hi there, im trying to implement caching. But it doesn't always work.
I post it here because ther
problem with array - multilingual page
this is my test page :
Code: <?php
if(isset($_GET['lang'])) {
if($_GET['la
Checking if a process is running (problems including psapi.dll i think...)
Ok, so all I'm trying to do is check if a program is running...
I've found out that I nee
Problem in String replace program's output
Hi all,
I was trying to make a program which accepts a string and replaces it with another stri
what does this mean? +=
is anyone able to explain what this code is saying?
i had it written for me awhile back and n
Finding digits in variable containing text, and IDing them
$romanstock = "http://www.remoteprice.com/data.asp?storeid=123&itemcode=456&typ
RadioButtonList data selection onClick='location.href=index.htm'> not working Impact of movement type 412 E on MAP small inaccuracies
view plaincopy to clipboardprint?
Below is my code:
echo "<input type='button' value='redirect' onClick='location.h
Hi
Usage of movement type 412 E is causing huge change in MAP .
Is there any r
I have this code to convert fractional base 10 into base 2:
while($num > 0)