Search found 9 matches
- Wed Jul 28, 2004 1:04 pm
- Forum: Databases
- Topic: INSERT data using variables created on the fly.
- Replies: 13
- Views: 805
Ok, I left out the closing brace... now I get the following error: Notice: Undefined variable: 2 in /home/www/html/auth/submit_review.php on line 48 Notice: Undefined variable: 1 in /home/www/html/auth/submit_review.php on line 49 etc... Progress at last! The posting is working, that's the 2 and 1 I...
- Wed Jul 28, 2004 12:52 pm
- Forum: Databases
- Topic: INSERT data using variables created on the fly.
- Replies: 13
- Views: 805
- Wed Jul 28, 2004 12:37 pm
- Forum: Databases
- Topic: INSERT data using variables created on the fly.
- Replies: 13
- Views: 805
- Wed Jul 28, 2004 12:25 pm
- Forum: Databases
- Topic: INSERT data using variables created on the fly.
- Replies: 13
- Views: 805
- Wed Jul 28, 2004 12:18 pm
- Forum: Databases
- Topic: INSERT data using variables created on the fly.
- Replies: 13
- Views: 805
- Wed Jul 28, 2004 12:16 pm
- Forum: Databases
- Topic: INSERT data using variables created on the fly.
- Replies: 13
- Views: 805
- Wed Jul 28, 2004 11:50 am
- Forum: Databases
- Topic: INSERT data using variables created on the fly.
- Replies: 13
- Views: 805
A quick explanation of the app: This application is a peer review app. User1 logs on, all the members of user1's team are loaded into a form, except for user1 himself. User1 can now rate the co-workers and leave a comment. So when the review is submitted, I submit the user_id of the reviewer, the us...
- Wed Jul 28, 2004 11:32 am
- Forum: Databases
- Topic: INSERT data using variables created on the fly.
- Replies: 13
- Views: 805
- Wed Jul 28, 2004 10:15 am
- Forum: Databases
- Topic: INSERT data using variables created on the fly.
- Replies: 13
- Views: 805
INSERT data using variables created on the fly.
Could someone please check my syntax and my logic in the insert code below? I converted a small code snippet to suit my needs, but am not understanding the code well enough to debug it properly. If anyone could give me some pointers i'd be much appreciative. If more info is needed, or if the code th...