C
|
cgphp 3/18/2013 |
What is the SQL command you want to execute? |
P
|
p1nr author 3/19/2013 |
What is the SQL command you want to execute?
$strSQLInsert = "insert into vcschedule (techid, `date`, `weekday`, status, dept) |
P
|
p1nr author 3/21/2013 |
I got it now. The .$values['edate1&2']. parameters above were correct, I just needed to set up those 2 fields differently in my SQL query. |