Jump to content

iRuben

Newbies
  • Posts

    4
  • Joined

  • Last visited

Everything posted by iRuben

  1. Ok so I have to acces my database with $FM = new FM_and_PHP(); $FM->setFileMakerHost("); $FM->setDatabaseName(""); $FM->setDatabaseUserPassword(""); $FM->setCommand(""); and then I have to set your code, for example: $last_name = file_get_contents( the url ); echo $last_name
  2. But I have read and write access... It is my own .fp7 file, on a server running fm server advanced! I can read, write and delete as I please... I just nead the php-code to read the data in de fm-database...
  3. Hi Garry, Thanks for your answer! But on the server is FM server! But isn't there a way to read the fields out of de FM database with juist the php code? If writing is so simple, reading must also be possible!
  4. Hey everyone, I'm a new member here, and I'm from Belgium, so sorry for the spelling-errors! I am a student, and would like to make dynamic webpages using html, php and filemaker! I have a hosting, on an Apple Xserve, with filemaker server installed, and I use filemaker pro 7... I already made a webpage, www.deform.be, with a contact-form, and this information is send to a filemaker database. But now I want to make a 'comments'-page (some kind of guestbook) , and then I need something like this: -You fill in a form on my site -The fields are sent to an fm-database (so far, so good) -Then you get redirected to de start-site of the guestbook -And your comment is already there So what I need to know now is how I can read out fields of a layout in my filemaker database, to a website, using nothing but php! I would like to do it with only php (and html of course), not with cafephp of so... I hope you understand my question, and already thx a lot! Greetz from Belgium!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.