Re: [PHP] How can I "download" information (file) without standard "save as" dialog ??

2001-01-17 Thread Richard Lynch
> "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

Re: [PHP] mysql error

2001-01-17 Thread Richard Lynch
> 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",

Re: [PHP] session_start() and cache problem ...

2001-01-17 Thread Richard Lynch
> 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

Re: [PHP] Images ??? ok,but...

2001-01-17 Thread Richard Lynch
>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

Re: [PHP] calling static class functions using a function variable

2001-01-17 Thread Richard Lynch
> $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

Re: [PHP] PHP connecting to FIlemaker Database

2001-01-17 Thread Richard Lynch
> 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

Re: [PHP] determine number of days, hours & minutes between 2 dates

2001-01-17 Thread Richard Lynch
> 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

Re: [PHP] How to avoid submitting twice?

2001-01-17 Thread Richard Lynch
> 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:

Re: [PHP] Ver3.0 Includes

2001-01-17 Thread Richard Lynch
> 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

Re: [PHP] Installing with apache

2001-01-17 Thread Richard Lynch
> ./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

[PHP] stripping the keywords from a search engine... again...

2001-01-17 Thread Dallas Kropka
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

Re: [PHP] fast question about session_start

2001-01-17 Thread Romulo Roberto Pereira
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

Re: [PHP] Ethics question...

2001-01-17 Thread Egan
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

Re: [PHP] Ethics question...

2001-01-17 Thread Romulo Roberto Pereira
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

Re: [PHP] archiving php lists ?

2001-01-17 Thread Hank Leininger
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

Re: [PHP] Ethics question...

2001-01-17 Thread Egan
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:

[PHP] below10host.com as webhost?

2001-01-17 Thread Jeff Lacy
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,

Re: [PHP] stripping the keywords from a search engine... again...

2001-01-17 Thread Brian Clark
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

Re: [PHP] Ethics question...

2001-01-17 Thread Les Neste
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

Re: [PHP] Mailto: tag, how do I insert line breaks..?

2001-01-17 Thread David Bouw
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

Re: [PHP] best user authentication method?

2001-01-17 Thread Miles Thompson
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

[PHP] Possible Sybase bug

2001-01-17 Thread Darryl Friesen
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

Re: [PHP] best user authentication method?

2001-01-17 Thread Miles Thompson
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

<    1   2   3   4