> "save as" dialog that will come up in all cases (you may have a
> workaround this problem). If the dialog is not shown up the
> download destination (directory) need to be passed to the server
> when the session is initialized so that the web browser knows
> where to save the information. Is
> mysql_select_db("jamesmc",$db);
> $result = mysql_query("SELECT * FROM comment WHERE pid='$poid'
ORDER by
> cid desc",$db);
> $comm = mysql_fetch_array($result);
This is in the FAQ, I think... Better re-read that.
Start using or die() a lot:
mysql_select_db("jamesmc",
> The other website does use session_start(). A "HEAD / HTTP/1.0" gives
> I have the extra lines : Expires, Cache-Control, Pragama.
>
> I would like to get rid of those 3 lines : is it possible and how could
> I achieve that ?
Probably by sending your own (blank) headers with those names.
Th
>I can see... I mean, the images appears, now, is it possible when uploading
images, do a copy to a small file, ie I will have 2 >files for each image,
but with different sizes, where the small one is a small size of the
original image...confused. This is >because
You can create a thumbnail on th
> $junk="xml::hi_handler";
> $junk();
>
> Fatal error: Call to undefined function: xml::hi_handler()
Perhaps this:
$j1 = "xml";
$j2 = "hi_handler";
$j1::$j2();
Wait. Are you saying you don't have an instance of an xml object?... I'm
surprised you can even call xml::hi_handler() without one in
> Has anyone used PHP to connect to a FileMaker database?
>
> If you have a url to a tutorial please e-mail me.
I'm pretty sure somebody posted something about that on the AMP
(Apache/MySQL/PHP) mailing list last week or so... I think they got it to
work via ODBC...
To unsubscribe from this lis
> The subject pretty much explains it all. I have 2 dates (MMDDHHSS
> format) and want to determine the number of days, hours, minutes and
seconds
> left from the later date to the earlier date. I figure I could do all
this
> using date arithmatic, divide by 60 seconds in a minute, 60 minute
> Here is the code that i have wrote, which is going
> logically some where wrong.
It looks to me like you are not checking if they already voted until after
you let them vote a second (or third or...) time.
Move the check for previous votes to the very top of the script.
By Day:
> Are includes supported in ver 3.0?
> I'm having troubles with my includes. Here is the include (after this
> evening we will ver 4.0):
>
> include ($DOCUMENT_ROOT . "/gophp/Main.php");
include has been around, like, longer than me :-)
By Day:|By Night:
Don
> ./configure --with-mysql --with_apache=../apache_2.0a9
Don't use relative dir with ./configure. It's not that smart.
By Day:|By Night:
Don't miss the Zend Web Store's| There's not enough room here...
Grand Opening on January 23, 2001! | Start he
Posted earlier but got no response so here it is again...
Ok, I need either a tutorial or someone who has done so in the past to tell
me how to do this I want to log and reference the key words used to find
my site from referring search engines... like so:
AltaVista:
211
just discover - session by cookie sucks
using db session handling it is better!
Rom
- Original Message -
From: Romulo Roberto Pereira <[EMAIL PROTECTED]>
To: php-general <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 1:39 AM
Subject: [PHP] fast question about session_start
He
On Thu, 18 Jan 2001 01:56:18 -0500, Les Neste
<[EMAIL PROTECTED]> wrote:
>What Egan wrote is very true. I speak with some knowledge -- having
>weathered a copyright violation suit based on the action of one of my
>employees -- and if you write it (as anything other than an employee) then
>you ow
Copyright? This do not exist!!! See the case of NAPSTER... This drive me
nuts!
Rom
- Original Message -
From: Egan <[EMAIL PROTECTED]>
To: Les Neste <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 2:38 AM
Subject: Re: [PHP] Ethics question...
On Thu, 18 Jan
On 2001-01-18, =?iso-8859-1?q?Mukul=20Sabharwal?=
<[EMAIL PROTECTED]> wrote:
> how do sites like http://marc.theaimsgroup.com, make
> mailing list indexes, like even phpbuilder and zend's
> site which archive the list.
> How do they index all the message ?
Well, this is pretty OT, but since my
On Thu, 18 Jan 2001 02:45:01 -0500, "Romulo Roberto Pereira"
<[EMAIL PROTECTED]> wrote:
>Copyright? This do not exist!!! See the case of NAPSTER
The law is one thing. Whether people obey it or not, is another.
Egan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail:
Hello everyone,
I was wondering if anyone had thought/opinions on below10host.com as a web
host? I though phpwebhosting.com would be good, but then I read that some
people really hated it, so I just wanted to check to make sure this would be
okay and nobody had really trouble with it.
Thanks,
Hello Dallas,
(DK == "Dallas Kropka") [EMAIL PROTECTED] writes:
DK> Posted earlier but got no response so here it is again...
I gave you a quick explanation of one way to do it earlier, but I know
of no tutorials off the top of my head.
Here is a lengthy example if you _have_ to see code
At 02:50 AM 1/18/2001 -0500, Egan wrote:
>On Thu, 18 Jan 2001 02:45:01 -0500, "Romulo Roberto Pereira"
><[EMAIL PROTECTED]> wrote:
>
>>Copyright? This do not exist!!! See the case of NAPSTER
>
>The law is one thing. Whether people obey it or not, is another.
I agree. I would also say that the l
Hi, thanks for the help..
The \r\n trick didn't work.. You can only see this back in the source..
But, the RFC "standard??" trick did work just perfectly.!!!
Thanks Ignacio, I don't anything about the RFC.. Probably some standard
which describes these
special chars..? Will search for it to see i
IIS I'm not familiar with, and Apache has a native scheme involving .htaccess.
If you want a portable authentication method, I'd recommend authenticating
against a list of users/passwords contained in a database. Using MySQL,
PostgreSQL or Interbase would keep your database platform neutral, an
Appologies in advance for any duplication, but I wasn't sure which list
would be best to use for this question.
I'm having a problem with PHP 4.04pl1 and Sybase/FreeTDS, but before I open
a bug report I thought I'd check if anyone else is having the same problem.
Server Details: Digital Unix 4.0
Opps -
Forgot -- dbname.inc just contains the name of the database.
In production it also contains the name of the user and the password.
Miles
At 08:44 PM 01/17/2001 -0400, Miles Thompson wrote:
>IIS I'm not familiar with, and Apache has a native scheme involving .htaccess.
>
>If you want a por
301 - 323 of 323 matches
Mail list logo