Thanks Jason,
I tried this and now I'm getting an error. Plus, when I look in the insert wizard, it has my server file names mismatched. I can't see what the problem is. Can you take a look?
Error after inserting record with upload.
Notice: Undefined index: WA_UploadResult1_1 in /Applications/MAMP/htdocs/SandboxPHP/lightbox/insert2.php on line 81
Notice: Undefined index: WA_UploadResult1_2 in /Applications/MAMP/htdocs/SandboxPHP/lightbox/insert2.php on line 81
Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/SandboxPHP/lightbox/insert2.php:81) in /Applications/MAMP/htdocs/SandboxPHP/lightbox/insert2.php on line 97
Here is my new line (81) it's referencing.
$WA_fieldValuesStr = "".((isset($_POST["id"]))?$_POST["id"]:"") ."" . "|" . "".$WA_DFP_UploadStatus["WA_UploadResult1_1"]["serverFileName"] ."" . "|" . "".$WA_DFP_UploadStatus["WA_UploadResult1_2"]["serverFileName"] ."" . "|" . "".((isset($_POST["imagelabel"]))?$_POST["imagelabel"]:"") ."";
I don't see any extra spaces in my php. The problems is most likely staring my in the face.
OH, one other detail. Now, it's not writing anything into the image columns. Which stands to reason, but I figured I would add that here.
Thanks,
TroyD


