• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

PHP in General

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,


I have to create a user registration page with two fields (Username and Password)..

so, i use three php files
a)index.php // use to create the two fields
b)registration_script.php // use to configure the server and database and insert the new record into the table
c)success_script.php // if successful means, this page will be displayed


but when i use the <input type="submit"> it gives me the desired answer.. but, if i use the <input type="image"> it doesn't give the answer...


the codings are

index.php



registration_script.php




success_register.php





please clarify me.. Thanks in advance

Regards,
Bala
 
Bartender
Posts: 3648
16
Android Mac OS X Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When you say "it doesn't give the answer" when using image, the data can't pass to the registration script or can't see the image?
 
reply
    Bookmark Topic Watch Topic
  • New Topic