thanks Jason, between this & the other suggestions I was emailed I believe I
can make this all work like I need to.
Jeff
"Jason Wong" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Wednesday 12 February 2003 08:47, Jeff Blu
OK... I have a dynamic menu system, and I have to maintain a dynamic menu.
however, the amount of content I need in my menu is going to be rapidly
outgrown. I believe my only solution is to deploy a javascript drop down
menu (users have to be javascript compatible anyway for some other issues in
/odbc.ini
export INFORMIXSERVER=m_srv
"Jeff Bluemel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I get this error on reboot, and I keep getting this error unless I restart
> apache. now, I've tried putting pauses in to
I get this error on reboot, and I keep getting this error unless I restart
apache. now, I've tried putting pauses in to make apache wait to start
(using scripts & sleep commands), but I keep having this problem unless I
log into the system & restart it.
does anybody know the possible cause to thi
IL PROTECTED]
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, 8 January 2003 1:11 PM
> > To: Timothy Hitchens (HiTCHO)
> > Cc: 'Jeff Bluemel'; [EMAIL PROTECTED]
> > Subject: RE: [PHP] anyway to d
o cleaned up via the garbage collection system
> controlled via php.ini
>
>
>
> HiTCHO has Spoken!
> Timothy Hitchens (HiTCHO)
> [EMAIL PROTECTED]
>
> > -Original Message-
> > From: Jeff Bluemel [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, 8 January 20
ot perfect) a file
> then read in a serialised array and update then write out and unlock.
>
>
>
> HiTCHO has Spoken!
> Timothy Hitchens (HiTCHO)
> [EMAIL PROTECTED]
>
> > -Original Message-
> > From: Jeff Bluemel [mailto:[EMAIL PROTECTED]]
> > Sent:
when a user logs into my system I set a variable $_SESSION['username'].
now, every page somebody pulls up it revalidates their login so somebody
cannot get into the backend of the system.
now - is there a way I can make a utility that will show me the session
username's that are in use? it would
happens check the timestamp on that mysql table
and
> > > if it's out of date, delete it and go and fetch updated rows from
> > > informix, otherwise just use what's in that mysql table.
> > >
> > > This would act as a sort of replicated table, but only taking into
a
if it's out of date, delete it and go and fetch updated rows from
> informix, otherwise just use what's in that mysql table.
>
> This would act as a sort of replicated table, but only taking into account
> the records that are actually being hit...
>
> maybe?
>
> O
ix into mysql
> or the other way around so all your stuff is in one database?
>
> -philip
>
> On Fri, 3 Jan 2003, Jeff Bluemel wrote:
>
> > ok - here's my problem. I have some data in mysql, and other data in
> > informix.
> >
> > here is my application.
ok - here's my problem. I have some data in mysql, and other data in
informix.
here is my application. this is for distributors of prepaid phone cards.
prepaid phone cards have 3 numbers they can be identified by pin number
(which is unique), or by batch & serial number. the batch number is
bas
s inserted...
> so someone would open a tag and not close it to make the whole
page blink.
>
> Anyways... the way I would do it today is to make an animated gif with the
text blinking and just load that.
>
> Mike
>
>
>
>
> *** REPLY SEPARATOR ***
>
gt; that displays this will take minute. This page would have a meta refresh
> that keeps refreshing itself checking the status of your job. Once the job
> is complete on the next refresh it will notice the job is done and voila
> display the results.
>
> Andrew
> - Original Me
ps... not
just output
>
> you can buffer everything and only output it when you want
>
> look at ob_start
>
> But a warning... your server or the clients might change the expexted
behaviour.
>
>
> Mike
>
>
>
> *** REPLY SEPARATOR ***
>
>
s assign the output to
a variable and echo the variable in the end of the script.
Regards,
Sumarlidi E. Dadason
SED - Graphic Design
_
Tel: 896-0376, 461-5501
E-mail: [EMAIL PROTECTED]
website: www.sed.is
-Original Message-
From: Jeff Bluemel [mailto:[EMAIL PRO
if there a command, or a way I can put say a 5 second, or a 10 second pause
which will make it so it will output x amount of html, and then continue?
or if I can pause it will it not display any of the html until the entire
script has ran?
--
PHP General Mailing List (http://www.php.net/)
To un
explode('|', $string);
>
>
> Regards,
> Philip Olson
>
>
> On Wed, 18 Dec 2002, Jeff Bluemel wrote:
>
> > I have a string that will look like the following;
> >
> > data1|data2
> >
> > now - I need to put data1 in a variable, and data2 in anothe
thanks...
Jeff
"Matthew Gray" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Jeff Bluemel wrote:
>
> > I have a string that will look like the following;
> >
> > data1|data2
> >
> > now - I ne
I have a string that will look like the following;
data1|data2
now - I need to put data1 in a variable, and data2 in another variable.
I've found the functions strlen, and strpos, but I can't figure how to grab
this data.
thanks,
Jeff
--
PHP General Mailing List (http://www.php.net/)
To uns
ot;;
>
> ... likewise with the rest of your JavaScript variables.
>
> g.luck,
> ~Chris
>
> On Thu, 12 Dec 2002, Jeff Bluemel wrote:
>
> > somebody has to have an answer to this...
> >
> >
> > "Jeff Bluemel" <[EMAIL PROTECTED]&g
somebody has to have an answer to this...
"Jeff Bluemel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I cannot figure out where my problem is with the following script. I know
> I've used this syntax successful
have you tried connected to the mysql database from a prompt before using
php???
"Eric" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Greetings!
>
> I have a script which attempts to connect to the database in three
different
> segments of code.
>
> I'm using
I cannot figure out where my problem is with the following script. I know
I've used this syntax successfuly in the past. when I take out the
variables, and just set link to something without using php then this works.
know when I click on the form that activated the button it does nothing.
funct
worked great...
the other method may be a little quicker, but this code is easier for me to
understand, and although it is used in a loop there really is no visible
difference in how quickly it displays.
thanks,
Jeff
"Justin French" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[E
thanks...
I will play with this, and let ya know if I have a problem... looks easy
enough.
Jeff
"Justin French" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> on 05/12/02 11:15 AM, Justin French ([EMAIL PROTECTED]) wrote:
>
> > Hi,
> >
> > > $date = '2002-12
t; On Wednesday 04 December 2002 08:29, Jeff Bluemel wrote:
>
> > ... but the date format doesn't seem to
> > allow me to pass it a date.
>
> Your code?
>
> --
> Jason Wong -> Gremlins Associates -> www.gremlins.biz
> Open Source Software Systems Integra
hp.net
>
> -Kevin
>
>
> - Original Message -
> From: "Jeff Bluemel" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, December 03, 2002 1:11 PM
> Subject: [PHP] formating numbers & date
>
>
> > I'm curious how I ch
I'm curious how I change the number of decimal places displayed, and also
changing the date / time structures before displaying them with an echo
command.
Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
WOW - talk about a quick response. this solved my problem...
thanks,
Jeff
"Ray Hunter" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> HREF="action.html?action=deactivate&confirm=yes"
>
> Should work...
>
>
I used this link for sendmail on linux, and it works great... you'll have a
very hard time beating it.
Jeff
"Manuel Lemos" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> On 11/20/2002 08:18 AM, Siamak wrote:
> > hi
> > how can i send a mail by a sm
I'm using the following syntax, but evidently it's not correct.
HREF="action.html?action=deactivate?confirm=yes"
thanks,
Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have not problem displaying variable - I do it all over my webpage, or how
to handle them. you may want to check out my post above that has a weblink
to the project, and a better explanation of exactly what I am doing.
"Ernest E Vogelsinger" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED
to refresh original page until this is all done because it can
take sometime for this page load at times.
is everybody lost now?
"Ernest E Vogelsinger" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> At 22:39 18.11.
age refresh using javascript/iframe
> etc. There is a PHP version.
> Go to:
> http://www.ashleyit.com/rs/main.htm
> And click on the link:
> Javascript Remote Scripting (JSRS).
>
> It works for most browsers.
>
> HTH
>
> David
>
> On Monday, November 18, 2002,
depends on my situation, but I use both techniques at times...
"Justin French" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I think the difference would be immeasurable, but to me, I think it would
> make sense if PHP didn't have to parse plain HTML...
>
> S
well - now I understand why it is so difficult to make those 2 things work
together. it would be so much easier if php had some way of displaying an
inputbox etc.
- Original Message -
From: "BigDog" <[EMAIL PROTECTED]>
To: "Jeff Bluemel" <[EMAIL PROTECTED]&
amen...
"@ Nilaab" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello to all,
>
> I don't know about some of you, but I think PHP and the rest of the whole
> open-source movement is the coolest thing in the world. I also personally
> think it takes a lot of
I'm been ignored on this question for 4-5 days now. even if it is not
possible could somebody please verify this?
is it possible to pass a variable from javascript directly to php WITHOUT
using either a link, or a form submit to pass the variables? I've gotten a
work around to call an image that
cation.href='http://www.domain.net/' + url + '&var=' +
javascript_var;
> return false;
> }
>
> Jeff Bluemel wrote:
>
> >it's easy enough to pass php variable to javascript, but doing this the
> >other way around without a form submit, or locati
I didn't know I could set a value on that... thanks for the info.
"John Nichel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> maxlength="20">
>
> Jeff Bluemel wrote:
> > OK... I have the followi
OK... I have the following code which works perfect. however, when submit
is pressed I would like it to display the pin number in the form again.
8
Pin :
Batch :
Serial :
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
it's easy enough to pass php variable to javascript, but doing this the
other way around without a form submit, or location (passing as a php $_GET
variable) seems to be a little nightmare. it's easy enough to do it with
the form submit, or a location command.
thanks,
Jeff
--
PHP General Mai
;
>
> 2nd way:
>
>
> javascript => php
> 1st way:
> location='http://server/script.php?var_name="; + js_var_name;
> 2nd way:
> form_name.input_name.value = js_var_name;
>
> hope you get the point :-)
>
> Jeff Bluemel wrote:
>
> >Can I
Thanks for the reply... it took me a little bit to get this worked out, but
it is working perfectly now. I appreciate the assistance.
Jeff
"Manuel Lemos" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> On 11/16/
OK...
I'm using base64_encode to encode a file on the linux side. however,
outlook express does not seem to unencode the file properly. I'm wondering
how to work around this problem.
Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
anybody??? still haven't gotten this figure out.
Jeff
"Jeff Bluemel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> OK - I got the rasmail codes from Zend.com's code library. it is working
> perfectly for my applicat
javascript
> 1st way:
>
> var var_name= <?= $var_value ?>
>
> 2nd way:
>
>
> javascript => php
> 1st way:
> location='http://server/script.php?var_name="; + js_var_name;
> 2nd way:
> form_name.input_name.value = js_var_name;
>
> hope you get
Can I utilize java script variables with get or post? any information on
integrating the 2, and passing info back & forth?
thanks,
Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
OK - I got the rasmail codes from Zend.com's code library. it is working
perfectly for my application except for one problem. the email I am using
to send has a .pdf file attachment.
I can open that PDF file up directly from the site after it is created, but
I cannot open the file attachment up.
');
>
> Regards
>
> --
>
> M.CHAILLAN Nicolas
> [EMAIL PROTECTED]
> www.WorldAKT.com Hébergement de sites internets.
>
> "Jeff Bluemel" <[EMAIL PROTECTED]> a écrit dans le message de news:
> [EMAIL PROTECTED]
> > when this php script star
when this php script starts I want it to remove *.php
how can I do this? will unlink accept a wild card?
Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
actually Jay - I think inadvertently you answered my question better then I
was really looking for. I originally wanted to do this with PDF, but the
costs for pdflib were just too high, and I wouldn't find an open source/free
solution. I will have to take a look at fpdf, and see if I can use it.
ole sheet of paper.
It's
> a quick and dirty way of printing reports that I use in our DOS based
> accounting system.
>
> Carl
>
> On Thursday 31 October 2002 10:08 am, Jeff Bluemel wrote:
> > is there a php command that could determine if the end of a page has
been
> &
is there a php command that could determine if the end of a page has been
reached according to their print driver? I'm need to print out a report
that could be multiple pages. I need to be able to put column headings &
page numbers.
thanks,
Jeff
--
PHP General Mailing List (http://www.php.n
aligning in IE, but
not
> >> NN... so perhaps there is no way to get it all working... try a HTML or
> > CSS
> >> group.
> >>
> >> Instead of a form, you could just have a clickable image, with any vars
> > you
> >> need in GET, not POST:
> >>
myvar=myvalue">
>
> or perhaps what you want in your case is:
>
> CS=
> Customer Service">
>
>
>
> Depends what you want to achieve on the next page.
>
>
> Justin French
>
>
>
>
> on 08/10/02 11:13 AM, Jeff Bluemel ([EMAIL P
t; align="absmiddle" on the image button.
>
>
> Cheers,
>
> Owen Prime
> http://www.noggin.com.au
>
>
> Jeff Bluemel wrote:
>
> > I would like to do this without using a form... is there a way I can
> > recode this?
> >
> > I have the
>
>
> or perhaps what you want in your case is:
>
> CS=
> Customer Service">
>
>
>
> Depends what you want to achieve on the next page.
>
>
> Justin French
>
>
>
>
> on 08/10/02 11:13 AM, Jeff Bluemel ([EMAIL PROTECTED]) wrote:
>
I would like to do this without using a form... is there a way I can recode
this?
I have the following table... the button that originates from a form is out
of alighnment, and sits higher then the rest. how do I solve this?
" method="POST">
oso Universal Server
> http://www.openlinksw.com/virtuoso/whatis.htm
>
>
> On Saturday, October 5, 2002, at 11:44 PM, Jeff Bluemel wrote:
>
> > I've got informix on a sco open server box, and my webserver has php
> > 4.2.3
> > with apache. I'm wonder
the native driver does informix
have to be installed on the same box? do I just try to use odbc?
--
Jeff Bluemel
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ok Tom - that worked...
thanks for your help and assistance... I never would have figured this out
without the help.
Jeff
"Tom Rogers" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> Sunday, October 6, 2002, 7:32:11 AM, you wrote:
> JB> ok - that mad
instead of using the session_register try $_SESSTION[' ssun']
"Steve Vernon" <[EMAIL PROTECTED]> wrote in message
056a01c26cb2$509f2260$a5e387d9@extreme">news:056a01c26cb2$509f2260$a5e387d9@extreme...
> Hiya,
> Just upgraded to 4.2.3 and I am using the attatched PHP.ini file. I
use
> session
I had not downloaded mcrypt, but I download it (which required a later
version of mhash so I downloaded, and installed it too). I compiled
everything with the instrucitons you listed, and I am still getttng the same
error messages.
Jeff
"Tom Rogers" <[EMAIL PROTECTED]> wrote in message
[EMAIL PR
ok($id,'-');
$id = substr($id,(strlen($len)+1),$len);
mcrypt_generic_deinit($td);
return $id;
}
}
?>
Usage
encode($word);
echo "encrypted = $encrypted ";
$decrypted = $e->decode($encrypted);
echo "decrypted = $decrypted &q
yea - I'm having the exact same problem - trying to use that nice little
piece of encrypt /decript stuff that was posted earlier
"Scott Fletcher" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi! I ran through the phpinfo and here's the result. That's expl
so why not take that resulting row, and then do an if on it to see if the
value is a zero? an extra step, but it would work
"John W. Holmes" <[EMAIL PROTECTED]> wrote in message
002c01c26a66$61f0e1a0$7c02a8c0@coconut">news:002c01c26a66$61f0e1a0$7c02a8c0@coconut...
> > $result = mysql_query();
>
many hidden inputs which carry the values
> - click yes, form submitted to a process page, containing the values
> submitted
>
> In other words, you have to pass the original form contents THROUGH an
> intermediate page which says "are you sure?".
>
>
> Justin
>
>
&
4.2.3
> thanks.
>
> Can you email me???
>
> _
> Do You Yahoo!?
> "·¢¶ÌÐÅÓ®ÊÖ»ú,¿ìÀ´²Î¼ÓÑÅ»¢¾ÞÐÇÐã!"
> http://cn.ent.yahoo.com/star/midautumn/index.html
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.p
as:
>
> submit form
> page asking are you sure you want to blah blah blah
> submit yes or no
> action taken
>
> No javascript needed -- all php & html.
>
>
> You might want to also take a look at phpMyAdmin, which has javascript
alert
> style "are y
['PHP_SELF'] as the action of
a
> JB>> form, but then I would have to get a value to pass to the query.
this would
> JB>> be for prepaid phone cards. if somebody selected to recharge then I
would
> JB>> like an input box to be displayed asking the amount they wo
then I
would
> JB>> like an input box to be displayed asking the amount they would like
to
> JB>> recharge.
>
> JB>> --
> JB>> Jeff Bluemel
>
> TR> You need something like this:
>
> TR>
> TR>
> TR> function ask(){
> TR> i
s out, I know there are code
> repositories sitting out there in cyber-space that will have at least
something
> to start off of.
> -Brad
>
> Justin French wrote:
>
> > I don't understand. Twice.
> >
> > Tell us what you need, slowly and clearly
anybody???
anyway to pop up an inputbox that will get a variable? also, and yes / no
or ok / cancel boxes I can make pop up?
"Jeff Bluemel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> is there a way to for an input box to come
but then I would have to get a value to pass to the query. this would
be for prepaid phone cards. if somebody selected to recharge then I would
like an input box to be displayed asking the amount they would like to
recharge.
--
Jeff Bluemel
--
PHP General Mailing List (http://www.php.net/)
To u
" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Justin French wrote:
>
> >on 30/09/02 2:44 PM, Jeff Bluemel ([EMAIL PROTECTED]) wrote:
> >
> >
> >>how to I test for a null value?
> >>
> >>
>
> mysql_field_name() might help... but generally I know what fields I want
to
> grab, so I don't need this... I found this answer on
http://php.net/mysql.
> just as you could :)
I've been coding in other languages for about 6 years now, and I have looked
through a lot of the mysql stuff, and the
there a way to sum a specific field?
would appreciate whatever help I can get, and even better if somebody know's
a step through that goes through all the basic's of database syntaxes in
php.
--
Thanks,
Jeff Bluemel
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
/manual/en/function.strlen.php
>
> Or, am I missing something?
>
> - E
>
> "Jeff Bluemel" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I am looking for a function that will give me the number of characters
of
the most reliable way to
> really analyze these types of problems.
>
> Hopefully these ideas will help uncover something.
>
> Chris
>
> Jeff Bluemel wrote:
>
> >ok - no cookie exists... I have Netscape set to accept all cookies.
> >
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am looking for a function that will give me the number of characters of a
string, or number. I tried using the function length, but that function
seems to deal with arrays, and doesn't seem to function like I am intending
it to.
--
Thanks,
Jeff Bluemel
--
PHP General Mailing List
parsed as PHP
> on your server? Do you lose the session in your .phtml page after you
> call the given javascript? What is your question?
>
> ---John Holmes...
>
> > -Original Message-
> > From: Jeff Bluemel [mailto:[EMAIL PROTECTED]]
> > Sent: W
???
>
> > -Original Message-
> > From: Jeff Bluemel [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, September 25, 2002 12:34 AM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP] java script & session?
> >
> > I want drop down menu's in my s
I want drop down menu's in my setup that I am creating. however, when the
java script opens the links then the session information is not passed.
here's how the stuff is used in my .phtml files.
addMainItem("home.phtml","Home",120,"center",&quo
; of interest are the original HTTP response from your Web server (which
> should contain the Set-Cookie header) and any future HTTP request (which
> should contain the Cookie header). This is the most reliable way to
> really analyze these types of problems.
>
> Hopefully these ideas
; (and check the list archives).
>
> Anyway, back to your problem ...
>
> Jeff Bluemel wrote:
>
> >what I mean by this is it was my understanding when reading the sessions
> >doc's that there was a way to for the system to use a stored system ID
> >stored in an SID,
this is only going to return records in a table, and not in a database
> select count(*) as n from ... where ...
>
> -Original Message-
> From: Philip J. Newman [mailto:[EMAIL PROTECTED]]
>
> Can someone point me in the right direction to find out how i can return
the
> amount of records
I am using Zend Studio, and I absolutely love it. this isn't just an
editor, but a project manager, and has debugging options where it loads the
file in your default browser, and then allows you to do step through, add
watches etc.
http://zend.com/store/products/zend-studio.php
"Bryan McLemore
I'm assuming there has got to be a better answer then this, but I found I
had the same problem is I was using headers to go to the next page, but when
I used the html tags then everything was fine (the SID wasn't getting
passed).
"Murat Ö." <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]"
his, and you never answered the questions that
> were asked. Thus, your question is every bit as unclear as the previous
> time.
>
> Perhaps if you put forth a little effort, we might also.
>
> Just a helpful suggestion,
>
> Chris
>
> Jeff Bluemel wrote:
>
> >
still looking for some solutions on this - anybody else have any
suggestions?
"Jeff Bluemel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> OK guys...
>
> here's my question - I'm using 4.2.3 and apache 1.3.
I don't know if this is possible, but in VB (I'd like to find something
similar in php) I would open a record set, and then filter / unfilter it for
similar issues (in a loop). I'm assuming you could use a similar approach
somehow in php.
"Robert Cummings" <[EMAIL PROTECTED]> wrote in message
[E
I've had the same problem, and I resolved it by using html tags instead of
headers, and the problem was resolved. there are some issues I still
haven't been able to work out though (I want it to use cookies instead of
SID's).
"John Holmes" <[EMAIL PROTECTED]> wrote in message
001b01c260a7$cc674
> Jeff Bluemel wrote:
>
> >I want to force it to use a cookie that points to a transparent SID on
> >my system.
> >
>
> Can you elaborate on this? I have no idea what you mean.
for some reason when I was reading the documentation on sessions on php.net
I thought it
my php.ini, but the system doesn't seem to
ever use a cookie, and the sessions don't die. (that's my biggest concern
is that the user has to login to the system EVERY time he visits the site.)
session.use_cookies = 1
session.use_only_cookies = 1
session.use_trans_sid = 1
-
96 matches
Mail list logo