$_POST variable un-useable
I'm trying to use a $_POST variable in a mysql update statement but i can't use it for some unknown
A problem with my GD class
Hello,
I created a nice (and simple for now) GD class.
The problem is , it works great on
C++ Http request?
Code:
string Response = "LOGIN_UNSUCCESSFUL";
System.Net.WebRequest request = Sy
problem when runing a funciton
I am trying to connect to database using a funciton in a functions.php
<?php
funct
Basic Question Regarding PHP Includes
Hi
Just starting out with PHP.
Working on a site that uses some basic includes, these
Best way to cross matching large datasets
Hi,
Im running a script where am I cross matching about 200 000 data sets with each other. Ea
elseif help!
OK so I'm new to the site, as well as PHP altogether (Trying my hand at managing an online RPG) and
help with multi-update
Now sure how to ask this really....
10g database if that matters.
I have a customer
update sql when refresh - php
hi
I have made a table (attachement)
the users can update the sql database using + or x bu
Writing Windows Device Drivers with C
Yes: one of the nice features of C is void*. You can put anything there and get anything out. Very