12-30-2007, 12:22 AM
|
#7 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
|
Yeah, I completely forgot to think about using file handles. The variables when you use those things are weird to me, though.
Like,
$connect = fopen(); (or whatever the syntax is) isn't a variable, but it connects to the file, SQL database, FTP, or whatever you are messing with.
(I am completely confused between these functions... So that is probably the wrong syntax).
|
|
|