[PHP] Compensating for time zones in PHP

2003-11-17 Thread Dave G
pt, but, according to my web hosting service, that is impossible to set for just my site without affecting all the other sites on the same server. So I need to compensate for different time zones between my script and my MySQL server. But I can't figure out how to do that since I do

RE: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Dave G
This is, I suppose, a completely off topic thread. However, I just read the web page http://www.unicom.com/pw/reply-to-harmful.html and I was completely unconvinced. In all the years that I have belonged to and run mailing lists, I have never experienced any difficulties. Period. Never. It has be

RE: [PHP] Add Reply-To to this list(s)

2003-11-26 Thread Dave G
ne of the debate. The idea of an authority on a matter that is incapable of considering alternate viewpoints seems oxymoronic to me. -- Cheers! Dave G [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Add Reply-To to this list(s)

2003-11-26 Thread Dave G
ver what is the default behaviour. I maintain that the point of a list is to have open discussion, that people join precisely for the advantage of participating in a group, and so the postings should default to going to the group, with secondary options for posting off list. -- Cheers! Dave G [EM

Re: [PHP] Add Reply-To to this list(s)

2003-11-26 Thread Dave G
s in it, seems to run contrary to the reasons I joined. That is where I am starting from, it's got nothing to do with anyone's choice of software on either the client or server side. -- Cheers! Dave G [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Add Reply-To to this list(s) [SOLVED, for me, anyway]

2003-11-26 Thread Dave G
Dave T-G said: > Perhaps you've simply missed the point. By not mandating a certain R-T > header the list software does not force "reply-to-author" but instead > simply allows whatever reply you want. And Jason Wong said: > Simply put, there are mail clients avail

RE: [PHP] Add Reply-To to this list(s) [SOLVED, for me, anyway]

2003-11-26 Thread Dave G
I'm on XP. I would change over to Linux in a heartbeat if Adobe products were available on that OS, but alas, they are not, and the GIMP is, by their own description, not a Photoshop killer. I'm considering the Opera M2 mailer, but it looks kind of immature. -- Cheers! Dav

[PHP] Forms and Arrays

2003-11-28 Thread Dave Carrera
fplc0 = value fname1 = value flab1 = value fplc1 = value fname2 = value flab2 = value fplc2 = value All keys / values are from $_POST via form button. I really hope I have been as clear as I can, but if you need more info them please email me. Thank you in advance for any help Dave C

RE: [PHP] Forms and Arrays

2003-11-28 Thread Dave Carrera
example will be most appreciated. Dave C -Original Message- From: Ford, Mike [LSS] [mailto:[EMAIL PROTECTED] Sent: 28 November 2003 14:50 To: 'Dave Carrera'; [EMAIL PROTECTED] Subject: RE: [PHP] Forms and Arrays On 28 November 2003 14:36, Dave Carrera wrote: > Hi List,

[PHP] String construction help required please

2003-12-01 Thread Dave Carrera
ers show me what it should be please ? Thank you in advance for any help. Dave C --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.545 / Virus Database: 339 - Release Date: 27/11/2003 -- PHP General Mailing List (http://www.php.ne

[PHP] Finding array in MySQL (I'm not asking the right question)

2003-12-02 Thread Dave G
r phrasing which will allow a search engine to help me find it. Can someone please point me in the right direction? -- Cheers! Dave G [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Finding array in MySQL (I'm not asking the right question)

2003-12-02 Thread Dave G
s to the database as possible. Is that a correct assumption, or am I wrong there? -- Cheers! Dave G [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Finding array in MySQL (I'm not asking the right question)

2003-12-02 Thread Dave G
x27; "; > } ... is faster than this: > "SELECT email FROM table WHERE id IN ('" . > implode("','",$array) . "')"; ... ? -- Cheers! Dave G [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] FreeBSD port install question

2003-12-04 Thread Dave Carrera
clearly explained but please email me if you need something clarifying. Thank you in advance Dave C --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.545 / Virus Database: 339 - Release Date: 27/11/2003 -- PHP General Mailing

[PHP] [OT MySQL] Syntax for selecting within a range of time from database

2003-12-04 Thread Dave G
AL is the command I want to use. Is what I'm after something like the following (I put in question marks where I'm not sure how that variable would be formed)? SELECT date(?) FROM table WHERE DATE_ADD(now(?), INTERVAL 72 HOURS) -- Yoroshiku! Dave G [EMAIL PROTECTED] --

[PHP] how and when to use ->

2003-12-10 Thread Dave Reinhardt
how and when to use -> as in echo "Path: ".$d->path."\n"; what does this mean and how is it used? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] ereg is failing on this simple test

2003-12-12 Thread Dave G
> Why is this test failing? > If (ereg("^[a-zA-Z0-9\s.\-_']+$", $data)) { I'm very new to PHP, so I may be barking up the wrong tree, but what is that "s" doing after the slash? I don't know if it's the cause of the problem, but as far as I know i

[PHP] PHP and Palm Pilot interaction

2003-12-15 Thread Dave G
know. -- Yoroshiku! Dave G [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Why won't this form post session variables?

2003-12-21 Thread Dave G
uot;; $insertPPResult = mysql_query($insertPPQuery); unset ($HTTP_SESSION_VARS['$episodeTitle']); unset ($HTTP_SESSION_VARS['$episodePP']); echo 'Your episode, "' . $episodeTitle . '", has been saved. Would you like to add another episode?'; } else { ech

RE: [PHP] Why won't this form post session variables? [SOLVED]

2003-12-21 Thread Dave G
t variables. And so quickly, too! Much appreciated! -- Yoroshiku! Dave G [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How do I make these two MySQL queries into one line?

2003-12-23 Thread Dave G
uery2 = "SELECT email FROM members WHERE active = yes AND member_id =" . $query1Results But surely there's a way to collapse this into one MySQL line. -- Yoroshiku! Dave G [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] How do I make these two MySQL queries into one line? [SOLVED]

2003-12-24 Thread Dave G
Chris, Thank you! I will look on the net for "left joins", which is a bit new to me, and I'll join a MySQL list, since I can see I'm going to have more MySQL questions in the future. Your reply is much appreciated, especially since it came so fast! -- Yoro

[PHP] Is a while loop the most efficient way to send out multiple emails?

2003-12-30 Thread Dave G
ized information? Is it the mail() command that takes time, or the mysql_fetch_array(), or both? Any suggestions would be greatly appreciated. -- Yoroshiku! Dave G [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Sort a while loop ?

2004-01-02 Thread Dave Carrera
Hi List, How can I sort a while loop or do something before it to achieve the following? I have a MySql result fetching something like this: Id Name Number 1 Bob 34567 2 Ben 234 3 Jeff 4567 4 Dave 2345 But I want to sort the while loop by Number Highest first so the result looks like

RE: [PHP] Sort a while loop ?

2004-01-02 Thread Dave Carrera
Thanks Tom, I had a complicated sql line and used my count(var) for the order by statement and bingo. Just sometimes you forget the obvious an need a kick up the :-) Dave C -Original Message- From: Tom Rogers [mailto:[EMAIL PROTECTED] Sent: 02 January 2004 15:22 To: Dave Carrera

[PHP] Current Month Only ?

2004-01-05 Thread Dave Carrera
Hi List, How do I return from a MySql db, rows which only contain data for the CURRENT Month / Year ? So this month would currently return 5 days worth of data since it’s the 5th of Jan 2004. Thank you in advance for any examples, pointers or urls that may help with this. Dave C --- Outgoing

[PHP] RE: Current Month Only ?

2004-01-05 Thread Dave Carrera
Don’t worry worked it out :-) Dave c -Original Message- From: Dave Carrera [mailto:[EMAIL PROTECTED] Sent: 05 January 2004 10:02 To: '[EMAIL PROTECTED]' Subject: Current Month Only ? Hi List, How do I return from a MySql db, rows which only contain data for the CURRENT Mo

[PHP] eregi filter stopping valid email address, part two

2004-01-06 Thread Dave G
er the @ mark. Is it that there are two many periods? -- Yoroshiku! Dave G [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] eregi filter stopping valid email address, part two

2004-01-06 Thread Dave G
ill look into using them. Thank you for the link. -- Yoroshiku! Dave G [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Function Problem (Long-ish)

2004-01-13 Thread Dave Carrera
return $blah; } My Question is Why ? Any help is a appreciated and I thank you fully in advance. Dave C --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.560 / Virus Database: 352 - Release Date: 08/01/2004 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Function Problem (Long-ish)

2004-01-13 Thread Dave Carrera
I am puzzled why and if you or the list can help I would appreciate it. Thank you Dave C -Original Message- From: Richard Davey [mailto:[EMAIL PROTECTED] Sent: 13 January 2004 12:48 To: Dave Carrera Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Function Problem (Long-ish) Hello Dave, Tue

RE: [PHP] Function Problem (Long-ish)

2004-01-13 Thread Dave Carrera
I think this a lesson to me and anyone else to make more use of mysql_error() in sql statements. I soon as I saw the Engishized explanation via mysql_error() it was obvious and easy to fix. Note to self: Use mysql_error() as standard ;-) I humbly thank you all for you help. Dave C

[PHP] Very Simple one for u all :-)

2004-01-15 Thread Dave Carrera
I need OR, so one or the other. Sorry this is so basic but not had enough coffee to sort this out yet, looks like a bad day for me ahead :-) Thank you in advance for any help. Dave C --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version

[PHP] RE: Very Simple one for u all :-)

2004-01-15 Thread Dave Carrera
I told you it was simple and I sort of answered it myself ;-) If(($var == val) OR ($var2 == val2)){ Blah blah } Sorry for the time wasting: Note to self: Wake up before trying to change the world :-) Dave C -Original Message- From: Dave Carrera [mailto:[EMAIL PROTECTED] Sent: 15

[PHP] Payment Gateway List ?

2004-01-16 Thread Dave Carrera
ilable on their site, but having to visit each gateways site and "Hunt" for their code is a bore so hence my question. Thank you in advance for any assistance you may give with my question. Dave C --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.

RE: [PHP] Payment Gateway List ?

2004-01-16 Thread Dave Carrera
into the PPG forum. I Hope this helps everyone Dave C -Original Message- From: Boaz Yahav [mailto:[EMAIL PROTECTED] Sent: 16 January 2004 11:17 To: Dave Carrera Subject: RE: [PHP] Payment Gateway List ? Hi Dave If you do get such a list i will be happy to host it. However, someone will

[PHP] Is this possible ?

2004-01-18 Thread Dave Carrera
t and returns what I want it to return but how do I send out of the function the var I want. I have tried $GLOBAL[var]=$num; but that don’t work, but I thought I would'nt anyway just tried it and yes I know I have to declare it inside my new function using global $var; to use it. So I ask is

RE: [PHP] Is this possible ?

2004-01-18 Thread Dave Carrera
work or be do able. I could relicate the function and call it something else say MyFunc2() but that seems a waste of code and mysql connection load when I am already retrieving the var I want to use. Any further ideas are appreciated. Dave C -Original Message- From: Toby Irmer [mailto

RE: [PHP] Is this possible ?

2004-01-18 Thread Dave Carrera
you Dave C -Original Message- From: Toby Irmer [mailto:[EMAIL PROTECTED] Sent: 18 January 2004 10:29 To: Dave Carrera; [EMAIL PROTECTED] Subject: Re: [PHP] Is this possible ? One way: hth toby - Original Message - From: "Dave Carrera" <[EMAIL PROTECTED]

Re: [PHP] PHP newbie question

2001-01-10 Thread Dave M.
If you don't assign a value for $a why would PHP assign it one? The statement if(!$a) should not assign a value to $a. Thus when print $a is executed, $a still has no value. BTW: 0 is false. Dave M. Online Services, USA - Original Message - From: "Neil Zanella" <[EM

[PHP] Sub Newbie Question On Error Message

2001-01-17 Thread Dave Stewart
lts/race01.html", "r"); $rf = fread($file, 20); $grab = eregi("(.*)", $rf, $printing); fclose($file); echo ""; echo $printing[1]; ?> Thanks in advance. Dave Stewart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTEC

Re: [PHP] Sub Newbie Question On Error Message

2001-01-17 Thread Dave Stewart
Yep, that worked a treat thanks. All those danged those brackets are what keep tripping me up. The fog is lifting :-) I'll now go back to lurking and see what else I can learn. Regards, Dave - Original Message - From: Toby Butzon <[EMAIL PROTECTED]> To: Dave Stew

RE: [PHP] Not quite relevant question about coding and query

2001-01-18 Thread Dave Haggerty
record I just inserted? >> $resultID = mysql_query($getID); > >No, it won't - it'll return every userID in the table. > >If your userIDs are sequential, you can just select "MAX(userID)" instead >of userID. > >Jason > >-- > Im no expert..

[PHP] Quick Shipping

2001-01-22 Thread Dave M.
Does anyone have a piece of code that calculates shipping costs in real time, that could easily be placed into an existing e-commerce site? Thanks. Dave M.

[PHP] Hyperlink using thumnail

2001-01-23 Thread Dave Stewart
Hi again, How do I link this image file so that when users click on it they get the bigger version (which is named 01.jpg). " : "No Photo Yet\n"; echo "$photo"; ?> Here is the html version of what I am trying to do, as you can see the ''

[PHP] CGI and PHP

2001-01-25 Thread Dave Stewart
Hi, I have this line in my shtml pages... How do I write this as a function to include in my .php files. (I've looked up virtual () in the manual but can't make head nor tail of it). Many thanks, Dave Stewart -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] Detecting JavaScript

2001-02-26 Thread Dave Goodrich
vely, you could (just supposing now...) have the first page do an instant refresh, using JavaScript to trigger a value in PHP. If the value is set, JavaScript was enabled, if it is not, JavaScript was turned off. But I've not tried it. DAve -- Dave Goodrich Director of Interface Developmen

[PHP-CVS] cvs: php4 /ext/ming ming.c php_ming.h

2001-03-12 Thread Dave Hayden
p4/ext/ming/php_ming.h:1.4 --- php4/ext/ming/php_ming.h:1.3Sun Feb 25 22:07:02 2001 +++ php4/ext/ming/php_ming.hMon Mar 12 17:57:38 2001 @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | [EMAIL PROTECTED] so we can mail you a copy immed

Re: [PHP] FAQ

2001-03-15 Thread DAve Goodrich
icular FAQ with commonly asked questions and have the FAQ sent > out each month to all subscribers. A decent threaded mail reader would make > this reasonably easy (notice I did not say *simple*) to administer. > -- Dave Goodrich Director of Interface Development Reality Based Learning Comp

[PHP] URL parsing

2001-03-17 Thread Dave Smith
I have heard that the new standard for URLS is ...test.php?op=3;op2=6... using the semi colon as a seperator. Is this currently supported by php 4.0.3? Cheers Dave Smith -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[PHP] Wrox - Beginning PHP4 Ch12 example problem

2001-04-16 Thread Dave Mateer
Happy Easter to all! In the user viewer example at the end of Chapter 12 - has anyone had problems with the source downloaded from their website? The story so far with my trials of this example: downloaded source created table in mysql and populated it (with the SQL script provided) First page

Re: [PHP] PHP/OCI8 design for persistent connection tuning

2001-04-17 Thread Dave Thomas
Yeah, that's what I'm thinking. I could tune the images server way down for flat content and massive bandwith. The only problem I can see is that webmasters hate having to code that extra info. Dave -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-ma

Re: [PHP] Wrox - Beginning PHP4 Ch12 example problem

2001-04-18 Thread Dave Mateer
Replying to myself...the first sign of madness. I found the solution, which was hidden characters in the text file, which was confusing javascript. ""Dave Mateer"" <[EMAIL PROTECTED]> wrote in message 9bf1v5$4iq$[EMAIL PROTECTED]">news:9bf1v5$4iq$[EMAIL P

[PHP] MSIE on Windows can't open PDF via SSL

2001-04-24 Thread DAve Goodrich
); header("Content-type: application/pdf"); header("Content-Disposition: attachment; filename=Results.pdf"); header("Content-Description: PHP Generated PDF" ); cpdf_output_buffer($cpdf); cpdf_close($cpdf); ?> Any thoughts, suggestio

FW: [PHP] MSIE on Windows can't open PDF via SSL

2001-04-25 Thread DAve Goodrich
the PDF (which is ok to cache as I assume the user is finished and wants permanent data anyway) AllowOverride All php_value session.cache_limiter "public" DAve >> Subject: Re: [PHP] MSIE on Windows can't open PDF via SSL >> >>

Re: [PHP] template solutions?

2001-04-30 Thread Dave Goodrich
e whatsoever. > in httpd.conf DocumentRoot /usr/local/www/thisUser ServerName thisUser.myServer.com php_value include_path /usr/local/www/thisUser/inc php_value open_basedir /usr/local/www/thisUser You could do a lot to control your users abilities/privleges in this way.

[PHP] gd-2.0.1

2001-05-02 Thread Dave Mariner
o but don't know where to go from here. I'm running Mandrake Corporate Server 1.0.1, if that makes a difference. Thanks in advance, Dave Mariner.

Re: [PHP] Protecting programs

2001-05-03 Thread Dave Mariner
Well, you could check & exit if it's passed a certain date. Also, using the Zend tool that encrypts the source would be an idea (but that costs money!). You could have a look at parsing the source code & writing an obfuscator, anyone know if there's one already written? Da

Re: [PHP] Unix file vs. Mac file formats

2001-05-09 Thread DAve Goodrich
ts out in the net both perl and bash that can do this conversion for you, directory wide. Then tell your Mac programmers to change their prefs and all should be well. -- Dave Goodrich Director of Interface Development Reality Based Learning Company 9521 NE Willows Road, Suite 100 Redmond,

Re: [PHP] How does everyone else do this? .php in URL

2001-05-09 Thread DAve Goodrich
quot;Files moving Live!!",$message); header("Location: main.php"); } else { header("Location: main.php"); } Cron jobs do the rest. -- Dave Goodrich Director of Interface Development Reality Based Learning Company 9521 NE Willows Road, Suite 100 Redmond, WA

[PHP] PHP as shell script - generating exit status

2001-05-10 Thread Dave VanAuken
there any way to generate a exit code on the completion of a php script that will be interpreted by the program or CGI calling the script... thanks Dave -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

[PHP] exit code generation, php shell script/standalone

2001-05-10 Thread Dave VanAuken
program is specifically waiting for the exit code. really want to avoide writing a perl/dbi script to carry out this function. Appreciate any insight Dave -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] PHP Editor

2001-05-11 Thread Dave Mateer
I'm using ColdFusion Studio which makes life very easy - good colour co-ordination of the code, and only takes 1 button the do an FTP upload up to the web-server (I'm using a Windows box to do editing, then a Linux box as webserver). We've been using Dreamweaver as well to bring the design elemen

Re: [PHP] Replacing JavaScript functionality with PHP

2001-05-15 Thread DAve Goodrich
atureList'); } Click $gNavigation will be printed so long as $gHide is unset, but it you call the page passing the $gHide param, the navigation will be suppressed. -- Dave Goodrich Director of Interface Development Reality Based Learning Company 9521 NE Willows Road, Suite 100 R

Re: [PHP] Netscape 6, What a piece of s$#@ , anyone else hadproblems with php and Netscape 6?

2001-05-17 Thread DAve Goodrich
Do you have a URL I could try? I've used PHP to generate a lot of dynamic js and css. DAve on 5/17/01 1:50 PM, Billy Harvey at [EMAIL PROTECTED] wrote: >> 1. I am not making a JavaScript version at all I don't see where I ever say >> this. ??? >> >> 2. I

Re: [PHP] Netscape 6, What a piece of s$#@ , anyone else hadproblems with php and Netscape 6?

2001-05-17 Thread DAve Goodrich
You need some closing table row tags in lines 19,34,49,64,79,94. DAve on 5/17/01 4:21 PM, Brandon Orther at [EMAIL PROTECTED] wrote: > > -- > Dave Goodrich > Director of Interface Development > Reality Based Learning Company > 9521 NE Willows Road, Suite 100 > Redmond,

Re: [PHP] Netscape 6, What a piece of s$#@ ,anyone else hadproblems with php and Netscape 6?

2001-05-18 Thread DAve Goodrich
Have you tried this test with your code? http://www.php.net/FAQ.php#7.8 The FAQ does not give a solution, but the problem is known to have affected only select users. The problem is no-one seems to know what the selection criteria is! Some people have the problem, some do not. DAve on 5/18

[PHP] Arg seperators

2001-05-18 Thread DAve Goodrich
ite/cgi?opt1=val1;opt2=val2";> or whatever. I know that php 4.0.5 has a new ini directive for this, is there any way to change this on older versions of PHP? Thanks, DAve -- Dave Goodrich Director of Interface Development Reality Based Learning Company 9521 NE Willows Road, Suite 100 Redmo

Re: [PHP] Arg seperators

2001-05-18 Thread DAve Goodrich
net/manual/en/ref.info.php, but it's not in http://www.php.net/manual/en/configuration.php, But it is in the output of php.info(), Is there a *single* source of the options and their values that can be set/unset using php.ini, or http.conf? When/where these can be set? Would I be able t

RE: [PHP] Modify someone else's session register

2001-12-28 Thread Dave Brotherstone
default they're in /tmp, in a fairly easy to follow format). I probably wouldn't recommend changing the variables in there (/tmp) though - but you could if they were held in a database. I believe you can change the "session handler" in order to do this, but I've never done it

RE: [PHP] Sending variables between PHP pages

2002-01-04 Thread Dave Brotherstone
ent OF PHP, not IN PHP. Dave. > -Original Message- > From: Berlina [mailto:[EMAIL PROTECTED]] > Sent: 04 January 2002 11:16 > To: php-general-list; php-dev-list; php-db-list > Subject: [PHP] Sending variables between PHP pages > > > Hi users, > > how can I send

RE: [PHP] PHP 4.4.1 and Interbase

2002-01-08 Thread Dave Brotherstone
rld'". And then try giving the column a name - it could be that. "select 'hello world' as HiWorld" - (the "as" is optional, I can't remember whether interbase wants it or not). If you can work out what sql statements don't work, then mail the list back

RE: [PHP] Correct URL's

2002-01-27 Thread Dave Brotherstone
> > > > > Stefan Rusterholz wrote > > > > Please do not send HTML messages. > > Sorry, Outlook is crap and I'm just too lazy to buy (on Win you > have to buy > > almost everything) another e-mail client for my working machine. > > http://www.pegasus.org/ > > It's free and a bit more virus resista

Re: [PHP] MySQL Install Problem

2002-02-06 Thread Dave Barry
On 20 0, Ben Clumeck <[EMAIL PROTECTED]> wrote: > I am trying to install MySQL on WinXP, I get the following error message: > > Microsoft(R) Windows DOS > (C)Copyright Microsoft Corp 1990-2001. > > C:\DOCUME~1\BEN>cd c:\mysql\bin > > C:\MYSQL\BIN>mysqld--standalone > 'MYSQLD--STANDALONE' is not

[PHP] Preventing Identical Form Fields

2002-02-07 Thread Dave Rosenberg
Pretty simple question, I think: I'm creating a PHP form and want to prevent users from entering the same response in more than one form field. How can I have the script check for identical fields on POST? Thanks Dave -- PHP General Mailing List (http://www.php.net/) To unsubs

Re: [PHP] Preventing Identical Form Fields

2002-02-07 Thread Dave Rosenberg
Thanks Chris, but I have about 10 different fields and want to make sure none of those are the same. Dave Chris Wright wrote: > With javascript onSubmit, but that ain't php, so with > if($form1==$form2){sendthembackwitherrors()} > > --- > Christopher Wright

Re: [PHP] Preventing Identical Form Fields

2002-02-07 Thread Dave Rosenberg
Thanks y'all! Everything's workin great now. Jon Haworth wrote: >>>With javascript onSubmit, but that ain't php, so with >>>if($form1==$form2){sendthembackwitherrors()} >>> >>Thanks Chris, but I have about 10 different fields and want to make sure >>none of those are the same. >> > > You coul

[PHP] php extentions as module

2002-04-19 Thread Dave Mertens
Hi, I was wondering. PHP is within our company compiled as a apache module (libphp4.so). But i want to do some experiments with domxml. Therefor is it possible to create an extention as a module and load it with dl()? We're running Linux (Debian). Thanks, Dave Mertens -- PHP Ge

Re: [PHP] php permissions

2002-04-19 Thread Dave Raven
chown them to nobody. - Original Message - From: "ROBERT MCPEAK" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 19, 2002 7:53 PM Subject: [PHP] php permissions > php is running on our box as nobody:nogroup. I'm trying to write php > code that will edit/delete files

[PHP] PHP 4.1.2 problem with IE

2002-04-22 Thread Dave Sugar
--with-apxs --with-mysql=/web/tech/mysql --with-gd --with-jpeg-dir=/usr/loca l/lib --enable-debug=no --enable-track-vars=yes --with-oracle=/oracle/prod uct/8.0.5 --enable-trans-sid --enable-magic-quotes Thanks for the help Dave Sugar [EMAIL PROTECTED] -- PHP General Mailing List (http://

Re: [PHP] PHP 4.1.2 problem with IE

2002-04-22 Thread Dave Sugar
unable to reproduce the problem running in Netscape 6.2 (havn't tried other browsers). I also This site is virtual hosted (as you will see in the Apache Config below). But one of the items posted to bugs.php.net made refernece to this as the problem. But I also see it on a NON-virtual host

Re: [PHP] PHP 4.1.2 problem with IE

2002-04-23 Thread Dave Sugar
see the error pages and press refresh several times before you see the correctly built page. Thanks again for your assistance Dave Sugar [EMAIL PROTECTED] "Richard Archer" <[EMAIL PROTECTED]> wrote in message news:p05100315b8ea3acf218b@[210.49.237.250]... > At 5:30 PM -0400 22/4

[PHP] Null character as field seperator in a string.

2002-04-29 Thread Dave MacRae
simple solution to this problem. Regards Dave -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Null character as field seperator in a string.

2002-04-29 Thread Dave MacRae
.. although you're prob is > with null (\0) chars.. > > > as I said.. Don't know if I am on the right track.. but it's > worth a go eh?? Unfortunatly I get the message "Warning: No ending delimiter '/' found in " when I try this. It appears that

RE: [PHP] Null character as field seperator in a string.

2002-04-29 Thread Dave MacRae
> On Monday 29 April 2002 18:26, Dave MacRae wrote: > > For historic reasons, I have a file that contains a number of records in > > which the fields are seperated by the NULL character, i.e, > > > > field1\0field2\0field3\0field4 > > > > I need t

Re: [PHP] Tailing a log file {!?}

2002-05-05 Thread Dave Raven
check directory rights. If need be, passwd the user and give it a shell. then try on the console as the webserver user to tail the file. - Original Message - From: "Liam MacKenzie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Tom Rogers" <[EMAIL PROTECTED]> Sent: Saturday, May 04, 2002

Re: [PHP] Getting PHP on FreeBSD to talk to MSSQL Server 7...

2002-05-10 Thread Dave Goodrich
Look into Openlink. We used, they still use, MSSQL with PHP running on Unix/Linux at my last employer. I was a happy customer not a spokesperson. It worked as advertised, no fuss, no problems. In a production environment that is what you want. DAve > Hi.. it's me again :) > >

[PHP] Re: [PHP-EVANGELISM] PHPDocumentor v1.0rc1 release announcement

2002-05-20 Thread Dave Mertens
E*, as advocating team, do with this tool?? We're not writing any software or so.. I think this message is better of on the pear-dev and php-dev mailinglist rather than on the evangelism list. -- With best regards, Dave Mertens, Development Manager [EMAIL PROTECTED] Innovative Solutions

RE: [PHP] PHP & PGP

2002-05-24 Thread Dave MacRae
way to recover the password if the customer loses it. In this scenario, you will have to have an alternative way to reset the customers password. Regards Dave -- Chief Technical Consultant Auxinet Payment Services http://www.auxinet.com Phone: +44 870 72 74 76 2 S

[PHP] Run php function with user click

2002-05-31 Thread Dave Shacket
I know how to have my php code run a function within itself. But is there a way that upon an event (clicking a button, etc.), you could run a php function without having to go to a new page? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Go to a different web page?

2002-05-31 Thread Dave Shacket
I have stared at fopen for a long time but can't figure out how to get php to pull in a new web page. I am looking for something akin to javascript window.location command, just as if I typed a new page into my address bar. What am I missing? -- PHP General Mailing List (http://www.php.net/) T

Re: [PHP] SERVER INFO

2002-03-15 Thread Dave Goodrich
e to be the best behaved and most informative lists on the internet). Good luck, feel free to ask me anything you like off the list. I'll try to be as helpfull as I can. DAve Dani wrote: > Hi all, > > I appologise if this is off topic but I don't know who to ask. I hope &g

[PHP] Rebooting

2002-04-09 Thread Dave Raven
ffect killing itself. How might I get around this? Thanks Dave Raven. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Another [PHP] Simple Session Problem...

2001-10-18 Thread Dave Watkinson
does E:\Inetpub\sessions exist as a directory? I notice your webdir is on D:\ and I wouldn't put your session files in your web root (if you are) - use c:\temp or c:\winnt\temp or something hope this helps dave -Original Message- From: Brian Aitken [mailto:[EMAIL PROTECTED]]

RE: [PHP] Another [PHP] Simple Session Problem...

2001-10-18 Thread Dave Watkinson
not true mine's set to session.save_path = c:\temp and it works just fine but you're right in that the directory has to exist Dave -Original Message- From: Rudolf Visagie [mailto:[EMAIL PROTECTED]] Sent: 18 October 2001 13:00 To: Brian Aitken Cc: [EMAIL PROTECTED] S

RE: [PHP] MySQL query

2001-10-18 Thread Dave Watkinson
select table1.* from table1 LEFT JOIN table2 ON table1.id=table2.id where table2.id is NULL; http://www.mysql.com/doc/J/O/JOIN.html -Original Message- From: Srinivasan Ramakrishnan [mailto:[EMAIL PROTECTED]] Sent: 18 October 2001 17:06 To: [EMAIL PROTECTED] Subjec

RE: [PHP] remembering variables between pages when using forms ...

2001-10-18 Thread Dave Watkinson
where's your code ken? are you being strict with the case of the variable name? is the hidden element within the forms tags??? -Original Message- From: baker downloads [mailto:[EMAIL PROTECTED]] Sent: 18 October 2001 17:13 To: [EMAIL PROTECTED] Subject: [PHP] remembering variables be

RE: [PHP] remembering variables between pages when using forms ...

2001-10-18 Thread Dave Watkinson
than that (which is probably due to the edited code) i'm afraid i'm stumped! sorry mate :-( dave -Original Message- From: Kenn Murrah [mailto:[EMAIL PROTECTED]] Sent: 18 October 2001 17:19 To: Dave Watkinson; [EMAIL PROTECTED] Subject: Re: [PHP] remembering variables between pa

Re: [PHP] Re-send (Download the whole directory using PHP)

2001-10-20 Thread Dave Goodrich
If you mean use PHP to download a directory of your choosing... You could send the url to wget or lynx. This would make it easy to pass flags as well such as dir level to get, follow links, recursive Y/N, etc. Never done it but I think exec is what you want. DAve On Sun, Oct 21, 2001 at 12

Re: [PHP] PHP/CGI problem: #!/path/php at top of CGI script appears in output

2001-10-20 Thread Dave Goodrich
r/local/bin/php at the top as you stated. Odd, but I've never used the cgi version so other than confirming your problem I am afraid I'm no help. DAve On Sat, Oct 20, 2001 at 03:31:06PM +, Philippe wrote: > Hi, > I'll synthetize the problem with the response I have gi

<    1   2   3   4   5   6   7   8   9   10   >