simple ping code
been searchin the site/web and found code thats simple but doesnt work.
I have a personal we
Share admin accross websites
I'm using .net memberships and roles in one of my sites, but I need to be able to share logins and p
Values disappear from my array :( HELP!
hey all, I have a lil mysql/php/apache script that queries a database
and pulls put 5 integers.
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)
How to search for several parameters from objects in a database?
I have a database with lots of information about objects.
Now I would like to search for 4 or 5 p
Casting Decimals in Oracle
This code worked as a query in DB2, but I am not sure what the syntax is for casting decimals in Ora
script is pulling more then they have....
I have this script for my game where they can change there race. This will cost them 2,500 points. H
my login script page is not working on remote computers
hi my login is working on my computer, but when i tried 2 computers from 2 different locations, they
array_combine() error
getting an "Warning: array_combine() [function.array-combine]: Both parameters should have an e
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<