Re: [PHP] recent encrpyt decrypt code... (problems)

2002-10-04 Thread Jeff Bluemel
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 i

[PHP] Re: Sessions

2002-10-05 Thread Jeff Bluemel
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

Re: Re[2]: [PHP] recent encrpyt decrypt code... (problems)

2002-10-05 Thread Jeff Bluemel
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:

[PHP] what is the best way to handle connectivity

2002-10-05 Thread Jeff Bluemel
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

Re: [PHP] what is the best way to handle connectivity

2002-10-07 Thread Jeff Bluemel
thanks for the FYI... this is what I as assuming the answer was going to be, but I wanted to make sure. Jeff "Salamander" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Jeff, > > ODBC should work just fine - you can

[PHP] is there an alternative to this code?

2002-10-07 Thread Jeff Bluemel
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">

Re: [PHP] is there an alternative to this code?

2002-10-07 Thread Jeff Bluemel
> > > 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: >

[PHP] Re: is there an alternative to this code?

2002-10-07 Thread Jeff Bluemel
I will have to try to play with the absmiddle function... border=0 is already in there Jeff "Owen Prime" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > You may have already been here but what about a border="0" and &g

Re: [PHP] is there an alternative to this code?

2002-10-07 Thread Jeff Bluemel
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

Re: [PHP] is there an alternative to this code?

2002-10-07 Thread Jeff Bluemel
I think my next project is to dig into ccs files, and get this part of my webpage setup... I've got a lot of good structures, but I need to get the styles etc. set. Jeff (here's the project http://obi-wan.domintcom.com username guest password domintcom - go to customer service

[PHP] Mysql not functioning after upgrade to 4.2.3

2002-10-12 Thread Jeff Schwartz
figuration area showing for Mysql. Has anyone else run into this problem? Thanks, Jeff './configure' 'i386-redhat-linux' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '

Re: [PHP] Best Forum System

2002-10-12 Thread Jeff Lewis
YaBB SE seems to do quite well, I have it running on three sites. http://www.yabb.info Jeff - Original Message - From: "Stephen" <[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]> Sent: Friday, October 11, 2002 5:36 PM Subject: [PHP] Best Forum Syste

[PHP] compiling mailparse into PHP

2002-10-13 Thread Jeff Schwartz
I'm having trouble adding mailparse to my PHP 4.2.3 install. I've downloaded and uncompressed mailparse-4.2.0.tgz into a subdir of my PHP directory and added "--enable-mailparse" to my config file but I'm still missing something. Wha

[PHP] strtotime bug? end of the month.

2002-10-31 Thread Jeff Bearer
date("Y-m-d",strtotime("+1 month")) returns December 1st! This happens when you add 1 month to any day that doesn't exist in the next month. Quite annoying that you have to handle it like this: date("Y-m-d",strtotime("+1 month",strtotime(date(

[PHP] command to determine the end of a page?

2002-10-31 Thread Jeff Bluemel
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 L

Re: [PHP] strtotime bug? end of the month.

2002-10-31 Thread Jeff Bearer
Actually I only needed date("Y-m") so my solution works fine, and I didn't consider the problems with hard coding 1 into it. But thanks for the replies. On Thu, 2002-10-31 at 11:33, Jeff Bearer wrote: > date("Y-m-d",strtotime("+1 month")) > > retu

Re: [PHP] command to determine the end of a page?

2002-10-31 Thread Jeff Bluemel
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 > &

Re: [PHP] command to determine the end of a page?

2002-10-31 Thread Jeff Bluemel
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.

[PHP] how to delete files?

2002-11-13 Thread Jeff Bluemel
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

[PHP] Re: how to delete files?

2002-11-13 Thread Jeff Bluemel
'); > > 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

[PHP] sendmail problem

2002-11-14 Thread Jeff Bluemel
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.

[PHP] can I retrieve jsp varibable with get or post???

2002-11-15 Thread Jeff Bluemel
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

Re: [PHP] can I retrieve jsp varibable with get or post???

