t;My Name" as Bcc recipients are not
displayed. Thus:
"Bcc: [EMAIL PROTECTED]\r\n"
would be adequate.
If you really want to include a name with the email address then the correct
format is:
"Bcc: \"My Name\" <[EMAIL PROTECTED]>\r\n"
--
Jason Wong ->
need to use other software.
I'm glad to see mcrypt support for windows because it finally allows me
to use my favorite PHP encryption library between both platforms.
Jason
On Thu, 2003-01-02 at 10:02, J Smith wrote:
>
> As I've said a bunch of times, I hate plugging my own softw
uld've been much quicker than asking on the list?
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
/*
The verdict of a jury is the a priori opinion of tha
a new thread. To achieve this,
click on "New message" instead of "Reply" within your mail client, and enter
the list address as the recipient. You can save the list address in your
address book for convenience.
--
Jason Wong -> Gremlins Associates -> www.gremlins.bi
id in IE6, echos 0 in Mozilla ???
> echo(" la la la $session_id>");
... probably because Mozilla is not accepting cookies?
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & In
gt;
> Presently, these are set to 1008M and 1006M respectively, and a file of
> size 620K still gives me a "413 Error - Request Entity Too Large."
Search the archives for "Request Entity Too Large"
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Sour
gt; NNTP server and insert them into a MySQL DB?
Try searching:
www.phpclasses.org
www.hotscripts.com
www.phpbuilder.net
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Application
ures, you may have people registering multiple times to cast multiple
votes.
In short there is no surefire way of preventing people from voting more than
once.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting
() redirect.
Try this:
if (not_lowercase) {
insert_into_db();
header();
die();
}
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
/*
because
utting the insert code into an else statment solved the
> problem, but it's ugly, and the question still remains... why does it do
> this?
It cannot continue after a die(), unless there's a bug in PHP. If you still
think that it does then post your full code and the circumstances un
y and possibly the full path
to ncMailer.py as well.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
/*
The profession of book writing makes horse racing see
them think twice before putting in multiple votes
:)
But seriously, look in the archives the hows and whys have been covered quite
comprehensively in the past.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting
rst place. Unfortunately, this didn't solve the problem.
Does the webserver have permission to:
(a) execute the python binary
(b) access and read ncMailer.py
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design &am
If you do that you might as well just turn on register globals, you
should look at the $_REQUEST variable, it combines $_POST, $_GET and
$_COOKIE into one array so you can just reference $_REQUEST['variable']
for example $_REQUEST['one'].
Jason
On Sat, 2003-01-04 at 11:50,
or and not allow
> in my forms?
Disallow all HTML tags by using strip_tags().
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
/*
"A dirty mind is a joy
ays you could do it as well but that should
help you think about it.
Jason
On Sun, 2003-01-05 at 09:12, TACKEL wrote:
> Hi,
>
> I have a php file that set up a cookie that receives from a form and also uses it.
> My problem is the first time the value is submitted via form. The co
/var/www/ HERE WHAT TO WRITE TO HAVE
>
>
>
> Where can I find a list of all these php_admin parameters to use in
> Apaches' httpd.conf?
manual > ini_set()
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* We
ieve
> the problem is around the execution of the db query,
> but I can't seem to get it figured out.
[snip]
So that other people don't have to scratch their heads as well could you tell
us what the problem is?
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
s
> doing?
If you're using linux or similar you can append an ampersand (&) to your
command to make it run in the background:
system('mycommand &');
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Desig
want finer control over the printed output than what HTML can provide,
then you can consider creating a PDF file instead.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Dev
merchant account matches
> the product. But then I ask this question out of curosity.
Have a look at curl and snoopy.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Develop
the archives would tell you all you need to
know about uploads and was afraid to ask.
> p.s. ... how do i determine what version of PHP is running on my server?
phpinfo();
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web
y so
take other people's advice carefully, in the end look at performance,
stability, ability to scale, and support.
Jason
On Mon, 2003-01-06 at 06:11, Jeffrey B. Ferland wrote:
> > > I'm just deciding which DB to use for my projects and I'm not clear with
> one
> >
ned on in my php.ini file, but phpinfo() says it's turned
> off.
phpinfo() will tell you which php.ini it is using. Are you editing the same
one?
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Intern
uot;INSERT INTO contacts (id, name, pass, email, dateAdded) VALUES
> (NULL, '$name', '$pass', '$email', '$time')";
> }
>
>
> It inserts -00-00
> instead of the current date
What column type is dateAdded? If it's a mysql DATE ty
ge that says, processing, please wait and maybe have an icon like a
> progress bar or something. How do I pop up a page and have it disappear
> when the the other page is done loading?
Have a look at the archives.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Soft
On Tuesday 07 January 2003 00:43, Rad Craig wrote:
> Yes, I restart my WebServer (IIS 5) each time.
>
> Yes, I am editing the .ini file the phpinfo() reports it is using.
Gawd, I hate it when people top-post.
> > -Original Message-
> > From: Jason Wong [mailto:[EMAIL
On Tuesday 07 January 2003 00:49, - \[ Paul Ferrie \] - wrote:
> So Jason what your saying is this
>
> $query = "INSERT INTO contacts (id, name, pass, email, dateAdded) VALUES
>
> > (NULL, '$name', '$pass', '$email', '$time')&quo
at works for
> POST or GET
How do you mean more generic? I don't think you can upload using GET anyway.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
print "$kbitsout Kbits - $LineCount\n";
> $LineCount++;
> }
echo() all the variables used and see what you get.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
/*
I'm rated PG-34!!
*/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t
http://www.php.net/manual, if you allow users to enter tags then
they should show up using method.
Jason
On Mon, 2003-01-06 at 19:34, Vernon wrote:
> I'm having users post messages to a MySQL database records and want to
> retain the formatting (such as carriage returns and so forth).
On Tuesday 07 January 2003 20:28, [EMAIL PROTECTED] wrote:
> Then you write a short script, that whenever IP changes then start it anew.
> You don´t have to make it public.
Right, so what if people like your site so much and they bookmark a particular
page?
--
Jason Wong ->
then trying to use $varname when you really meant to use
$varName.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
/*
There is nothing more silly than a silly
Look at umask().
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
/*
An age is called Dark not because the light fails to shine, but because
people refuse to see
t
> show PATH_TRANSLATED and HTTP_REFERER.
> someone knows how to get a consitent content of $_SERVER? Or where and how
> can I configure my
> system to see the above?
The contents of $_SERVER is provided by the webserver and hence the
differences between versions and platforms. There's
.
Jason
2003-01-08 at 07:24, Adam Voigt wrote:
> Can't do wildcards like * because thats something that as I found out a
> few
> days ago, is expanded by the shell into a full command, so because your
> not
> running a shell, it can't be expanded and the raw unlink call to
ves. Try
searching for something like "regex url" or "regex hyperlink" etc.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
/*
NOTICE: a
oll";
> } else {
> print "&result=poll created";
> }
>
Those are friendly error messages that are useful _after_ your code is
working. When developing you should always use mysql_error() to see the real
error message.
> I have tried everything i can think
ad of the
> expected 0.0. This was also confirmed by a user in #php. Anyone have
> any ideas?
Use the BCMath functions if you require absolute precision.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hostin
try using print_r() instead of var_dump(). It's output is not as
detailed as var_dump() but may be sufficient for your needs.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications De
, that is what you would have to do. Check out the user notes on the online
manual. I think someone has posted some code that you can use or adapt.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & I
lease?
Most MTA systems can process mail through an arbitary program. Thus you can
use a CLI version of PHP to process your mail. Search the archives for
"process email".
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Des
On Thursday 09 January 2003 18:46, See kok Boon wrote:
> To: Jason Wong
>
> Hi,
>
> Sorry, I am abit dumb. Where is the archive that you refer to in your
> email?
google > "php archive"
Click on the link for MARC.
--
Jason Wong -> Gremlins Associates ->
On Friday 10 January 2003 00:57, travis wrote:
> any one see why this wouldnt work?
Why don't you tell us _how_ it doesn't work?
[snip]
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet
You should always use the exit after a redirect, the browser is not
required to go to the new location.
If you do not exit your script after you redirect and the browser does
not go to the new location you risk the unintended continued execution
of your script.
Jason
On Thu, 2003-01-09 at 18:30
some browsers and referer is sent by the
client but every little bit helps.
Jason
On Thu, 2003-01-09 at 20:09, Matias Silva wrote:
> I have gone through the past posts and can't find an answer to my problem
>
> I'm using a URL based session management schema, and I was won
Not exactly sure why your transactions aren't working but if your script
already has an open connection to the database and you issue another
call to pg_connect with the same connect string PHP will return the
existing connection and should not create another connection to the
database, that is pro
browser?
> What is php's support for ftp?
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
/*
A couple of kids tried using pickles instead of paddle
to start a new thread. To achieve this,
click on "New message" instead of "Reply" within your mail client, and enter
the list address as the recipient. You can save the list address in your
address book for convenience.
--
Jason Wong -> Gremlins Associates -> www.gremlins
ing_date','$meeting_note')";
> $result=mysql_query($Query);
> mysql_close ($Link);
> ?>
And what is the problem?
What does $Query contain?
After doing mysql_query() what does mysql_error() show?
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open
t; There must be a way to specify the ascii or hex value for EOF in an echo
> statement no?
Yes. man echo.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
On Sunday 11 January 2004 20:52, Naqashzade, Sadeq wrote:
> So Thanks, but can you get me some example code?
There are plenty of examples in the manual!
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Intern
On Saturday 11 January 2003 19:47, Jason k Larson wrote:
> FYI:
> Don't like auto register globals ... try the following at the beginning
> of your script.
>
> ini_set ('register_globals','Off');
>
> Works for me places I'm hosted at.
register_
> "2003-1-11")
> {
> echo "true";
>
> }
> which doesn't work in some cases...
Actually the above should work in all cases as you're comparing two strings
constants :)
In any case if your dates are in ISO format (-MM-DD) then simple
comparison usin
On Saturday 11 January 2003 18:39, Noel Wade wrote:
> Nevermind, just found the $HTTP_SESSION_VARS array...
If you're using a relatively recent version of PHP, you should use $_SESSION.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Int
comment.
>
> http://www.philipnz.com/example.jpg
>
> I can get the images to load in their left and right position, how ever i
> can't get the right array to print each comment with the image.
>
> Any help would be cool.
Showing us your code would be even cooler!
--
Jason Won
n the string on
the right has nothing to with PHP, it's just the standard way to denote the
parent directory.
Single-quoted strings are literal strings, double-quoted strings does variable
expansion.
The second statement can also be rewritten as:
"{$_SERVER['DOCUMENT_ROOT
On Sunday 12 January 2003 12:56, Ben Cheng wrote:
> When I run mkdir("path to new dir", 0777); I get a directory that has
> owner and group set to "nobody" and drwxr-xr-x permission. How do I
> get the permission to be set to drwxrwxrwx?
umask()
--
Jaso
On Sunday 12 January 2003 12:55, Rick Emery wrote:
> in your HTML file:
>
>
>
> in PHP script:
> copy($HTTP_POST_FILES['picfile']['tmp_name'], "../images/newfilename.gif");
Better still check out the example in the manual.
--
Jason Wong ->
; to get the http://www.bob.com/joe/ bit and do it dynamically?
print_r($_SERVER) will show you which bits you can use.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Developme
doesn't behave as expected always print_r() your variables
so you can whether they contain what you expected them to contain.
And if $_FILE doesn't contain anything then check php.ini to ensure that you
have enables file uploads.
--
Jason Wong -> Gremlins Associates -> www.gr
.
Search the archives, this gets asked at least once a week if not more.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
/*
You should make a point of trying
Try the following code, please note you may want to trim() the string as
well if it is coming from a user.
Jason
On Sun, 2003-01-12 at 10:32, [EMAIL PROTECTED] wrote:
> I want to count characters without space "character".
> $char="hello world"
> so the result sho
Include will evaluate the file as PHP code, that most likely is not what
you want it to do. Take a look at file_get_contents(), manual page
available at http://www.php.net/manual/en/function.file-get-contents.
Jason
phpSun, 2003-01-12 at 19:36, Stanislav Skrypnik wrote:
> Hi all,
> I ha
On Monday 13 January 2003 05:07, Chris Mason wrote:
> eZPublish is probably your best bet.
Have a look at Typo3. More difficult than average to install and use but
extremely powerful and flexible.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems In
ii) your webserver is severely ill
b) if in all cases, the request is logged but you get that error then you
could try putting some simple code at the beginning of your page to confirm
that the page _is_ being executed. Something like writing a line to a file.
--
Jason Wong -> Gremlins
his hurdle, the second problem is that your destination directory is
not writeable by any user other than mysql.
In short you're better off using mysqldump to backup your databases.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design
On Monday 13 January 2003 21:13, Alex Ciurea wrote:
> Hi,
>
> I think I've solved the problem
>
> group owner of the dest_dir must be apache !!!
NB if mysql is running whilst you're copying the files then you could end up
with incorrect backups.
--
Jason Wo
ipt as some users may not have it turned on
> (odd I know but a reality still).
Only javascript can open new a window.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Dev
On Tuesday 14 January 2003 09:53, cj wrote:
> Would you know of any tutorial web sites which would explain how to do
> this?
google knows.
>As I have not done any java programing before.
javascript != java
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open
nnot see what you're doing wrong.
Does $smarty->assign("message", $message work in the main loop (ie when not in
a function)?
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intr
On Tuesday 14 January 2003 22:16, Davíð Örn Jóhannsson wrote:
> I used mktime to make 1040601600 this stirng but I want to go back to
> human readable time how should I do that?
strftime()
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integ
On Tuesday 14 January 2003 22:45, Steven Balthazor wrote:
> I use and recommend Squirrelmail.
> http://www.squirrelmail.org/
Squirrelmail doesn't support POP3 on it's own which is what the OP wanted.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open S
on. I just always
> used date().
> There are so many different ways to do something and one of the main
> reasons I like this list so much is that you can learn alot of them.
The php manual makes wonderful bedtime reading material (for insomniacs who
wants to to get some sleep).
--
Jas
/public_html/Info/viewdb.php on line 8
In cases like these searching the archives is a no brainer. Just plugin the
error message and out pops your answer!
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Int
c() and friends.
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
/*
One way to make your old car run better is to look up the price of a new
model.
*/
--
P
:
"SELECT doo FROM dah WHERE dee IN('val1', 'val2', ..., 'valN'"
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
/
ecialchars whenever we
> want to display it.
It mostly depends on what you do with the data. For example:
If you only store the data once (and never re-edit it) then use (1).
If the data is used for other purposes as well (like gets sent in an email)
then use (2).
--
Jason Wo
http://www.phpbuilder.com/columns/nair20020523.php3
Looked fairly good when I read thru it a while back. Hope that it might be
able to help.
Jason Reid
[EMAIL PROTECTED]
--
AC Host Canada
www.achost.ca
- Original Message -
From: "[-^-!-%-" <[EMAIL PROTECTED]>
To: &
then you need single quotes around the
expression that it is being compared to. IOW your query should look like:
$query = "SELECT Newsheadline,
News,
Contact
FROM news
WHERE Newsid = '{$_GET['id']}'&quo
t2.php, I get "Warning: Variable
> passed to each() is not an array ".
You can't pass an array thru the URL. What you need to do is serialize() it
then urlencode() it (or maybe rawurlencode()). Then you can put the resulting
string in the URL.
In test2.php you would u
y only solution (without upgrading php) to convert the text
files to unix format? Or am I looking in the wrong place for that value? Thanks for
your help.
-----
Jason Jacobs
Support a Constitutional Amendment to protect the Pledge of Allegiance and National
Motto. Go to www.wepledge.com
hat are more than, say, 5 minutes old.
IOW use sessions :-)
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
/*
The two oldest professions in the world have b
rm a member by mail that his (let'say)
> current status changed from inactive to active, or from active to inactive?
> I mean, whenever a change occur on member's details, a mail is sent to him
> telling what was changed. Any posssibility?
Yes, use the mail() comm
I have a script that turns certain words into links. That I am having
no problems with, it is when I want to turn the links back in to plain
text that I am having the problem. Below are my examples. And I know
my regex is being greedy but I don't know how to stop it from being so
damn greedy
I figured out what I was doing wrong. My regexp should of looked like
this /]*>(Tampa)<\/a>/ and that made it more specific and kept it
to that match.
Jason Lehman wrote:
I have a script that turns certain words into links. That I am having
no problems with, it is when I want to
Thanks for the response. I found this web page
(http://www.itworld.com/nl/perl/01112001/) right after I submitted my
question. It was great for explaining regexp's greediness.
1lt John W. Holmes wrote:
I have a script that turns certain words into links. That I am having
no problems with, it
ainst this, but it dosn't always work with the
> quotes.
The recommended way to refer variables inside doubled-quoted strings is
enclose them in braces {}. Thus:
"{$_GET['id']}"
> Perhaps the dev team can look more into this.
Can you give examples where it doesn&
few more
lines of code. Then have a flag at runtime which decides whether to retrieve
images from DB or from filesystem. Once you have enough data you can easily
determine which method is faster and subsequently comment/remove the
insertion code for the slower method.
--
Jason Wong ->
g copy of
> both on my Linux box and prefer this anyway.
Jeez. As a programmer you should know that "virtually identical" is not good
enough!
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * In
o ascertain whether a user has 'logged in'? IE if
HTTP_REFERER isn't the login page then they haven't 'logged in'?
If that is the case then you should know that this provides no security at
all.
Use a proper authentication system based on sessions.
--
Jason
On Wednesday 15 January 2003 21:16, Avenger wrote:
> Hey,I wanta used the PHP doc user notes.
>
> Where can i get it.
http://weblabor.hu/php-doc-chm
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting *
ached the output -
> > there's no $_SESSIONS array in there.
> >
> > But I've managed to register session vars outside of this
> > function I'm having trouble with so what's going on?
You've probably realised by now that it is the $_SESSION variable
gt; images upon upload?
If you can install your own programs then you can use netpbm or ImageMagick
(or you can ask your host to do so).
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet A
27;{$_POST['strFirstName']}', '{$_POST['strLastName']}',
> '{$_POST['strNgfnummer']}', '{$_POST['strEmail']}')";
What if you now echo $strQuery? Is it still what you expected?
> if(mysql_query($strQuery))
On Friday 17 January 2003 01:07, Denis L. Menezes wrote:
> I tried. But I get an error as follows :
>
> Warning: Cannot add header information - headers already sent by (output
Try searching the archives on the above error.
--
Jason Wong -> Gremlins Associates -> www.gremlins.
line"
tells you the differences between CLI and CGI, one of them being "it does not
change the working directory to that of the script".
--
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting *
tour?ID=1 to early-tour?ID=2 but I can't
> get it to continue on to ID=3, ID=4 etc. It just keeps reloading the data
> from ID=2
>
> The data for each page is in a row identified by a unique ID# I just want
> the page to reload with the data from the next ID# after a givin ti
Yes, the php manual is available at http://www.php.net, session
information is available at http://www.php.net/session.
Jason
On Thu, 2003-01-16 at 20:58, Lars Espelid wrote:
> Is it possible to register an array as a session variable? If so I think it
> solves my problem.
>
&g
On Friday 17 January 2003 12:45, Edson Waite wrote:
> Hi Jason,
>
> $colname_earlytour = "1";
> if (isset($HTTP_GET_VARS['ID'])) {
> $colname_earlytour = (get_magic_quotes_gpc()) ? $HTTP_GET_VARS['ID'] :
> addslashes($HTTP_GET_VARS['
301 - 400 of 6914 matches
Mail list logo