lingo-l Php postNetText

2002-12-01 Thread Jeremy
I have a director app retrieving from a mysql database using php and postnettext. It works great when it just needs to return something from the database. However I want to pass it a value or 2 that will then be used to make more specific searches. The example in the lingo dictionary shows the

Re: lingo-l Php postNetText

2002-12-01 Thread grimmwerks
On Sun, 1 Dec 2002, Jeremy wrote: lastName = member(Last Name).text firstName = member(First Name).text totalScore = member(Current Score).text infoList = [FName:firstName, LName:lastName, Score:totalScore] netID = postNetText(www.mydomain.com\userbase.cgi, infoList) I usually do