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-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
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:
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
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
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
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 .
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
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://
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
.. 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]>;
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
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
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
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
30 matches
Mail list logo