[PHP-DB] COPY files = Warning permission denyed

2001-11-09 Thread Ivo
When I try to copy some files from my local PC to the server there appears a message " Warning: Unable to create '/xxx.gif': Permission denied in /xxx.php3" on line xx Where should I search the problem. In the apache server, php or linux. -- PHP Database Mailing List (http://www.php.net/) To

[PHP-DB] PHP-MySQL create table problem

2001-03-12 Thread Ivo Stoykov
on the server I receive a query error! Please help me! Ivo -- PHP Database 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]

Re: [PHP-DB] PHP-MySQL create table problem

2001-03-12 Thread Ivo Stoykov
ve you verified that you can do this? (like you've > checked the manual and this construct is supported?) > > Cal > http://www.calevans.com > > > -Original Message- > From: Ivo Stoykov [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 12, 2001 3:37 PM > To: [

Re: [PHP-DB] PHP how to compare?

2001-03-14 Thread Ivo Stoykov
Hi Duky Try to add this before if statement echo("$PASS$PASSNOG"); it will show you whether your vars are correct and whether there is something in at all! if ($PASS != $PASSNOG) { echo "password doesn't match! $back"; exit; } Good luck Ivo

Re: [PHP-DB] Evaluting T/F (3)

2001-03-14 Thread Ivo Stoykov
Try if($myrow = pg_fetch_array($result,0)) { do whatever } else { or die(include("../sqlerror.inc")); } and it will work accordingly Ivo ""Julio Cuz, Jr."" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

Re: [PHP-DB] Multiple rows returned ?. . .

2001-03-14 Thread Ivo Stoykov
Why don't you try wqith cicle? ""Mrvball008"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi I have little tiny script like so.. > > - > $dbName = "somedb"; > $dbPass = "somepass"; > $dbUserName = "someuser"; > $host = "localhost"; > $db = mysql_

[PHP-DB] Re: Session across Multiple Hosts

2002-01-29 Thread Ivo Stoykov
Hi Hayan Thechnically yes - for instance you could send it as a form hidden input. But I wonder whether there is sense in it. regards Ivo "Hayan Al Mamoun" <[EMAIL PROTECTED]> wrote in message 000401c1a8a9$838d4ee0$5e00a8c0@cybernation">news:000401c1a8a9$838d4