2002-11-16 Thread Jeff Bluemel
thanks - yes I do understand the code you placed. OK - can I take the JSP variable with a post or a get? are these just general http variables? Jeff "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > php =>

[PHP] Re: sendmail problem

2002-11-16 Thread Jeff Bluemel
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

[PHP] problem with base64_encode and windows

2002-11-16 Thread Jeff Bluemel
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

[PHP] Re: sendmail problem

2002-11-16 Thread Jeff Bluemel
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/

Re: [PHP] can I retrieve jsp varibable with get or post???

2002-11-17 Thread Jeff Bluemel
; > > 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

[PHP] howto pass javascript variable to php

2002-11-17 Thread Jeff Bluemel
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 -- P

[PHP] how do I get for to display $_POST value?

2002-11-17 Thread Jeff Bluemel
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

Re: [PHP] how do I get for to display $_POST value?

2002-11-17 Thread Jeff Bluemel
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

Re: [PHP] howto pass javascript variable to php

2002-11-18 Thread Jeff Bluemel
I apologize - javascript. Jeff "Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > You can still use onclick event to pass value kept in a javascript variable: > > > > function action(url) { > lo

[PHP] is this not possible?

2002-11-18 Thread Jeff Bluemel
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

Re: [PHP] Be nice to newbies...

2002-11-18 Thread Jeff Bluemel
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

Re: [PHP] is this not possible?

2002-11-18 Thread Jeff Bluemel
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]&

Re: [PHP] speed comparison

2002-11-18 Thread Jeff Bluemel
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

Re: [PHP] is this not possible?

2002-11-18 Thread Jeff Bluemel
thanks David - I'll look over it... Jeff "David Rice" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi Jeff: > > Brent Ashley has written some cool stuff to make asynchronous remote > calls to server without client p

Re: [PHP] is this not possible?

2002-11-18 Thread Jeff Bluemel
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.

Re: [PHP] speed comparison

2002-11-18 Thread Jeff Bluemel
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

[PHP] how to pass multiple $_GET variables

2002-11-19 Thread Jeff Bluemel
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

[PHP] Re: mailing by SMTP

2002-11-19 Thread Jeff Bluemel
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:

Re: [PHP] how to pass multiple $_GET variables

2002-11-19 Thread Jeff Bluemel
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... > >

[PHP] Sessions question (-enable-trans-sid)

2002-06-05 Thread Jeff Field
omatically know that if a user has cookies enabled, PHP will use the cookie method and, when cookies are *not* enabled, PHP automatically implements the URL method? Thanks for the help! Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Sessions question (-enable-trans-sid)

2002-06-06 Thread Jeff Field
nabled would be to just run every page in your site through PHP. That way, the URI's for every page will be appended with the SID, and maybe that's the way to go. Anyway, I hope I've got this all right and I hope it helps someone. Jeff > -Original Message- > From: J

[PHP] Weird intermittent "No Database Selected" problem

2002-06-06 Thread Jeff Field
same problem. Has anyone ever run into this? I'm running Red Hat 7.2, Apache 1.3.23, MySQL 3.23.49a, and PHP 4.2.1. Here's the code in the web page with only some name changes (for security, ya know): And then the code in my include where I keep all the db connection stuff:

RE: [PHP] Weird intermittent "No Database Selected" problem

