Does anyone know if there is a way to tell if a given file is a valid dbase file,
using PHP functions ?
Hi all,
i was wondering if someone has any idea about how to register that a client has
stopped working with my site and log him/her out?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact th
Did you check if user nobody has write permission for the /tmp directory?
- Original Message -
From: "Hilbert Mostert" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday 04 May 2001 ?. 1:55 PM
Subject: [PHP] Serious upload problems
Hello all,
I have some serious problems with fil
Hi guys,
Does anyone have any idea about how can i sav images, using gd functions, with a
resolution greater than 72 dpi ?
Thanks
Hi guys,
anyone has an idea about how to extract a zip file on win2k with php
i can not use a command line unzip utility because it only says "The system cannot
execute the specified program." in the apache log
I tried to use pclszip class at http://www.phpconcept.net but i can not get it to work
leaves the page, but this
does not happen, instead the script keeps on
working.
Anyone has any ideas?
Plamen Slavov
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e
try this
$desired_agent="User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows 98)\n";
$datei = fsockopen($proxyaddr, $proxyport, &$errno, &$errstr,30);
if( !$datei )
{
echo "proxy not available !";
fclose($resultfile);
}
else
{
fputs($datei,"GET $filewanted/ HTTP/1.0\n");
fp
Hi all,
i try to install e php-4.0.4pl1 on a redhat 6.0 with apache_1.3.19,
but when i try to make php i get the following error message:
make[1]: Entering directory `/home/plamen/www/php-4.0.4pl1/Zend'
/bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main
-DXML_BYT
Sorry if question was asked, but i did not find any information
I use Apache/1.3.20 Win32 PHP/4.0.5 on a Windows ME
I can run commands built in command.com like dir or cd, using system() or passthru(),
but whenever i try to use external command, like pkunzip or gzip, the web server hangs
and i
Hi guys,
I have a big MySQL table - about 300MB
I want to get all the records from the table, make certain transformations and write
them to a text file (i can not use "select into outfile...)
the problem is when i type "select * from " the server hangs
is there a way that i can select 1 rec
You can use a standalone compiled PHP version and then You will not need a browser to
execute scripts
see http://www.php.net/manual/en/install.commandline.php
- Original Message -
From: "Pétur Björn Thorsteinsson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday 27 July 2001
I think that as far as you have the same version of MySQL on both servers, you can
simply copy the table files, otherwise you should use mysqldump or something like that
- Original Message -
From: "PHP Junkie" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday 27 July 2001 ?. 5
test
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Hi guys,
I have this problem:
I am using a script like this to make php use a remote proxy to get pages using a
remote proxy:
$data1 = fsockopen($proxy, $port, &$errno, &$errstr);
if( !$data1 )
{
echo "proxy not available !";
fclose($resultfile);
// exit();
}
else
{
fput
Hi all,
Does someone know why fsockopen timeout does not work?
php3
$mydata=fsockopen($machine,$port,&$errno,&$errstr,30);
I think that this function should fail after 30
seconds, but it just blocks the script.
__
Do You Yahoo!?
Get personalized e
15 matches
Mail list logo