Jump to content

<Form> inside php


Naoa

Recommended Posts

Hello, so I'm working on a project in school at the moment and I'm really new to php and all this stuff so I was just wondering if it's possible to do this in any way:

 

<?

<form action="<?echo $_SERVER['PHP_SELF'];?>" method="$_GET">
TEXT<br>
<input type="text" name="TEXT"><br>
TEXT<br>
<input type="text" name="TEXT"><br> 
<input type="hidden" name="TEXT_id" value="<?echo $TEXT_id ?>">
<input type="submit" value="TEXT">
</form>

?>

 

Why I'd like to know is because I've made a login screen (to admin) and when I have the <form action> outside the PHP tags then it will be showed on the login screen, AND the admin screen. But I just want to see it when I logged in as admin.

 

 

Really sorry for poor explanation but as stated, I'm really new to php and I'd be more than happy if you could give me a hand. Just give me a shout if you need more information please.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.