| View previous topic :: View next topic |
|
| Author |
Message |
|
betta
Joined: 12 Nov 2005 Posts: 4 Location: Carmarthenshire
|
Posted: Sat Nov 12, 2005 3:18 pm Post subject: Error Message |
|
|
I have this error message on my page after inserting your PHP linking code:
Parse error: parse error, unexpected ';' in /home/betta/public_html/friends.php on line 15
Therefore, I am unable to activate my links page:
http://bettabidz.com/friends.php
Please help. |
|
| Back to top |
|
 |
|
heropage Site Admin
Joined: 13 Apr 2005 Posts: 92
|
Posted: Sat Nov 12, 2005 5:25 pm Post subject: |
|
|
I am sure you have something wrong during the copy and paste.
I think you can do a test, Create a brand new blank page, then copy and paste the codes.
It should work.
If you still have problem, You can send me the source code. _________________ Automatic Reciprocal Link Exchange
link exchange automatically,if you sites are
using Php,Asp,Perl or Cold Fusion.Just in 2 minutes,
You will Get hundreds of links. |
|
| Back to top |
|
 |
|
betta
Joined: 12 Nov 2005 Posts: 4 Location: Carmarthenshire
|
Posted: Sat Nov 12, 2005 5:46 pm Post subject: The PHP code |
|
|
This is the code I used:
<?php
if (isset($HTTP_GET_VARS['page']))
{
$p2 = '&page='.$HTTP_GET_VARS['page'];
}
if ($dh =
@fopen("http://www.linkdiy.com/linksexchange.php?id=3229".$p2,"r")) {
while (!feof($dh)) {
$retrievedhtml .= fread($dh,8192);
}
}
echo $retrievedhtml;
?>
and this is the links page URL:
http://bettabidz.com/friends.php
I hope this helps resolve the problem. |
|
| Back to top |
|
 |
|
betta
Joined: 12 Nov 2005 Posts: 4 Location: Carmarthenshire
|
Posted: Tue Nov 15, 2005 5:46 pm Post subject: Still waiting for your help |
|
|
I would really like to get my link page: [url]http://www.bettabidz.com/Friends.php [/url]working. Please repond.[/url] _________________ <p>UK auction site - free £10 account credit, free seller shops, free listings, and free registration <a href="http://www.bettabidz.com" target="_blank" name="BettaBidz" title="Welcome to bettabidz.com UK auction site">BettaBidz.com</a></p> |
|
| Back to top |
|
 |
|
heropage Site Admin
Joined: 13 Apr 2005 Posts: 92
|
Posted: Thu Nov 17, 2005 4:15 am Post subject: |
|
|
It work fine though! _________________ Automatic Reciprocal Link Exchange
link exchange automatically,if you sites are
using Php,Asp,Perl or Cold Fusion.Just in 2 minutes,
You will Get hundreds of links. |
|
| Back to top |
|
 |
|
betta
Joined: 12 Nov 2005 Posts: 4 Location: Carmarthenshire
|
Posted: Thu Nov 17, 2005 9:09 am Post subject: Yes Working Now |
|
|
I had to send the code to our webmaster... You may find this interesting... the first time I copied the code directly to my email... it didn't work and I contacted you... our webmaster checked the code line by line but nothing seemed wrong... anyway he suggested I send the code again this time copying it first to a notebook file and sending the file as an email attachment... I did just that... and guess what it worked it worked!
On another matter we have a link to our links page on the bottom of our home page its simply called friends and it links directly to friends.php our new links page.
That's it we are up and running!
All the very best and many thanks for your help. |
|
| Back to top |
|
 |
|