Search found 2 matches
- Thu Mar 03, 2005 9:17 am
- Forum: PHP - Code
- Topic: Error message in submitting a support ticket
- Replies: 2
- Views: 435
SOLVED
Thank you.
- Thu Mar 03, 2005 8:14 am
- Forum: PHP - Code
- Topic: Error message in submitting a support ticket
- Replies: 2
- Views: 435
Error message in submitting a support ticket
I'm using a support ticket script and am getting an error at time ticket is submitted which reads: Warning: extract(): First argument should be an array; line 776 I viewed the coding and below are a few of the lines: 774 $result = @mysql_query($query); 775 $row = @mysql_fetch_array($result); 776 ext...