[PHP-WIN] db paging with SQL 7

2001-02-02 Thread Scott Parks
Has anyone seen a good tutorial on db paging with MS SQL 7 and PHP? Something were you return 10 results and build a next, previous button at the bottom and call $PHP_SELF with a variable to load the next page. All the examples I see are for mysql. tia -Scott -- PHP Windows Mailing List (h

[PHP-WIN] 200 DOLLARS FOR YOU

2001-02-02 Thread Matt Spears

php-windows Digest 2 Feb 2001 22:06:45 -0000 Issue 425

2001-02-02 Thread php-windows-digest-help
php-windows Digest 2 Feb 2001 22:06:45 - Issue 425 Topics (messages 5331 through 5354): Re: FORMATTING HTML IN AND OUT OF MYSQL 5331 by: phobo 5336 by: Tom Mathews Text Area 5332 by: Mangiola Nunzio Datavia 5333 by: Yoann Chevalier How to buid PHP4

[PHP-WIN] RE: [PHP] Re: [PHP-WIN] For My Information

2001-02-02 Thread Boaz Yahav
Guys, I don't believe that there is any question today that IIS5 on win2K is the best webserver $$$ can buy. Sincerely berber Visit http://www.weberdev.com Today!!! To see where PHP might take you tomorrow. -Original Message- From: Dan Malcolm [mailto:[EMAIL PROTECTED]] Sent:

Re: [PHP-WIN] RE: [PHP] Re: [PHP-WIN] For My Information

2001-02-02 Thread phobo
Lets just say I'm glad you posted that on a Windows list :P I personally find Apache more stable, less mem hogging, and as its what is used on linux machines, I know that my PHP code CAN work on any platform ;) And ... yuo say 'best that money can buy' ... I hope you know the price of Apache? www

Re: [PHP-WIN] PHP and mail server

2001-02-02 Thread phobo
Probably not the best idea sending this to the php windows list - but i'm sure you can do something with php.ini ... [mail function] sendmail_path = ;for unix only, may supply arguments as well (default is 'sendmail -t -i') Siggy - Original Message - From: "Francois Allard" <[EMAI

Re: [PHP-WIN] Reading CSV data into a database

2001-02-02 Thread phobo
use the mysql functions. - see www.php.net/mysql. if you're on windows (i assume, since you're on this list), mysql functions are built in. in a nut shell : > $row = 1; > $fp = fopen ("test.txt","r"); $con = mysql_connect(-mysql_server_ip-, -username-, -password-); $con = mysql_select_db (-da

Re: [PHP-WIN] Setting up a text file database

2001-02-02 Thread phobo
Don't support SQL databases? What *do* they support? >I just want to collect data and use >the submitted data to determine the content of the next form If thats all you want to do; you don't even need a database or a text file at all, eg: --Page1.php--- Name [ ] Email [ ] etc .

[PHP-WIN] Reading CSV data into a database

2001-02-02 Thread Ben Cairns
I have this script: "; } } fclose ($fp); ?> It reads a csv file (actually its tab seperated) into an array called $data. When I call this in my browser, this is fine. But what I need to do is to put this information into a MySQL database... The file contains these fields: region event

[PHP-WIN] PHP and mail server

2001-02-02 Thread Francois Allard
Good morning I am wandering, in PHP 4 is there any way I can setup PHP to use a different smtp server or I have to use absolutely the linux one (sendmail, qmail). I'm on a linux server and I would like to tell PHP to use another smtp server. Thanks Franck -- PHP Windows Mailing List (http://

Re: [PHP-WIN] How to buid PHP4

2001-02-02 Thread Ingo Baab
http://www.mm4.de/php4win/article.php3?id=2&language=en ingo baab Yoann Chevalier schrieb: > I found this file : > http://www.php.net/extra/win32build.zip > at this adress : > http://www.php.net/FAQ.php#3 > I hope it can help you > > Yoann. > > - Original Message - > From: Nobuhide Tsuda

[PHP-WIN] Setting up a text file database

2001-02-02 Thread Honey Gastauer
I am working on a multiple page/multiple form web survey (still). It is set up on a host server that does not allow any type of SQL database. So, I want to send my results to a text file instead. There is no need to "query" the database (as I understand query). I just want to collect data and u

Re: [PHP-WIN] Problem with flush() on win machine

2001-02-02 Thread Toby Miller
Jonat, I'm not sure what the flush problem could be, but you have an endless while loop in your code. $trexxRulez never exits out. This shouldn't work in Linux or Windows. Can you give us a URL where this is actually working? Toby - Original Message - From: "Jonat Brander" <[EMAIL PROTE

[PHP-WIN] forking processes

2001-02-02 Thread Jason Hoover
I have a form that launches an e-mail message to numerous people as determined by the user filling out the form (user picks people from select lists...e-mail addresses are kept in database,etc..). When the form is submitted the user is forced to wait until the script that launches the e-mails fin

Re: [PHP-WIN] How to buid PHP4

2001-02-02 Thread Yoann Chevalier
I found this file : http://www.php.net/extra/win32build.zip at this adress : http://www.php.net/FAQ.php#3 I hope it can help you Yoann. - Original Message - From: Nobuhide Tsuda <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 02, 2001 10:11 AM Subject: [PHP-WIN] How

RE: [PHP-WIN] RE: PHP vs. JSP ?

2001-02-02 Thread Julian Easterling
Actually, you are missing one tier.. In a Three-Tier application, you have the browser (which is the Presentation Tier), the Web Server (which is the Business and Logic Tier) and the Database server (which is the Data Tier) I think that what you are trying to say is that JSP in addition to Th

Re: [PHP-WIN] For My Information

2001-02-02 Thread Dan Malcolm
Tom, Thanks. I believe myaccess2000_1_4 is one of the ones I've tried. I'll try again to make sure I didn't miss anything. I used dbtools to do the dBase conversion. Agree that the older versions of IIS were crap, but newer one (version 3 and 4) seems to be pretty good. Dan - Original Mes

Re: [PHP-WIN] For My Information

2001-02-02 Thread Tom Mathews
1) I think that people use Apache as old versions of IIS were crap. In addition, it is about the widest used server out there in the commercial world (Linux running Apache with PHP3 is I believe the most common config at the moment) so if you're developing something to put on such a site, it's

[PHP-WIN] For My Information

2001-02-02 Thread Dan Malcolm
I see in the posts, that a lot of people are using Apache on NT instead of the built in IIS. Is there a reason? I have PHP up and running with dBase tables converted to MySQL and ODBC connected to Access 2000, on an NT 4 box with IIS 4 and it runs very well. Performance is great. My only pr

[PHP-WIN] Problem with flush() on win machine

2001-02-02 Thread Jonat Brander
Hi, i have wrote a script that read a textfile and output the stuff via flush() on the browser (is for a chat). is works on linux php4, but on php4 for windows not correct. flush() are not work. can anyone help me? code here --- :: j

RE: [PHP-WIN] Tab Seperated Data

2001-02-02 Thread Keith Stevenson
isnt it something like use explode("\t", $whatever) to put all the tab delimited fields in an array called $whatever. -Original Message- From: Tom Mathews [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 10:28 AM Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Tab Seperated Da

[PHP-WIN] include woes

2001-02-02 Thread Matt Williams
Hi All For some reason wer'e trying to set up php4 running on IIS3. Install and configuration went ok until I try to include files. If I call an include in index.php, if I go to the directory ie. /temp/ it will include the file. But if I call the file directly. ie /temp/index.php I get a CGI er

Re: [PHP-WIN] passing arrays of objects

2001-02-02 Thread Tom Mathews
Hmm - this old chestnut again. Be very careful when passing arrays, sometimes it seems to work swimmingly well, othertimes not so well! There was a lot of discussion about this about a month ago, with people trying the serialise / urlencode techniques and then running into GET problems over the l

Re: [PHP-WIN] Tab Seperated Data

2001-02-02 Thread Tom Mathews
Can't remember the syntax off hand, but if you look under the file handling stuff in the manual, you will see that there is a function which allows you to put a tab delimited file into an array. From there you can do what you want with each of the elements. Ben Cairns wrote: > I have a file wher

[PHP-WIN] About each .dll

2001-02-02 Thread Antonio Lopez
I have downloaded the "php4_0_4-dev-win32-20001123.zip" file. But, how can I know what are the purposes or utilities of each .dll ??? Is there any index that gives me this information ??? Thank you. === Antonio López Luna Ingeniería e Integra

Re: [PHP-WIN] FORMATTING HTML IN AND OUT OF MYSQL

2001-02-02 Thread Tom Mathews
.. or www.mysql.com/downloads/contributions - there's a whole class in there to handle HTML with MySQL phobo wrote: > see http://www.php.net/manual/en/function.nl2br.php > > siggy > > - Original Message - > From: "Bikes" <[EMAIL PROTECTED]> > To: "'Robert Trembath '" <[EMAIL PROTECTED]>;

[PHP-WIN] Tab Seperated Data

2001-02-02 Thread Ben Cairns
I have a file where the data is Tab Seperated (instead of CSV) For example: datadatadatadata on so on What I need to do is to read this file, parse it, and put each field into a unique varible, so obviosly, I must be able to rename the variable that it goes into. Does that ma

[PHP-WIN] How to buid PHP4

2001-02-02 Thread Nobuhide Tsuda
Hi all, I'm a Japanese Developer and would like to build PHP 4.0.4 on Visual C++ 6.0 on Windows 2000. I thought the document to do it was on www.php.net/version4/win32build.php, but I can't get the document from the URL now. So, could anyone tell me where the document is. regards, N.Tsud

Re: [PHP-WIN] Text Area

2001-02-02 Thread Yoann Chevalier
Try this : Yoann. - Original Message - From: Mangiola Nunzio Datavia <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 29, 2001 11:08 AM Subject: [PHP-WIN] Text Area > Hi > > I'm trying to or half succeeded in creating > a guestbook on my intranet site. > > Now my

[PHP-WIN] Text Area

2001-02-02 Thread Mangiola Nunzio Datavia
Hi I'm trying to or half succeeded in creating a guestbook on my intranet site. Now my problem is this: When creating the form I have trouble creating a text area larger than one line. I use at the moment http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e