Jump to content

[SOLVED] Reload GD without reloading the whole page


guyfromfl

Recommended Posts

I am working on this calculator for the company I work for.  It graphs the variable speed table you can program into the engine.  The gray line is the factory default settings and the blue is the user defined speed table.

 

Right now both the default and user defined are hard coded into an array so to change the blue line you have to change the php code...

 

What I want to do is be able to enter a new value into one of the CV textboxes and alter the gd png without reloading the entire page. 

 

there would be alot of variables being passed and I know there has to be a better way.

 

Any suggestions??

 

http://bli.servehttp.com/bli/knowledgebase/calculator.php#cv67

 

Thanks

 

 

Link to comment
Share on other sites

There is no way to do this without Flash or AJAX. Note AJAX works well with PHP, and for example if you use JS to hand the .. onChange on those value boxes, it'll call the GD library and update the page without refreshing it. It shouldn't be too hard to implement, more work than difficult for this step. :P

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.