On Fri, 30 Nov 2001 [EMAIL PROTECTED] wrote:
> Below is the result of your feedback form. It was submitted by
> ([EMAIL PROTECTED]) on Friday, November 30, 2001 at 20:45:27
> ---
>
> : hey babe, it's karina remember me? if
As seen on NBC, CBS, CNN, and even Oprah! The health
discovery that actually reverses aging while burning fat,
without dieting or exercise! This proven discovery has even
been reported on by the New England Journal of Medicine.
Forget aging and dieting forever! And it's Guaranteed!
Click
Sounds like the old page is cached somewhere along the line. I am assuming
that the same server is serving both the Internet and the private network,
and there's no "Oops, forgot up upload it."
Miles
At 08:32 PM 12/2/2001 -0500, Keith Kwasigroch wrote:
>I have a W2k box setup with IIS and PH
I have a W2k box setup with IIS and PHP. It works fine, well almost. I can
create a .php page and it works great. But, when I edit that page, the old
page still shows up pubically. The page is updated if I open it from within
the private network. For instance: www.domain.com displays old pag
In your httpd.conf file, add:
AddType application/x-httpd-php .php4
On Sun, 2 Dec 2001, [ISO-8859-1] René Fournier wrote:
> I have successfully installed PHP 4.0.6, and it works! Only problem is
> that Apache only sends files to the PHP module that have a .php
> extension. However, I need to
Basically, you want to do is evaluate if they entered anything for each
item, and if so, print an additional line to the message.
Explanation:
$message .= "blah"; appends "blah" onto the end of the string $message
\n is a new line (I dunno, you might be a newbie!!)
If they entered 2 hamburgers
That works fine in IE but does not work in NS, undoubtedly because it does
not conform to the RFC.
Fred
Jason Murray <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I am attempting to allow users to download csv files that are created
> > dynamically from a
LOL
Of course it worked. Open Source outwits MS yet again.
Fred
Rasmus Lerdorf <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> You could just trick it with a URL like:
>
> http://your.domain.com/script.php/query.csv
>
> IE will think your script is called que
On Sunday 02 December 2001 23:18, Venu wrote:
> > in themysql monitor. It *shows* when I run isql -v m97.
> > I have modified /etc/odbc.ini and /etc/odbcinst.ini and /etc/odbc.ini as
> The problem is that, unixODBC is not able to find your MyODBC
> DSN entry. This is probably due to the fact th
Hi,
> -Original Message-
> From: mweb [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, December 02, 2001 2:03 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: SQL state S1090: Almost connected to mysql via PHP/odbc
>
>
> Hello,
>
> thanks to the precious suggestio
You could just trick it with a URL like:
http://your.domain.com/script.php/query.csv
IE will think your script is called query.csv while Apache is smart enough
to run script.php.
-Rasmus
On Sun, 2 Dec 2001, Fred wrote:
> I am attempting to allow users to download csv files that are created
>
> I am attempting to allow users to download csv files that are created
> dynamically from a database. In order to do so I use:
>
> header( "Content-Disposition: attachment, filename=query.csv");
[snip]
> Has anyone had success in getting IE to use the correct filename when
> downloading dynami
I am attempting to allow users to download csv files that are created
dynamically from a database. In order to do so I use:
header( "Content-Disposition: attachment, filename=query.csv");
This works fine in NS, but not in IE, as it always attempts to save the file
using the script name instead
Hello,
thanks to the precious suggestions I had on this list some day ago, I have
made some progresses, or at least have something new to report.
I would like to ask now above the error mentioned in the subject, because I
have not found it inside www.,mysql.com
I have a database called m97. It
Hello, i have one simple question
With php installed, if the time comes where I want to add another library,
let's say ming, do I redo the ./congigure script or do I redo the
installation or just edit one file to accomodate the new software so it can
work with php? This way if there is softwar
php-general Digest 2 Dec 2001 21:50:56 - Issue 1029
Topics (messages 76341 through 76351):
PHP and JAVA
76341 by: Steve Haemelinck
76342 by: Christian Stocker
best way to handle a form with 60 fields !!!
76343 by: Masudi Olivier
76345 by: Fred
Re: PHP 4.1 o
OK, that makes sense--that's what I did under WinME. The only problem is
that I can't seem to find the httpd.conf file anywhere. At least,
Sherlock is not returning any results. Do you know which directory
httpd.conf is in?
...Rene
On Sunday, December 2, 2001, at 01:56 PM, Michael B. Weiner
If you are new to PHP and/or MySQL then you are asking more than you think.
It is much more difficult for a newbie to "analyze" someone else's code than
it is to learn from scratch. Do yourself a favor and read the PHP and MySQL
manual several time. Start by writing simple scripts to enter and e
A search of Google came up with more than a few PHP/mysql bulletin boards.
I'd like to get one or two basic PHP/mysql BB's which a few users on this NG
like so that I can try to analyze the code.
TR
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
What did a search of Google "bulletin board tutorial php" turn up?
Then grab some source and analyze it.
Miles Thompson
At 03:53 PM 12/2/2001 -0600, Anthony Ritter wrote:
>I'm using Windows 98 with Apache, mysql and PHP.
>
>I'm in the process of learning PHP and would like to find a few tutoria
I'm using Windows 98 with Apache, mysql and PHP.
I'm in the process of learning PHP and would like to find a few tutorials on
PHP/mysql bulletin boards.
I know that there are a few that you can download but I am trying to find a
tutorial that will let me anylaze the syntax and logic of the code
I have successfully installed PHP 4.0.6, and it works! Only problem is
that Apache only sends files to the PHP module that have a .php
extension. However, I need to name the files .php4 (long story). As it
stands, all I see is the actual PHP source, not the output.
Does anyone know how I can c
First, if your goal is to enter the form information into a database, there
is no need to ever register the form data as session variables. Simply
insert the data into the database from the form and if you need some or all
of the data on other pages pull it back out of the database.
Second, it i
On Thu, 29 Nov 2001 15:37:09 -0600 impersonator of [EMAIL PROTECTED]
(Mark Charette) planted &I saw in php.general:
>
>> -Original Message-
>> From: ~~~i LeoNid~~ [mailto:[EMAIL PROTECTED]]
>
>> It could be stated on the site, or (and) tar could be re-moved. As far as
>> I am concerned, as
What is the best way to handle a form with 60 fields ?
Is it a maximum number of var that i can regisister in a session ? is it possible to
configure this number in php.ini ?
I dont'host my web site I use a hoste company where my site is hosted on an
linux/apache server with php4.
Is it a good i
In <00f501c17b22$dd26da20$0600a8c0@shaemeli>, Steve Haemelinck wrote:
> Hi all
>
> Does anyone got any experience with JAVA in PHP? I tried to rebuild php
> with java support. Everything worked well but when I try to initiate
> Java in PHP, I get cannot instantiate Virtual machine. I use kaffe a
Hi all
Does anyone got any experience with JAVA in PHP?
I tried to rebuild php with java support. Everything worked well but when I
try to initiate Java in PHP, I get cannot instantiate Virtual machine.
I use kaffe and I believe I have configured PHP correctly.
See http://www.haemelinck.be:8080/
php-general Digest 2 Dec 2001 09:38:07 - Issue 1028
Topics (messages 76323 through 76340):
Re: Getting the filesize of an image?
76323 by: faeton
76324 by: Matt McClanahan
76325 by: faeton
SAPI
76326 by: Obasi Adande George
76331 by: Fred
Cause of:`
Has anyone here worked with the Mercantec Merchant Account?
If so, do you have (or know where I can get) a payment module? Or,
information on how I can process cards myself?
I'm looking for something like AuthorizeNet offers.
Please help.
-john
__John Monfort_
hi all!
i have the following problem:
1.im loading 5 colums from a mysql-table into an array:
$threads = db_query("SELECT title, date, body, poster, board_posts_ID FROM board_posts
WHERE msgkind = 'thr'
ORDER BY date DESC");
everything fine so far...
2.im trying to list them lin
30 matches
Mail list logo