sugar_xine Posted February 24, 2010 Share Posted February 24, 2010 we are assigned to make a flowchart .. like this credits http://www.cefns.nau.edu/Academic/ME/curriculum/images/me09-10flowchart.jpg is it possible to do this on php? - Quote Link to comment https://forums.phpfreaks.com/topic/193198-how-to-make-flowchart-using-php/ Share on other sites More sharing options...
trq Posted February 24, 2010 Share Posted February 24, 2010 Possible, but not allot of fun. Quote Link to comment https://forums.phpfreaks.com/topic/193198-how-to-make-flowchart-using-php/#findComment-1017349 Share on other sites More sharing options...
PFMaBiSmAd Posted February 24, 2010 Share Posted February 24, 2010 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? Quote Link to comment https://forums.phpfreaks.com/topic/193198-how-to-make-flowchart-using-php/#findComment-1017368 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.