Jump to content

Fetch a php file


tcorbeil

Recommended Posts

In my HTML I want to fetch a php file (the php file is a form for a user to fill out) but I want the form pasted on my page but instead it ries to open the form page in a new window of it's own... I tried href but also include..  I don't know that I am using the include properly..  any ideas?

 

Thanks.

T.

Link to comment
https://forums.phpfreaks.com/topic/43343-fetch-a-php-file/
Share on other sites

<div id="invertedtabs">

<ul>

<li style="margin-left: 1px"><b><a href="#" onclick=http://www.xxxxxxx.com/form.php title=""><span>FORM</span></a></b><br />

 

 

</DIV>

 

notes: this is a tabs bar code taken from another site.. I modified it in the attempt to past my form on the current page with the hopes to use onclick..

 

T.

Link to comment
https://forums.phpfreaks.com/topic/43343-fetch-a-php-file/#findComment-210483
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.