[PHP] Is it bug?

2001-03-07 Thread Piotr Duszynski
I have smth like that in my code: $wyjscie.="blankietparttwo{}{$imie $nazwisko $ulica $kodpocztowy $miejscowosc}"; And I get error: Parse error: parse error, expecting `'}'' in zamowienia.inc on line 609 What's wrong? --

Re: Re: [PHP] Pricing for PHP programming???

2001-02-06 Thread Piotr Duszynski
ut $250 a month! And I don't think that I'm bad programmer... But this is Poland - Another World :( -- Piotr Duszynski http://www.softomat.com.pl http://filmomat.3miasto.pl http://www.3miasto.

Re: [PHP] ID value

2001-01-31 Thread Piotr Duszynski
link); mysql_db_query=(" UPDATE songs SET (url='test.php?id=$id') WHERE id=$id "; This should work but notice that you have to do 2 SQL queries and this could slow down executing your script if there is some loop. --

[PHP] Circle using GD

2001-01-26 Thread Piotr Duszynski
I need to draw circle using GD library. Can you get me some function doing this? Thanks. -- Piotr Duszynski http://www.softomat.com.pl http://filmomat.3miasto.pl http://www.3miasto.pl -- PHP

Re: Re: [PHP] PHP Editors

2001-01-24 Thread Piotr Duszynski
has some bugs but I like it. What is important that it has online manual (F1 clicked on word you search for) -- Piotr Duszynski http://www.softomat.com.pl http://filmomat.3miasto.pl http://www.3m

[PHP] DBase functions

2001-01-22 Thread Piotr Duszynski
I have a problem connecting to dbase database. I use: dbase_open("filename.dbf",0) and get from PHP: Fatal error: Call to unsupported or undefined function dbase_open() in ... What's the problem? --