REGISTER
|
Search Tycoon Talk
|
Freelancer.com
|
Members
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.
Register Here
Forum Rules
PHP Forum
You are currently viewing our PHP Forum as a guest. Please
register
to participate.
Login
Remember Me?
Login via Freelancer.com
Tycoon Talk
>
Web Development and Programming Support
>
PHP Forum
>
Including a php script in my site
Link Back
Thread Tools
Search this Thread
Including a php script in my site
12-06-2008, 08:11 PM
#
1
(
permalink
)
Including a php script in my site
bradpm
Average Talker
Posts: 20
Name: brad
Trades:
0
Talkupation:
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
..
Register
now for full access!
12-06-2008, 10:19 PM
#
2
(
permalink
)
Re: Including a php script in my site
webcosmo
Banned
Latest Blog Post:
Oracle Agrees To Settlement In Sun Case
Posts: 421
Location: Boston, MA
Trades:
1
Talkupation:
first url is not working. anyways you may upload the file on your server. then link to it from any place you like.
12-07-2008, 08:38 AM
#
3
(
permalink
)
Re: Including a php script in my site
colbyt
Defies a Status
Posts: 1,606
Trades:
0
Talkupation:
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
12-07-2008, 04:57 PM
#
4
(
permalink
)
Re: Including a php script in my site
Mattmaul1992
Ultra Talker
Posts: 486
Name: Matt
Trades:
-1
Talkupation:
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
« Reply to
Including a php script in my site
Previous Thread
|
Next Thread
Tycoon Talk
>
Web Development and Programming Support
>
PHP Forum
>
Including a php script in my site
Thread Tools
Search this Thread
Show Printable Version
Email this Page
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
Forum Rules
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Tweet this thread
Page generated in
0.21787
seconds with
12
queries