cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Connect the neo4j database whit an HTML form

hi i need your help.
I would like to connect a HTML form with my neo4j database, it has a graph people this has name, phone and email address.
but i would like to full database from the my web
but i do not know how to connect the database

2 REPLIES 2

Hi
Perhaps you can provide an example/query that would help
Best rgds
Arhur

What is your programming language? C#, Node.js, etc.. Somehow you'll need a programming language to accept the post back from the HTML form, use the database driver for your language, and executing the cypher statement to save the data in your graph.