C
|
cgphp 6/4/2012 |
You have to escape with a single quote the values. Try this version. global $conn,$strTableName; |
A
|
ashumak author 6/4/2012 |
You have to escape with a single quote the values. Try this version. global $conn,$strTableName;
|
C
|
cgphp 6/4/2012 |
global $conn,$strTableName; |
A
|
ashumak author 6/4/2012 |
global $conn,$strTableName;
|
C
|
cgphp 6/4/2012 |
What are the database types of DBA_Name, step_completed, date_completed, completed_by and next_step ? |
A
|
ashumak author 6/4/2012 |
What are the database types of DBA_Name, step_completed, date_completed, completed_by and next_step ?
|
C
|
cgphp 6/4/2012 |
Try to run the query directly from your database manager (i.e. phpmyadmin). |
A
|
ashumak author 6/4/2012 |
Try to run the query directly from your database manager (i.e. phpmyadmin).
|
C
|
cgphp 6/4/2012 |
Do you get errors in phpmyadmin? |
A
|
ashumak author 6/4/2012 |
Do you get errors in phpmyadmin?
|
C
|
cgphp 6/4/2012 |
Paste the error here. |
A
|
ashumak author 6/4/2012 |
Paste the error here.
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"INSERT INTO process_history (DBA_Name, step_completed, date_completed, complete' at line 1 |