2002-06-06 Thread Jeff Field
when the script runs just fine, but nothing when the page comes back with "No Database Selected". Any thoughts? Thanks! Jeff > -Original Message- > From: Scott Hurring [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 06, 2002 4:15 PM > To: Php-General (E-mail) >

RE: [PHP] Weird intermittent "No Database Selected" problem

2002-06-06 Thread Jeff Field
have been due to mysql_pconnect or something holding open previous connections to the db and the script just connecting to the last connected db. Anyway... Sorry for the trouble! Jeff > -Original Message- > From: hugh danaher [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 0

[PHP] Access control question

2002-06-07 Thread Jeff Field
base every page. But, to me, that seems like a waste because simply having the $_SESSION['user'] present means they've already logged in. Am I missing something here? Thanks, as always! Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Access control question - follow-up question

2002-06-07 Thread Jeff Field
, I'm a little unclear as to the security risk. Have I got this right? Thanks! Jeff > -Original Message- > From: Analysis & Solutions [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 07, 2002 10:42 AM > To: PHP List > Subject: Re: [PHP] Access control questio

RE: [PHP] Access control question - follow-up question

2002-06-07 Thread Jeff Field
Absolutely right! I'm storing the password needlessly. I've got the user name and that's all I need for anything further. Thanks! Jeff > -Original Message- > From: Analysis & Solutions [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 07, 2002 12:42 PM

Re: [PHP] FUDforum 2.0 Stable Released

2002-06-10 Thread Jeff Lewis
Is it just me or the forum area totally overflowing with choices? I often wonder why people don't pool talents and work on really great products, instead people break off and make their own system - quite unusual... Jeff - Original Message - From: "Ilia A." <[EM

Re: [PHP] Forum / Web Mail Combined?

2002-06-12 Thread Jeff Lewis
Ed, Currently none to my knowledge, however, YaBB SE 2 which is in development has this feature roughed in already. However, it's still in development. Jeff - Original Message - From: "Lazor, Ed" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, Ju

[PHP] possible to add a "record number" to a query?

2002-06-13 Thread Jeff Field
last, but I want the results to add something like record to tell me which record it is. Thanks for any help! Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] possible to add a "record number" to a query?

2002-06-13 Thread Jeff Field
results 1, 2, 3, etc. Make sense? Thanks for your help! Jeff > -Original Message- > From: Jason Wong [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 13, 2002 8:30 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] possible to add a "record number" to a query? >

RE: [PHP] possible to add a "record number" to a query?

2002-06-13 Thread Jeff Field
1) Yes, I'm using MySQL 2) You're right. This is not a PHP question. My apologies to the list! Thanks for the feedback! I'll give it a try (and the other one in the other email). Jeff > -Original Message- > From: John Holmes [mailto:[EMAIL PROTECTED]] > Sent:

RE: [PHP] bulk mail()

2002-06-14 Thread Jeff Field
if this is part of your problem or not. I'm guessing a bit, but based on 600+ emails, I'd say that the script itself takes about 10-15 seconds; the mail to be delivered takes a bit longer, perhaps another minute or two. Jeff > -Original Message- > From: Justin French [m

[PHP] saving a jpeg via HTTP

2002-06-15 Thread Jeff Bearer
e but the file is no good when it's saved, I saw that it saved the http headers in there so I cut those out but still, the image wan't viewable. I was using fsockopen instead of file because I want to use the timeout feature of fsockopen. any help is appriciated. -- Jeff Be

[PHP] Synchronize FTP sites with PHP?

2002-06-26 Thread Jeff Lewis
We're using a FTP Control program here but it's very old and I'm wondering if anyone has used PHP to sync up FTP sites, to connect to a remote server and check if there is anything new... Not quite sure where to start with it though... Jeff -- PHP General Mailing List (htt

[PHP] Getting value back from fsockopen?

2002-06-27 Thread Jeff Lewis
his? Instead of hitting and saying open all the time I can return some value? The listening application in a compiled exe, not a PHP or any kind of application I can add code to send information with... Code I am using currently: \n"; } else { echo("Server up!"); echo("Ha

[PHP] INCLUDE vs Functions

2002-06-27 Thread Jeff Gannaway
ents into 1 file and defining them as functions would save on system resources and improve speed. In other words is More or less efficient than... Thanks, Jeff Gannaway "It's a feeling of fresh opportunity. You're placed in a position a lot of times where not only you

Re: [PHP] Best Delete Confirmation Script

2002-06-27 Thread Jeff Lewis
Shane, I use a javascript prompt. When you click OK, it passes the information on to the PHP script to do the work :) Jeff - Original Message - From: "Shane" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 12:48 PM Subject: [PHP] Best Dele

Re: [PHP]Erik Hegreberg

