Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 11-16-2009, 06:33 AM   #1
Warrior Member
 
Join Date: Nov 2009
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Default PHP in HTML

I have a html-page (contact.html) and i want to put on that page a contact form (index.php).
I have tried two things.

1) include in contact.html:
<?php include("index.php"); ?>
--> no result, blank page

2) copy the code from index.php in contact.html:
<?php
/*
php code from index.php
*/
?>
--> the code is shown and not the contact form

What is the problem? When I open index.php directly in the browser there is no problem.

ruxi is offline   Reply With Quote
Old 11-16-2009, 08:33 AM   #2
Coding Expert !! :D
War Room Member
 
pdjsolutions's Avatar
 
Join Date: May 2009
Location: India
Posts: 178
Thanks: 14
Thanked 15 Times in 12 Posts
Contact Info
Send a message via ICQ to pdjsolutions Send a message via AIM to pdjsolutions Send a message via Yahoo to pdjsolutions Send a message via Skype™ to pdjsolutions
Default Re: PHP in HTML

Save the contact.html as contact.php

that should do it... and then you can include the index.php and also do the other option as well.

Prateek

pdjsolutions is offline   Reply With Quote
Old 11-16-2009, 08:51 AM   #3
HyperActive Warrior
War Room Member
 
VisualWebEffects's Avatar
 
Join Date: Sep 2009
Location: Canada
Posts: 137
Thanks: 4
Thanked 35 Times in 18 Posts
Contact Info
Send a message via Skype™ to VisualWebEffects
Default Re: PHP in HTML

or you can edit your .htaccess file and tell the server to treat html as if it was a php page.

but as pdjsolutions, changing your page to have a php extension will get it working

VisualWebEffects- Web Application Development, PC Software Development and Identity Design services
VisualWebEffects is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design

Tags
html, php

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 04:39 PM.