[PHP] Controlling Printing output

2001-08-27 Thread Er Galvão Abbott
greetings. Are there any ways to control exact printing output? Like exact positioning of an object (pic, text or whatever) in a A4 sheet, for an example? Thanks in advance, -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[PHP] Re: How to show specific records of a Dbase file

2001-08-26 Thread Er Galvão Abbott
} Thanks a lot for your help! Best regards On Sun, 26 Aug 2001 16:05:36 -0400, [EMAIL PROTECTED] (Hugh Bothwell) wrote: > >"Er GalvãO Abbott" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > >> foreac

[PHP] Re: How to show specific records of a Dbase file

2001-08-26 Thread Er Galvão Abbott
prehistorical solution, but the client still uses Fox Pro, so... On Sun, 26 Aug 2001 16:05:36 -0400, [EMAIL PROTECTED] (Hugh Bothwell) wrote: > >"Er GalvãO Abbott" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > >>

[PHP] How to show specific records of a Dbase file

2001-08-26 Thread Er Galvão Abbott
anks in advance, Er Galvão Abbott [EMAIL PROTECTED] - Feel free to reply me by e-mail. Just remove the CAPITAL TEXT from the address above. - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTEC

[PHP] Re: DBase functions

2001-08-26 Thread Er Galvão Abbott
I've had the same error a couple of weeks ago and contacted my ISP. If I understood correctly the dbase funcion wasn't enabled. On Mon, 22 Jan 2001 13:37:32 +0100, [EMAIL PROTECTED] (Piotr Duszynski) wrote: >I have a problem connecting to dbase database. I use: >dbase_open("filename.dbf",0) and

[PHP] Re: Strange behaviour while adding a line at the BOF

2001-08-02 Thread Er Galvão Abbott
ered species -- Use >[EMAIL PROTECTED] >Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm >Volunteer a little time: http://chatmusic.com/volunteer.htm > > Hey Richard, thanks a lot. NOW I understood. :) Best regards, Er Galvão Abbott Webdevel

[PHP] Strange behaviour while adding a line at the BOF

2001-08-01 Thread Er Galvão Abbott
hat the error is in the "add-a-line" routine... Please I'm really confused about this. Logically this should work, shouldn't? HELP! Thanks in advance, Er Galvão Abbott Webdeveloper [EMAIL PROTECTED] - To send me an e-mail just

[PHP] Still need help, please. [was: Simple (I hope) updating contents question]

2001-07-20 Thread Er Galvão Abbott
er if your lines are larger. > print ""; > $i++; > } >} > >fclose($fp); > >?> > >That's what gets displayed to this user and this is how we would rewrite >the file: > > >$file = "filename.txt"; > >$fp = fopen($file, "w

[PHP] Re: (another, not entirely)sessions question

2001-07-20 Thread Er Galvão Abbott
, last post date, into session vars, or should i set a cookie on >the client side, or should i just continue with the queries. > >Any help is appreciated. > >conor Er Galvão Abbott Webdeveloper [EMAIL PROTECTED] - To send me an

[PHP] Re: Simple (I hope) updating contents question

2001-07-20 Thread Er Galvão Abbott
$i++; > } >} > >fclose($fp); > >?> > >That's what gets displayed to this user and this is how we would rewrite >the file: > > >$file = "filename.txt"; > >$fp = fopen($file, "w"); > >if(!$fp){ > print "Couldn't o

[PHP] Simple (I hope) updating contents question

2001-07-19 Thread Er Galvão Abbott
this? How do I split the contents of the file? Because I'm getting the content of both lines in the $content variable... I'm originally a Perl programmer so I know that the "split mark" must be the end of line, but I'm really lost here. Can someone help