unexpected T_SL without a shift left token
Nothing too see here, I'm an idiot and resolved the problem.
help with this code please?
Hello,
I am trying to build a remote upload script for my image hosting site.
I am usi
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
temporary objects
Until now i thought every temporary object in C++ is created as constant. I'm wondering why my compi
Dealing with code in db query
I am dealing with C code and I need to make sure it is encoded some how to ensure its integrity and
Using the $_GET variable to view certain records
Hello,
First let me explain my problem, I have 2 pages the first page pull a list of Guide ti
Simple Question
I know this is a simple question, that if I knew what it was technically called i could probably loo
Delete all from a table
I can not get the following code to work. If I run the sql statement in the db it will delete all t
Multiple while loops
I have several DB queries that I know should be returning results and aren't. I have a feeling it ha
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<