Web Hosting Talk







View Full Version : intrigue a billing software into a php


-root-
12-29-2006, 02:25 AM
Hey i want to intrigue a billing software into a php file do i just do that
<?php include("signup.php"); ?>

it dosnt work though it just intrigue the first part of the signup want sometihng like this

http://hrealmshosting.com/accounts/order/orderwiz.php

-root-
12-30-2006, 12:19 AM
anyone can help me with this

computerwiz3491
12-30-2006, 10:55 PM
Try

<?php
$site=file_get_contents("signup.php");
print $site;
?>

-root-
12-31-2006, 12:18 AM
i get a big error www.dollarhosting.info/order/join.php

computerwiz3491
12-31-2006, 12:37 AM
Sorry, sometimes that works and sometimes it doesn't. If your billing software has header and footer files you could modify, that is probally the next easiest way.

linux-tech
12-31-2006, 08:47 AM
The link provided is rather messy. make sure you've got the opening <? in there, as that's going to cause problems right away .