2002-07-09 Thread Jeff Lewis
He is both, he has been emailed how to get off. For now, I keep just sending my read receipts :) - Original Message - From: "R'twick Niceorgaw" <[EMAIL PROTECTED]> To: "Erik Hegreberg" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 6:30 PM Subject: Re: [PHP] ww

Re: [PHP] Announcement: FUDforum 2.2.2 Released

2002-07-12 Thread Jeff Lewis
Tried going to the official announcement and got this: query failed: %( SELECT fud_forum.id, fud_forum.name, fud_cat.name AS cat_name, fud_cat.id AS cat_id, fud_msg.post_stamp AS msg_post_stamp FROM fud_cat INNER JOIN fud_forum ON fud_cat.id=fud_forum.cat_id LEFT JOIN fud_msg ON fud_forum.last_po

Re: [PHP] PHPDiscuss.com

2002-07-12 Thread Jeff Lewis
Is it like http://www.phptalk.com ? Like just discussion or are their tutorials etc? Jeff >I have started a new website devoted strictly to discussing development with >PHP. If anyone is interested, you can see it at http://www.phpdiscuss.com.

Re: [PHP] PHPDiscuss.com

2002-07-13 Thread Jeff Lewis
I think there is always a need for more resources. Some people prefer forums and the ability to actually go a bit off topic in some boards as opposed to strictly answering questions. It's a matter of preference I suppose. Anything that further helps PHP spread I'm for it :) Jeff

[PHP] paid consultant need

2002-07-15 Thread Jeff Schwartz
I need someone to help me compile the c-client library for IMAP and re-compile PHP to support it, ASAP. Please contact me with your background and rate. Thanks, Jeff __ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http

[PHP] problem with IMAP support

2002-07-16 Thread Jeff Schwartz
We've installed and recompiled PHP but I still get "undefined function" errors when I try to use imap_open(). Does anybody have any ideas? Thanks, Jeff __ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://

[PHP] imap_mail_move and imap_mail_copy

2002-07-17 Thread Jeff Schwartz
Has anyone had experience with imap_mail_move or imap_mail_copy? Can they copy or move a message from one mail server to another or only into a subfolder on the same server? Jeff __ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes

Re: [PHP] PHP Security Advisory: Vulnerability in PHP versions4.2.0 and4.2.1

2002-07-22 Thread Jeff Bearer
affect you and > there will be no need to upgrade. > If anything this will only convince people looking for 'stable' PHP to wait > even longer before upgrading their releases because of potential bugs such as > this one creeping up in 'new' releases. > > Ili

[PHP] XML Reading, Writing

2003-09-14 Thread Jeff Fitzgerald
I need to use PHP to read, modify and write xml files. I have seen something called expat which I am having trouble installing. Is that the only way to do this? Any help greatly appeciated... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Help understanding code...

2003-09-25 Thread Jeff McKeon
I've looked up strcmp() and know it's used to compair two strings. The $operator variable in the script that this was taken from is set to either "-", "+", "*" or "/". What I don't understand here is wha

RE: [PHP] Help understanding code...

