Re: [PHP-DB] Reading from file

2010-11-02 Thread Artur Ejsmont
Return Values If only two parameters were passed to this function, the values parsed will be returned as an array. Otherwise, if optional parameters are passed, the function will return the number of assigned values. The optional parameters must be passed by reference.

Re: [PHP-DB] Reading from file

2010-11-02 Thread Ethan Rosenberg
At 06:08 AM 11/2/2010, Artur Ejsmont wrote: Return Values If only two parameters were passed to this function, the values parsed will be returned as an array. Otherwise, if optional parameters are passed, the function will return the number of assigned values. The optional parameters must be

[PHP-DB] Reading from file

2010-11-01 Thread Ethan Rosenberg
Dear List - Thank you for all your help. Here is another one. I have a file [/home/ethan/PHP/RecNum] which consists of the number 1005. It also has been 1005. No matter how I do it, it is only recognized as 1. Here is the code. In this case, the file is 1005. $fptr1 =

Re: [PHP-DB] Reading from file

2010-11-01 Thread Chris
On 02/11/10 14:34, Ethan Rosenberg wrote: Dear List - Thank you for all your help. Here is another one. I have a file [/home/ethan/PHP/RecNum] which consists of the number 1005. It also has been 1005. No matter how I do it, it is only recognized as 1. Here is the code. In this case, the

[PHP-DB] Reading from file on local disk to server

2003-03-20 Thread Jan Meiring
Hi everyone This is what I want to do: I have a file on each workstation that gets created each time the pc is rebooted - the file save the pc configuration plus the current user logged onto the machine, I want to read from that file variables so that I can save it to my mySQL database and

[PHP-DB] Reading from file on local disk

2003-03-20 Thread Jan Meiring
Hi everyone This is what I want to do: I have a file on each workstation that gets created each time the pc is rebooted - the file save the pc configuration plus the current user logged onto the machine, I want to read from that file variables so that I can save it to my mySQL database and run