[PHP-DB]

2003-04-02 Thread nikos
Title: Glacier Is there a way to transfer mysql data to xml files? I have to use database contents from a static contition, lets say, presentating a site from cd-rom If is an other way I'll like to deal with Thanx Qbit - Gatsis NikosWeb developertel.: 2108256721 - 2108256722fax:

ODP: [PHP-DB]

2003-04-02 Thread Brzezinski Mariusz
There is some tool from Hit Software http://www.hitsw.com http://www.hitsw.com Allora Good luck. Mariusz Mariusz Brzezinski IT Specialist Business Development Department e-mail [EMAIL PROTECTED] tel. +48 61 856 53 57 -Oryginalna wiadomosc- Od: nikos [mailto:[EMAIL PROTECTED]

[PHP-DB] Re: Database Design Help

2003-04-02 Thread shaun
Thanks for your reply but the data fields to be captured have to be the same for each project, ie when an administrator sets up project A, he might want to capture fields X, Y, Z for each booking taken for that project... Gustavo Del Castillo Meza [EMAIL PROTECTED] wrote in message news:[EMAIL

[PHP-DB] sending a form feed to a printer

2003-04-02 Thread Chevalier, Arthur
Hello, I am having problems getting the \f (form feed) expression to work. After a certain amount of lines print I want to start printing the next line on a new sheet of paper. Any ideas of what I could be doing wrong. Below is a sample piece of my code. The bold code is where I am trying to

[PHP-DB] Re: sending a form feed to a printer

2003-04-02 Thread Jason S Motes
form feeds don't work in html. It is interpreted as a space. Arthur Chevalier wrote: Hello, I am having problems getting the \f (form feed) expression to work. After a certain amount of lines print I want to start printing the next line on a new sheet of paper. Any ideas of what I could be

RE: [PHP-DB] Re: sending a form feed to a printer

2003-04-02 Thread Hutchins, Richard
I got this code from something I found on a google search, but I've used it on other clients' projects successfully: This will work in IE4 and higher: HTML BODY page one text P style=page-break-before: always nbsp; page two text P style=page-break-before: always nbsp; page 3 text /body /html

Re: [PHP-DB] Re: sending a form feed to a printer

2003-04-02 Thread Nathaniel Price
What you are proposing is possible to do in html, if you add some Cascading Style Sheets to the mix. You will need to use the page-break-after attribute: http://www.w3.org/TR/CSS2/page.html#propdef-page-break-after It would look something like this (in plain html): table style=page-break-after:

RE: [PHP-DB] Re: sending a form feed to a printer

2003-04-02 Thread Natividad Castro
Try this: html head/head body table border=1 width=100% height=100% trtdhello/td/tr /table table border=1 width=100% height=100% trtdhello/td/tr /table Nato -Original Message- From: Nathaniel Price [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 11:44 AM To: [EMAIL PROTECTED]

[PHP-DB] Award winning peace of mind gjg

2003-04-02 Thread Kathy Dunlap
Php-db Norton SystemWorks 2003 Software Suite Professional Edition 90% Off $300 Combined Retail Value! Five Feature-Packed Utilities, One Great Price. Only 39.99$! Your computer needs Systemworks Don't wait until it is too late! Includes 5 Powerful Programs *Norton AntiVirus 2003 *Norton

[PHP-DB] Creating a directory listing

2003-04-02 Thread David McGregor
I'm trying to do this for a web site. I need to list the contents of each directory on a site to perhaps 4 levels deep (only html files). I've almost got a function going where it starts at the top level and checks each file to see if IT is a directory and if so chdir() to that and list the

[PHP-DB] [PHP] OCINewcollection fails after being used more then once

2003-04-02 Thread Andries J. Algera
I am trying to use the ocicollection functions. Initially everything works fine, but after reloading the page for the second time I get the following error: OCITypeByName: OCI-22303: type SISTRUT.MENSERRO not found When I try half a minute later, I do manage reload the page without any error.

Re: [PHP-DB] PHP mail() question?

2003-04-02 Thread rolf vreijdenberger
function htmlemailheaders($from=somename[EMAIL PROTECTED],$CC=,$BCC=){ //three arguments, last two optional // http://www.mindspring.com/~mgrand/mime.html voor mime specificaties $mailheaders = NULL;//initi $mailheaders .= From: $from\r\n;//waarde van eerste argument van de functie $mailheaders