Jump to content

Recommended Posts

The input, creation, manipulation, storage/retrieval, and display of information is what computers and the programming languages that run on those computers were created to do. So, yes, you can create a flowchart application using php. Since you did not define what part of creating the flowchart in the posted image you are tasked with, it is not directly possible to provide relevant help.

 

What you cannot do is expect a programming help forum to tell you how to define, design, and program an entire application or anything more than a block or two of code that accomplishes something that your application needs in the few hundred words that could/would be written in the responses in a thread in a forum. That is simply beyond the scope of what a help forum can do. I've got to guess that you would not have been assigned such an advanced task unless the background material necessary to do so had already been presented using a specific programming language.

 

What a programming help forum can do is to answer specific programming questions, one at at time (i.e. how do I store the color value for each display element), help with specific problems with code you have written (i.e. my color value is not making it into the HTML, I have stepped through my code to see what it is doing and I just cannot find what is causing this problem, here is the relevant code responsible for retrieving the data and outputting it, what the data is in the database, what result I am actually getting, and what result I expect), or help with specific errors (i.e. I am getting the following php error message and after reading the error message and reading through the code I cannot solve it, here is the exact error message and here is the code leading up to that error.)

 

So, do you have a (one at a time) specific question about making a flowchart application or a specific question about a problem or an error with some code you have written?

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.