2003-09-25 Thread Jeff McKeon
anual says. How does the '!' "NOT" switch work with this? Is it saying If str1 and str2 are not equal? Or is it saying If str1 and str2 are not compared? Thanks, Jeff > -Original Message- > From: Jonathan Villa [mailto:[EMAIL PROTECTED] > Sent: Thursday,

RE: [PHP] Timezones and Daylight Savings Time

2003-09-25 Thread Jeff McKeon
just a logic suggestion, I have no idea if it's possible with code but I would imagin it would be.. Jeff > -Original Message- > From: J J [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 12:56 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Timezones

RE: [PHP] Reading Form Buttons

2003-09-25 Thread Jeff McKeon
If(isset($_post['update'])) { do something; } If(isset($_POST['delete'])) { do something; } Jeff > -Original Message- > From: Dan J. Rychlik [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 3:35 PM > To: [EMAIL PROTECTE

[PHP] Understanding code.. again

2003-09-25 Thread Jeff McKeon
In the following code... --snip-- --snip-- What is the purpose in the function def of "($msgvar = null)"?? Why not just "function showmessage($msgvar)"?? Thanks, Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Understanding code.. again

2003-09-25 Thread Jeff McKeon
Ok, so if an argument is supplied to the function, the "= null" is ignored? Jeff > -Original Message- > From: Brad Pauly [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 4:09 PM > To: Jeff McKeon > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP

RE: [PHP] Understanding code.. again

2003-09-25 Thread Jeff McKeon
Thanks all! Jeff > -Original Message- > From: Chris Sherwood [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 4:15 PM > To: Jeff McKeon; [EMAIL PROTECTED] > Subject: Re: [PHP] Understanding code.. again > > > Yes the null is ignored when a var

RE: [PHP] What to use?

2003-09-25 Thread Jeff McKeon
om a MySQL query... Jeff > -Original Message- > From: Tyler Lane [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 4:20 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] What to use? > > > round() > and number_format() are what i would suggest us

RE: [PHP] str_pad

2003-09-26 Thread Jeff McKeon
Just learning PHP and figuring out all the syntax and stuff. Anyway I had a question about the code example in this post... What does the "->" do in: $dbranch = str_pad($line->dbranch_no, 6, '', STR_PAD_LEFT); Is dbranch_no a "class" I don't know

RE: [PHP] str_pad

2003-09-26 Thread Jeff McKeon
Thanks all! This is definitely one of the most helpfull mailing lists I belong to. Jeff > -Original Message- > From: Nitin [mailto:[EMAIL PROTECTED] > Sent: Friday, September 26, 2003 11:26 AM > To: Jeff McKeon; php > Subject: Re: [PHP] str_pad > > > It gives

RE: [PHP] IIS Ports

2003-09-27 Thread Jeff McKeon
can't you just beat up your brother? It won't fix your pc but it will probably make you feel better. :o) Chances are your bro is no genious and just using scripts (script kiddie) that other people write for known exploits. If this is the case, then you probably haven't been keeping up with y

[PHP] Session_start() problem

2003-10-01 Thread Jeff McKeon
ta (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 [end error] Not sure what I did wrong except to think that PHP is trying to write the session id file to a directory that doesn't exist "/tmp." This is running on a

[PHP] User authentication

2003-10-02 Thread Jeff McKeon
s permission requierments match the user requirements stored in the session's variable. Is this correct? Are there any security risks with this as this sight may one day be internet accessable. If this isn't the correct approach, what is? Thanks, Jeff -- PHP General Mailing List (http://

RE: [PHP] User authentication

2003-10-02 Thread Jeff McKeon
eck against the value in the table. How do I pull up or refer to session variables? Thank, Jeff > -Original Message- > From: Dan Joseph [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 02, 2003 11:15 AM > To: php > Subject: RE: [PHP] User authentication > > >

RE: [PHP] User authentication

2003-10-02 Thread Jeff McKeon
Thanks for the advise! It's a big help. I'll go play now and come back with more intelligent questions later! Jeff > -Original Message- > From: Dan Joseph [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 02, 2003 11:32 AM > To: Jeff McKeon; Dan Joseph; php >

RE: [PHP] User authentication

2003-10-02 Thread Jeff McKeon
What is stored in the date_out column? Is that one of the colums in your own created table or a standard one? Jeff > -Original Message- > From: Dan Joseph [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 02, 2003 11:34 AM > To: php > Subject: RE: [PHP] User authentica

RE: [PHP] User authentication

2003-10-02 Thread Jeff McKeon
Ok, I've got a login page that has these funtions to set the userid and password to session variables [code start] session_start(); if(!isset($userid)) { login_form(); exit; } else { session_register("userid", "userpassword"); $username

RE: [PHP] User authentication

2003-10-02 Thread Jeff McKeon
> > On 02 October 2003 17:27, Jeff McKeon wrote: > > > Ok, > > > > I've got a login page that has these funtions to set the userid and > > password to session variables > > > > [code start] > > session_start();

RE: [PHP] User authentication

2003-10-02 Thread Jeff McKeon
causing function on each page that checks for valid login to fail? Thanks, Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] User authentication

2003-10-02 Thread Jeff McKeon
include"punctuation"; Jeff > -Original Message- > From: Didier McGillis [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 02, 2003 2:36 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] User authentication > > > for those of you who are writing a

RE: [PHP] User authentication

2003-10-02 Thread Jeff McKeon
ta=mysql_fetch_row($result); return $query_data[0]; } } [code end] Then when any new page loads it first checks to see if the user has a "CanEdit" value of "1", if not it boots them back to the page they came from, if so it r

RE: [PHP] User authentication

2003-10-03 Thread Jeff McKeon
> --- Jeff McKeon <[EMAIL PROTECTED]> wrote: > > $_SESSION['userid'] = $userid; > > $_SESSION['userpassword'] = $userpassword; > > [snip] > > > Anything look wrong or insecure with all of this? > > The only thing that catches m

[PHP] User Authentication Continued....

2003-10-03 Thread Jeff McKeon
de end] Or am I way off and there is another way of doing it? Also I've noticed that when I do an mysql_query("select name from foo where name='$somevariable'") I cannot use $_GET['somevariable'] or $_POST['somevariable'] in the sql string, I find

RE: [PHP] User authentication

2003-10-03 Thread Jeff McKeon
Yes, I'm the one creating the accounts in the database, users can't create their own accounts nor do they have permissions to create new users. Thanks! Jeff > -Original Message- > From: Chris Shiflett [mailto:[EMAIL PROTECTED] > Sent: Friday, October 03, 2003 3:09 P

RE: [PHP] User Authentication Continued....

2003-10-03 Thread Jeff McKeon
e VesselID='$_GET['vesselid']' order by Status DESC, Created ASC"; [code end] Jeff > -Original Message- > From: Chris Shiflett [mailto:[EMAIL PROTECTED] > Sent: Friday, October 03, 2003 3:45 PM > To: Jeff McKeon; php > Subject: Re: [PHP] User Authentica

RE: [PHP] User Authentication Continued....

2003-10-03 Thread Jeff McKeon
One more mystery solved. Thanks one and all Jeff > -Original Message- > From: Robert Cummings [mailto:[EMAIL PROTECTED] > Sent: Friday, October 03, 2003 4:55 PM > To: Jeff McKeon > Cc: PHP-General; [EMAIL PROTECTED] > Subject: RE: [PHP] User Authen

RE: [PHP] User Authentication Continued....

2003-10-03 Thread Jeff McKeon
Good advice! Thanks! Jeff > -Original Message- > From: Chris Shiflett [mailto:[EMAIL PROTECTED] > Sent: Friday, October 03, 2003 5:19 PM > To: Jeff McKeon; php > Subject: RE: [PHP] User Authentication Continued > > > > --- Jeff McKeon <[EMAIL P

[PHP] Global varialbes in functions

2003-10-04 Thread Jeff McKeon
I've got a page that is passed the global variable 'ticketnumber' in the url. In my first two functions on the page I can call this variable using $_GET['ticketid'] no problem. However on the third funtion I get an undefined index error for 'ticketid' Anyon

RE: [PHP] Global varialbes in functions

2003-10-04 Thread Jeff McKeon
Sorry, I just figured it out. The third function was getting it's data from a form submit using post and I didn't include a hidden input field with the $_GET[''] variable as a value. Jeff > -Original Message- > From: Jeff McKeon > Sent: Saturday, Octobe

[PHP] Echo $PHP_SELF not working

2003-10-10 Thread Jeff McKeon
s... On the dev server "ECHO $PHP_SELF" seems to work but not on the production one. Any ideas what I've missed? Thanks, Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Echo $PHP_SELF not working

2003-10-10 Thread Jeff McKeon
So you're saying I had register_globals set to ON on my dev server!? CRAP!!! I thought I was working with it off! Now I have to redevelop it all and change all my $variables from forms to $_POST['variable']? Even when they post to the same page with "action='&#x

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