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
https://forums.phpfreaks.com/topic/19621-embedding-php/
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
https://forums.phpfreaks.com/topic/19621-embedding-php/#findComment-85450
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.