ID:               26578
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ashish1_sharma at rediffmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Dynamic loading
 Operating System: Windows 2000
 PHP Version:      4.3.2
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

The bug system is not a support forum.


Previous Comments:
------------------------------------------------------------------------

[2003-12-10 06:41:38] ashish1_sharma at rediffmail dot com

Description:
------------
Hi Friends,

Please help me out from this problem .. i need ur help ..

I am having a form with 2 fields, Product Name and Product Image and
whose action is redirecting on the same file say (add-product.php).

Now when i click on "submit" button after entering the product name and
attaching the product image it is working without any problem. The data
is going into the database and the image is uploading in the specigfied
path. As this is a direct (one go) insertion without any check point. 

After that i have modified this programme into such that when the user
click on "submit" button after entering the product name and attaching
the product image. First it should check for the duplicate value for
product name and if found then it should prompt the user that he is
entering a duplicate value as the product name is already exsists .. so
would he like to continue ... with [YES] or [NO] submit buttons. If the
choice is [YES] then enter the value into the databse and upload the
image and if [NO] then return  to main screen.

Now the problem which i am facing is that i am able to capture the data
of product name field in a hidden field in confirmation form and able
to insert later into the databse but i am not able to capture the value
for the product name field and hence the image is not uploading as it
is also displying some warnings .. as unable to open the (dir) for
reading n all ...


So, i would like to know that should i do to solve this problem ..
please help me to solve this problem ...

Ashish



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=26578&edit=1

Reply via email to