[PHP] including functions, passing objects I created

2002-06-12 Thread Leotta, Natalie (NCI/IMS)
I have a line class that I'm using to draw a line graph of up to 5 lines. Since I query the db for each of those lines (with a # as lineNum), my code to take everything out of the fetch_arrays is fairly cumbersome. I use this code in 4 different programs (the graph, the printable graph, the data

RE: [PHP] including functions, passing objects I created

2002-06-12 Thread Lazor, Ed
[]; ProcessData($data); function ProcessData($UserData) { ... processing ... } -Original Message- From: Leotta, Natalie (NCI/IMS) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 2:00 PM To: PHP General List Subject: [PHP] including functions, passing objects I created I