zero-perfoliate
zero-perfoliate

Author Topic: Need help on PHP code. ASAP, PLEASE..  (Read 218 times)

Offline melcee82

  • New PHP Members
  • Posts: 1
  • Karma: +0/-0
Need help on PHP code. ASAP, PLEASE..
« on: May 26, 2010, 09:12:42 PM »
I need to to an id comparison between in different pages.
Please help.

1. 1st id will be inputted in verify.php
2. the same id will be required to be input by the user in check.php (for verification, to make sure they enter the same id)
3. The compare checking will be done in verifysubmit.php

if (id1 !=id2) {
echo "Your id does not match!!"
}
else
{

coding.... (please refer the attachment for verifysubmit.php)



But it seems like my coding would not do the comparison, it doesn't work!
Please help. pleaseee..

Really appreciate it!
TQ

Offline Sergey Popov

  • PHP Helpers
  • ***
  • Posts: 31
  • Karma: +0/-0
    • Freelance PHP Developer
Re: Need help on PHP code. ASAP, PLEASE..
« Reply #1 on: May 27, 2010, 12:11:39 AM »
Hi,

Instead of attaching word docs, post your code here using *php* bbcode. Also if there are error messages, post here too. If no errors, describe what make you think your code is not working properly. This will help us give you advice.
Refer to php documentation or PHP Help forum for more info and for answers to your questions

 

zero-perfoliate