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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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]
--
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
> 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
know.
--
Yoroshiku!
Dave G
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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]
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
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
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
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..
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.
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
''
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
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
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
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
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
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
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
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
);
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
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
>>
>>
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.
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.
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
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,
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
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
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
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
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
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
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,
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
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
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
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
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
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
> >
> > > 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
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
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
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
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
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
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
--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://
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
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
simple solution to this problem.
Regards
Dave
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
.. 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
> 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
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
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 :)
>
>
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
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
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
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
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
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
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]]
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
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
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
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
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
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
201 - 300 of 1011 matches
Mail list logo