Trying to use the ftp function in PHP3. I've been able to use it to ftp
an existing file, but what I would like to do is create a file on the
fly, and then ftp that file to a remote location.
for example, if I have some text defined in a variable like so:
$mytext = "here is some text"
I would
Could someone point me to any information regarding connecting PHP on
linux to connecting to a separate server running Sybase on linux.
To be more specific, it's the Sybase that ships with Intershop 4.2
Currently, our php installation can connect to postgres, and mssql(using
some "free tds" dri
using PHP 3.x on Linux, I've always been able to pass along a variable like
http://www.domain.com/index.php3?foo=bar
and then I could print out this with something like
echo $foo;
would print out "bar"
I've recently installed the latest PHP4 onto a Windows2000 server, I'm
trying the same thing h
3 matches
Mail list logo