Incorporating PHP Script into existing Webpage

This is a discussion on "Incorporating PHP Script into existing Webpage" within the PHP Forum section. This forum, and the thread "Incorporating PHP Script into existing Webpage are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 27th, 2005, 05:27
Junior Member
Join Date: Jun 2005
Location: South Africa
Age: 33
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Incorporating PHP Script into existing Webpage

Hi.

I have managed to get hold of a PHP Login script that I would like to incorporate into my existing website. I have already made the changes so that it all links to my MySql database and works.

I was told to use iFrames, but I would prefer to have it built into my page as opposed to having it open in a frame. The reason for this is conformity. I already have the Login Form written into the HTML on my existing page, but have no idea how to incorporate the PHP code to get it to work.

Can anyone be of assistance?
Reply With Quote

  #2 (permalink)  
Old Sep 2nd, 2005, 20:31
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sypher
What exactly do you mean?

You would like the script to show in an area of your template?
Reply With Quote
  #3 (permalink)  
Old Sep 3rd, 2005, 01:57
Junior Member
Join Date: Sep 2005
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
If you're wondering how to include it in a page you can use a php include:

Code: Select all
<?php include("theurl.php"); ?>
Reply With Quote
Reply

Tags
incorporating, php, script, existing, webpage

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Incorporating Paypal Into My PHP Registartion Form longstand PHP Forum 5 Jan 15th, 2008 21:06
Overriding a pre-existing webpage gidgetgirl Starting Out 17 Oct 5th, 2007 12:52
Incorporating flash banner into fluid html site hhelen Flash & Multimedia Forum 0 Mar 28th, 2007 10:07
How to Modify Existing SWF file khwo Flash & Multimedia Forum 21 Oct 28th, 2006 19:26
Hello to existing members! AndyJones Introduce Yourself 3 Sep 18th, 2006 15:26


All times are GMT. The time now is 18:38.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43