Contents of variable not echoing
Hey guys, hopefully this is an easy one...
In this line, the variables are not echoing out. T
Procedure with variable number of columns
Hi, I have a procedure that looks like this:
PROCEDURE PROC(p_cursor OUT sys_refcurso
Simple Question
I know this is a simple question, that if I knew what it was technically called i could probably loo
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
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
Help Ordering Arrays
Hi, I have 3 arrays as shown below.
Code: $users = $this->get_latest_users();
$flir
Get Total From While Loop
I'm trying to get the total for each product and add them for a Grand Total to list outside the loop
HTML form problem
Ive made a form to that i want to send to my email via PHP. but when it send only the name's etc sen
MySQL issue
I am taking sentences through a form on page. Then checking some condition and trying to insert them
Checkbox info wont include in Mailto
Hey, im new to php.
Basically I have made a form to request which type of job(s) are needed, whic