Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6665867
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:46:06+00:00 2026-05-26T02:46:06+00:00

Hey i got a problem that might be easily solved, but i can’t seem

  • 0

Hey i got a problem that might be easily solved, but i can’t seem to find anything on it.

I have a form:

<form action="<?php echo $_SERVER['self']; ?>" method="post">
First Name: <input name="firstnamepass" type="text" size="35" /><br />
Surname: <input name="surnamepass" type="text" size="35" /><br />
Email: <input name="emailpass" type="text" size="35" /><br />
<input type="submit" value="Search Member" /> 

Now i have PHP getting the post data:

if(isset($_POST['firstnamepass']))
    echo "surname is set <br />";
if(isset($_POST['surnamepass']))
    echo "surname is set <br />";
if(isset($_POST['emailpass']))
    echo "email is set <br />";

Problem is, everything seems to be set even if i haven’t set a value for it. Any ideas? Any way around it?

thanks for the help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T02:46:07+00:00Added an answer on May 26, 2026 at 2:46 am

    Use empty function instead – http://php.net/manual/en/function.empty.php

    if(!empty($_POST['firstnamepass']))
        echo "surname is set <br />";
    if(!empty($_POST['surnamepass']))
        echo "surname is set <br />";
    if(!empty($_POST['emailpass']))
        echo "email is set <br />";
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey everyone I got a javascript problem I can't seem to find a specific
Hey Friends I've got another xsl/xpath problem. Sure a beginners problem, but I'm thinking
hey, i've got a wpf application that have a doubleanimation used for scrolling text
Hey. I've got a dumb, but nasty problem. If I've got this (simplified) situation:
Hey math geeks, I've got a problem that's been stumping me for a while
hey guys i have got this far with a chat system but now i
Hey I got the following ps for retrieving the site template from SharePoint,but I
Hey there, I've got a block of HTML that I'm going to be using
Hey. I've got some code from Agile Web Development that wraps some HTML around
Hey! I've got a generic package that requires a config file and multiple packages

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.