urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
Ball movement
I want to move a ball from one point to another and it should hit a group of balls at the other end
How to find OS bit version
How can I tell the person browsing my site is running 32, or 64 bit operating system?
division gives infinity anser
int main()
{
int z=0;
int i=1/z;
cout<
}
It doesn't throw a
ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c
mysql select query problem
how can i select multiple fields from multiple table in one query like
i have table name t1 a
First root of a number
Hi,
I can't find any function in php to give me the first root of a number.
Is there any
Easy administration on MySQL databases
My website is database driven and I am very tired of manually making queries to my tables in order t
Procedure with variable number of columns
Hi, I have a procedure that looks like this:
PROCEDURE PROC(p_cursor OUT sys_refcurso
type check while uploading
Hi Everyone,
How can I check the exact type of a file while uploading on my site?
Here