submit

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
littlecoder
Forum Commoner
Posts: 26
Joined: Fri Oct 17, 2008 4:36 am

submit

Post by littlecoder »

Hi friends ,

I have a 'Submit' button which is inside a table . The table is situated within a form.
My problem is that whenever i press the 'Submit' button the table just disappears.
Any idea what is the problem ?

Any help would be greatly appreciated
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: submit

Post by jaoudestudios »

Post the suspect code
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: submit

Post by aceconcepts »

You're probably posting your form to a blank page.

Like jaoudestudios said, post your code.
Post Reply