Re: [PHP-DB] Mail problem

2002-07-31 Thread Bartek Pawlik
Of course, but PHP is on Linux machine where I don't have sendmail, because my mail server is on different machine, and that's my problem Bartek - Original Message - From: "Russ" <[EMAIL PROTECTED]> To: "Bartek Pawlik" <[EMAIL PROTECTED]>;

[PHP-DB] Mail problem

2002-07-31 Thread Bartek Pawlik
Sorry to be a little bit off topic. I need a tool or script in PHP, that will automaticaly send e-mails to receipients taken from database. For example 1 the same e-mail to 1000 receipients. B Mail server is on different machine. Thanks in advance

Odp: [PHP-DB] PHP problem

2002-02-26 Thread Bartek Pawlik
Unfortunately, it doesn't work, the same situation > > Sorry to be a little bit off topic > > i have code that generates: > > LONG TEXT 1 > > use: > long text 1 > > mvgr, > Joffrey van Wageningen > > -- > .-[ Joffrey van Wageningen | WoLFjuh | [EMAIL PROTECTED] ]-- > | Networking

[PHP-DB] PHP problem

2002-02-26 Thread Bartek Pawlik
Sorry to be a little bit off topic i have code that generates: LONG TEXT 1 LONG TEXT 2 LONG TEXT 3 in the script I check value of $xxx and I get i.e. LONG TEXT 1 despite of 1. Do you have any idea on this. PS. Placing at the end of each line doesn't help thanks in advance Bartlomiej Pawli

Odp: [PHP-DB] Yes or No

2001-10-02 Thread Bartek Pawlik
Use boolean field, it takes only values Yes/No, 0/1, True/False. Bartek Pawlik Poland - Original Message - From: Jordan Elver <[EMAIL PROTECTED]> To: MySQL Mailing List <[EMAIL PROTECTED]>; PHP DB Mailing List <[EMAIL PROTECTED]> Sent: Tuesday, October 02, 2001 11:2

Odp: [PHP-DB] USA Attacks

2001-09-11 Thread Bartek Pawlik
My deepest sympathy to all Americans, It's horrible, I can still believe it. Kill everyone who is involved into these attacks Bartek Pawlik Poland - Original Message - From: Steve Farmer <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 12, 200

Odp: [PHP-DB] mssql update adds blank to record

2001-09-06 Thread Bartek Pawlik
Try ltrim($Device_Name); before running query Bartek Pawlik - Original Message - From: Stephan Nimtz <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 06, 2001 10:21 AM Subject: [PHP-DB] mssql update adds blank to record > can anyone help me ??? &

Odp: [PHP-DB] reload page

2001-08-14 Thread Bartek Pawlik
Try sth like: In frame 1 This works in my site. Greetings Bartek Pawlik Poland - Original Message - From: schleipp <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 14, 2001 11:39 AM Subject: [PHP-DB] reload page > Hi everybody, > I have crea

Odp: [PHP-DB] Creating .DBF files from an AccessDatabase

2001-08-06 Thread Bartek Pawlik
I don't know if you'll access these files with PHP, but if yes don't even try. DBF function in PHP have lot's of bugs and it's very probable that they will not be fixed. I was going to create a service on DBF but after some trials I gave up. It has no sense. Greet

Odp: [PHP-DB] Re: Dbase function problem AGAIN !!!

2001-07-05 Thread Bartek Pawlik
ubject: [PHP-DB] Re: Dbase function problem AGAIN !!! > Hi there, > > When u retrieve the data, did u specific the starting point. 0 or 1, > because PHP is start from 0 bit. > > Kelvin. > > "Bartek Pawlik" <[EMAIL PROTECTED]> wrote in message > 005401c0

Odp: [PHP-DB] Suggest Table Structure

2001-07-05 Thread Bartek Pawlik
ID = 'give article ID' Bartek Pawlik Bimex-Boellhoff - Original Message - From: kachaloo <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 05, 2001 11:00 AM Subject: [PHP-DB] Suggest Table Structure > Hi guys, > I am making a table whi

[PHP-DB] Dbase function problem AGAIN !!!

2001-06-28 Thread Bartek Pawlik
Why noone answer ? Hi My problem is I have dbf file, I get one record, one of the record's filed is binary (32 b its). The function dbase_get_record cut Least Sagnificant Bit from this file , I of course I get wrong value. Can anyone help me? Is there sth wrong with function? Thax in advance Bar

[PHP-DB] Dbase function problem

2001-06-26 Thread Bartek Pawlik
- Original Message - From: Bartek Pawlik To: [EMAIL PROTECTED] Sent: Monday, June 25, 2001 7:08 AM Subject: Dbase function Hi My problem is I have dbf file, I get one record, one of the record's filed is binary (32 bits). The function dbase_get_record cut Least Sagnifican

[PHP-DB] INSERT statement

2001-05-21 Thread Bartek Pawlik
tgreSQL query failed: ERROR: parser: parse error at or near "where" in file.php on line x Thanks in advance Bartek Pawlik Poland -- 26 maja - Dzień Matki. Wygraj kwiaty dla swojej Mamy! Do rozdania 75 bukietów z dostawą i życzeniami. [ http://zakupy.onet.pl/prezenty.asp?k=7 ]

[PHP-DB] Stupid question

2001-05-18 Thread Bartek Pawlik
Sorry for this type of question but i don't want to subscribe another list. 1. I have checkbox NAME="x" on Page1. 2. On page two I want to check ($x) if it's checked or not. How can I do it. 3. What value is stored in $x. Thanks in advance Bartek Pawlik Poland --

[PHP-DB] Eval statement

2001-04-09 Thread Bartek Pawlik
Hi, Sorry, but it's no connected with PHP+DB, but I can't find answer enywhere Supouse I have $number=123; what i want is eval ("$kg"+$number) and print it. PS. $number takes different values; Thanks in advance Bartek Pawlik Poland --

Odp: [PHP-DB] Targeting frame in PHP

2001-04-06 Thread Bartek Pawlik
Thanks a lot, target= works fine. Bartek Pawlik Poland - Original Message - From: Steve Brett <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; Bartek Pawlik <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 10:12 AM Subject: RE: [PHP-DB] Targeting

[PHP-DB] Targeting frame in PHP

2001-04-05 Thread Bartek Pawlik
addition BUTTON2 can't have effect on TOP frame. Please, if you have some sugesstion, help me Bartek Pawlik Poland --

[PHP-DB] Problem with frames

2001-04-04 Thread Bartek Pawlik
lease help, Bartek Pawlik POLAND --

Odp: [PHP-DB] Best way to check if a query succeeded

2001-03-29 Thread Bartek Pawlik
I do the same and I think this is the only way Bartek Pawlik - Original Message - From: Jordan Elver <[EMAIL PROTECTED]> To: PHP Database Mailing List <[EMAIL PROTECTED]>; PHP General Mailing List <[EMAIL PROTECTED]> Sent: Thursday, March 29, 2001 1:00 PM Subject: [P