Jump to content

Embedding PHP


Mirek

Recommended Posts

Hi there,

I am trying to create a form which gets added to a page via an include file but can not work out how to insert ' php $_SERVER['PHP_SELF']; ' in it so when it gets loaded from the variable it actually works.

I have tried many different ways and its got me kind of beat as it either comes back with just useless text or a php error.


current code
[code]

$a_status = '<form action="<?php $_SERVER['PHP_SELF']; ?>" method="post" name="form1" id="form1"> ' ;

[/code]


thx in advance.

Link to comment
Share on other sites

Ahh excelent Wildteen, thx

That did the trick except for the ';' .

I am sure I would have tried that but yeah thats coding.

----------------------------------

onlyican -

the query refers to including a valid link in a form stored in a varaible that does not cause an error when echoed as that variable from an include file.

Cheers
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.