html with javascript code plz......

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
ramakrishnab
Forum Newbie
Posts: 1
Joined: Mon Jun 23, 2008 6:13 am

html with javascript code plz......

Post by ramakrishnab »

hi
i have two text box and one submit button in my html page
i need a code to upload my same page content with database table but two text box must be there
when i click the button
plz help me...
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: html with javascript code plz......

Post by Christopher »

You can mix upload and input fields. Check $_FILES for the uploads and $_POST for the fields.
(#10850)
User avatar
highjo
Forum Contributor
Posts: 118
Joined: Tue Oct 24, 2006 1:07 pm

Re: html with javascript code plz......

Post by highjo »

i would like to help you but i must confess that i don't understand what you are trying to explain.please be explicit or better post your codes
Post Reply