Need Some Quick Help With A Script

manudevil20

Power Member
Joined
Mar 28, 2008
Messages
686
Reaction score
282
I am trying to install a script on my website but i dont know a whole lot about php so i am looking for someone who can help. Specifically with installing this
Code:
http://www.aditus.nu/jpgraph/

I can pay someone to help me out and get it fixed if it is complicated.
 
create a file using notepad, call it phpinfo.php
and put the following code into it
Code:
<?php phpinfo(); ?>

FTP the file up to your server (making sure it in your /public_html/ folder) and then using your web browser go,

Code:
http://www.yoursite.com/phpinfo.php

take a screen shot of the displayed info, and then repost back here..

It will tell us what your server is capable of and what might be causing the problem.

Let us know when you've done this and will try and suggestions some ideas..
 
I got it fixed. Thank you for your help.
 
Back
Top