Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Including a php script in my site
Old 12-06-2008, 08:11 PM Including a php script in my site
Average Talker

Posts: 20
Name: brad
Trades: 0
I need to insert this form: http://sp8.info/form.php
into my homepage: http://sp8.info

Any ideas?

Last edited by bradpm; 12-06-2008 at 08:49 PM..
bradpm is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-06-2008, 10:19 PM Re: Including a php script in my site
Banned

Posts: 421
Location: Boston, MA
Trades: 1
first url is not working. anyways you may upload the file on your server. then link to it from any place you like.
webcosmo is offline
Reply With Quote
View Public Profile Visit webcosmo's homepage!
 
Old 12-07-2008, 08:38 AM Re: Including a php script in my site
Defies a Status

Posts: 1,606
Trades: 0
The page on which you wish the other page displayed must be a parsed page (php ).

Then you simply insert the following code where you want the other page to appear:

Quote:
include ("form.php");
If including it in an html portion (not between the php tags), do it in this format:

Code:
 
<?PHP include ("form.php"); ?>
__________________
Colbyt

Please login or register to view this content. Registration is FREE
colbyt is offline
Reply With Quote
View Public Profile
 
Old 12-07-2008, 04:57 PM Re: Including a php script in my site
Mattmaul1992's Avatar
Ultra Talker

Posts: 486
Name: Matt
Trades: -1
That will work.. You may have problems with session vars though. So be careful with how you handle your info.
__________________
PHP Code:
$talkupation++; 

Please login or register to view this content. Registration is FREE
- Free IPB forum hosting (releasing today!!!), no ads, free modifications
Mattmaul1992 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Including a php script in my site
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.21787 seconds with 12 queries