my datas are not getting inserted, why?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
saumya
Forum Contributor
Posts: 193
Joined: Sun Jan 30, 2005 10:21 pm

my datas are not getting inserted, why?

Post by saumya »

Hi guys,
I am trying to figureout why my datas are not getting inserted.I am able to send data to my data base in my local environment.But when it comes to production I am facing the problem. Actaully my php file is gettting called and executed but datas are not getting updated.Here is the url
http://www.subhvivaah.in/schoolevents/order_entry.php

See, if I missout any data, then it runs the failure script.But not for the correct one :( :(
saumya
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I doubt a webpage will tell me much when it's likely your code that is at fault. Post it.
Post Reply