Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. HaaDeej

    Problem with php script

    I don't understand it.. can you make an example for me? :$
  2. HaaDeej

    Problem with php script

    Is it possible to redirect in stead of: echo "Postcode correct";
  3. HaaDeej

    Problem with php script

    Forget it, IT WORKS :) Thank you VERY much! You're the man! ;)
  4. HaaDeej

    Problem with php script

    Could you post the whole code for me? Then I won't make mistakes anymore! :) Because with the ; it still doesn't works. I get the same error again!
  5. HaaDeej

    Problem with php script

    <?php $postcodes = array (8911, 8912, 8913, 8914, 8915, 8916, 8917, 8918, 8919, 8921, 8922, 8923, 8924, 8925, 8926, 8931, 8932, 8933, 8934, 8935, 8936, 8937, 8939, 9084) // postcode check if($submit) { if(in_array ($pc, $postcodes)) echo "Postcode is correct"; } else { echo "Postcode...
  6. HaaDeej

    Problem with php script

    I have this script. It's a postcode check script, 8911 is now a correct code, but I have to add a few, i've tried everything but i'm not a genious in PHP, maybe someone could help me out. The postcode's that the script has to find "correct" are: 8911 (it's already in the script), 8912, 8913...
  7. HaaDeej

    PHP Problem

    I have this script. It's a postcode check script, 8911 is now a correct code, but I have to add a few, i've tried everything but i'm not a genious in PHP, maybe someone could help me out. The postcode's that the script has to find "correct" are: 8911 (it's already in the script), 8912, 8913...

Part and Inventory Search

Back
Top