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
https://forums.phpfreaks.com/topic/107475-inside-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.