Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Beginning PHP
|
Beginning PHP Beginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 5th, 2004, 11:26 PM
Authorized User
 
Join Date: Dec 2003
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Default chart extention recommendations?

Does any one have any recommendations for chart making extentions? I want to make constellation star maps which are basically a line chart that's sort of discontinuous.

I have written a function to calculate the x-y coordinates. What I need is a good chart extention. Any suggestions?

Thanks!

 
Old January 6th, 2004, 02:50 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 836
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Have you looked at jpgraph?
  http://www.aditus.nu/jpgraph/


Take care,

Nik
http://www.bigaction.org/
 
Old January 7th, 2004, 11:09 PM
Authorized User
 
Join Date: Dec 2003
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks, it looks like what I need. I have tried to install it but when I run the test script I get "error 200 ok." I can't find anything that tells me what this means. I have re-installed php. Any one have any idea?

Thanks!

 
Old January 8th, 2004, 12:13 AM
richard.york's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
Default

I don't know how to fix it, but it appears that you are getting an HTTP error 200.. maybe a problem with your http server?

HTTP error codes:
http://offline.home.cern.ch/offline/...ror_codes.html

: )
Rich


:::::::::::::::::::::::::::::::::
Smiling Souls
http://www.smilingsouls.net
:::::::::::::::::::::::::::::::::
 
Old January 8th, 2004, 05:31 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 836
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Can you run any PHP scripts? Have you verified that PHP was installed properly?

What do you see when you run this script:
 <?php phpinfo(); ?>

?


Take care,

Nik
http://www.bigaction.org/
 
Old January 8th, 2004, 05:42 PM
Authorized User
 
Join Date: Dec 2003
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The problem was in my php.ini. I had to change my extension_dir to extension_dir="c:\php\extensions\"

Thanks!






Similar Threads
Thread Thread Starter Forum Replies Last Post
Book recommendations JBinPDX ASP.NET 3.5 Basics 2 November 14th, 2008 08:29 PM
Recommendations aspcoder BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 13 May 2nd, 2008 02:51 AM
book recommendations proslambano C# 4 March 17th, 2008 02:54 AM
Oracle Jdeveloper extention functions arjamit XSLT 1 May 9th, 2007 08:43 AM
Getting file extention tdaustin Classic ASP Basics 2 July 26th, 2004 01:45 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.