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=deactivateconfirm=yes Should work... On Tue, 2002-11-19 at 20:44, Jeff Bluemel wrote: I

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: a href=file.php? onclick=return action('file.php') function ac

[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

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 effort

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] Cc: [EMAIL PROTECTED] Sent: Monday

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... So IMHO,

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 page refresh using javascript/ifr

Re: [PHP] is this not possible?

2002-11-18 Thread Jeff Bluemel
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.2002, Jeff Bluemel spoke out and said: -

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

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

2002-11-17 Thread Jeff Bluemel
put_name value=?= $input_value ? 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 utilize java script variables with get or post? any inf

[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 -- PHP General

[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. form action=?=$HTTP_SERVER_VARS['PHP_SELF']? method=post name=search table border=0 cellspacing=3 cellpadding=38 tr align=left td Pin :/td td

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]... input type=text name=pin value=?php echo $_POST['pin']; ? maxlength=20 Jeff Bluemel wrote: OK... I have the following co

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 = javascript 1st way: script var

[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 application except for one problem. the em

[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/2002 04:53 PM, Jeff Bluemel wrote:

[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

[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

[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
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 starts I want it to remove *.php how can I do this? will unlink accept a wild card? Jeff -- PHP General Mailing List

[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(Y-m-1 -- Jeff Bearer, RCHE Webmaster

[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 List (http

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)) returns December 1st! This happens when you add 1 month

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

2002-10-31 Thread Jeff Bluemel
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 reached according to their print driver? I'm need to print out a report

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] 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. What am I doing wrong? Jeff

[PHP] Mysql not functioning after upgrade to 4.2.3

2002-10-12 Thread Jeff Schwartz
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' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr

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 System Hello, I know there will be a load

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 just link --with-iodbc as per the

[PHP] is there an alternative to this code?

2002-10-07 Thread Jeff Bluemel
TDa href=logoff.php target=_topIMG src=images/logoff-bttn.jpg border=0/a/TD -- Jeff Bluemel -- Jeff Bluemel office (307) 787-6962 cell (307) 780-6962 fax (307) 787-6963 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-10-07 Thread Jeff Bluemel
border=0/a 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 fro

[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 align=absmiddle on the image button.

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

2002-10-07 Thread Jeff Bluemel
PHP_SELF???if($QUERY_STRING){ echo $QUERY_STRING .}?CS= Customer ServiceIMG SRC=images/cs-bttn.jpg border=0/a 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 the

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] 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 sessions on

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:11 AM, you wrote: JB ok - that mad

[PHP] what is the best way to handle connectivity

2002-10-05 Thread Jeff Bluemel
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] 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 in message [EMAIL

[PHP] Re: Glaring problem with libmcrypt!!!

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

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

2002-10-03 Thread Jeff Bluemel
= $decrypted br; if($word == $decrypted){ echo They match br; } else{ echo Oops they don't match br; } ? -- Jeff Bluemel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] counting number of records in a MySQL table; how do I get the result?

2002-10-02 Thread Jeff Bluemel
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(); if

[PHP] Re: inputbox?

2002-10-01 Thread Jeff Bluemel
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 up looking for a value?

Re: [PHP] Re: inputbox?

2002-10-01 Thread Jeff Bluemel
er-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. Justin French on 02/10/02 10:35 AM, Jeff Bluemel ([EMAIL PROTECTED]) wrote: anybody??? anyway to pop up an

Re: Re[2]: [PHP] inputbox?

2002-10-01 Thread Jeff Bluemel
Tom, I am going to work with this command, and see if I can get it to work. Thanks, Jeff Tom Rogers [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, Wednesday, October 2, 2002, 11:52:34 AM, you wrote: TR Hi, TR Tuesday, October 1, 2002, 1:36:43

Re: Re[2]: [PHP] inputbox?

2002-10-01 Thread Jeff Bluemel
value? Jeff Tom Rogers [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, Wednesday, October 2, 2002, 11:52:34 AM, you wrote: TR Hi, TR Tuesday, October 1, 2002, 1:36:43 PM, you wrote: JB is there a way to for an input box to come up looking for a value?

Re: [PHP] Re: inputbox?

2002-10-01 Thread Jeff Bluemel
Justin... could I talk you into giving me an example in code of this? (I would really appreciate it) where is this phpmyadmin? I'm not seeing a function, and I searched php's website for this string, and I'm not finding anything. Jeff Justin French [EMAIL PROTECTED] wrote in message [EMAIL

[PHP] Re: The latest PHP version??? NOT Ver7.2??

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

Re: [PHP] Re: inputbox?

2002-10-01 Thread Jeff Bluemel
thanks - I will have to look through things... you explanation made sense, and I believe I can get it to work that way. I think I'm going to try Tom's Java script first, and use this is a fail safe. Jeff Justin French [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL P

[PHP] inputbox?

2002-09-30 Thread Jeff Bluemel
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 unsubscribe

[PHP] syntax question

2002-09-29 Thread Jeff Bluemel
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 unsubscribe, visit: http://www.php.net

Re: [PHP] syntax question

2002-09-29 Thread Jeff Bluemel
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

Re: [PHP] syntax question

2002-09-29 Thread Jeff Bluemel
[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? empty()? isset()? if($var == )? if($var == NULL)?? have a look in the php manual for string functions, and co

Re: [PHP] Re: session cookies

2002-09-27 Thread Jeff Bluemel
Chris and I have been working on this through private emails, and we (I mean he) finally figured out what the problem was... session.cookie_path was set to /tmp instead of /. I wanted to thank him for taking the time to help me work through this... Jeff Chris Shiflett [EMAIL PROTECTED] wrote

[PHP] Re: length function

2002-09-27 Thread Jeff Bluemel
thanks Edwin... I had looked through the function list, but couldn't find the command... Jeff @ Edwin [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Why, can't you just use strlen()? http://www.php.net/manual/en/function.strlen.php Or, am I

[PHP] length function

2002-09-26 Thread Jeff Bluemel
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 (http

Re: [PHP] Re: session cookies

2002-09-24 Thread Jeff Bluemel
I put this block of code in, and all of the array's they should send back are 100% blank. I will try the protoscope to see what I can turn up on this. Chris Shiflett [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Jeff, One quick thought ... Is you

[PHP] java script session?

2002-09-24 Thread Jeff Bluemel
=resources/custom_original.js/script addMainItem(home.phtml,Home,120,center,); script language=JavaScript1.2 src=resources/style.js/script script language=JavaScript src=resources/menu.js/script -- Thanks, Jeff Bluemel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] java script session?

2002-09-24 Thread Jeff Bluemel
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 setup that I am creating. however, when the java script opens the links then the session inf

Re: [PHP] java script session?

2002-09-24 Thread Jeff Bluemel
fter you call the given javascript? What is your question? ---John Holmes... -Original Message- From: Jeff Bluemel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 12:50 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] java script session? what do you think the

Re: [PHP] Re: session cookies

2002-09-23 Thread Jeff Bluemel
entropy file /dev/urandom Session cache control method nocache Session cache expiration 180 Session use transient sid transport On Chris Shiflett [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Jeff, My apologies then. Somehow your response never arrived. It

Re: [PHP] return the amount of records in a mysql databace

2002-09-22 Thread Jeff Bluemel
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 in a

Re: [PHP] Re: session cookies

2002-09-21 Thread Jeff Bluemel
us, 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? -- PHP General Mailing Li

[PHP] Help sending IMAP mail

2002-09-21 Thread Jeff Schwartz
The IMAP documentation on the php site says that you can create an IMAP message using imap_mail_compose but fails to say how to send it. I've tried using imap_mail but it gives me a parameter count error. Does anyone know how to send the message? Thanks, Jeff

Re: [PHP] accessing session variables

2002-09-21 Thread Jeff Bluemel
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

[PHP] Re: Editor

2002-09-21 Thread Jeff Bluemel
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

Re: [PHP] Sessions

2002-09-20 Thread Jeff Bluemel
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

Re: [PHP] Is php even right for this design?

2002-09-20 Thread Jeff Bluemel
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

[PHP] Re: session cookies

2002-09-20 Thread Jeff Bluemel
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.26, and I've got sessions setup. however,

[PHP] session cookies

2002-09-19 Thread Jeff Bluemel
, 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 -- Thanks, Jeff Bluemel -- PHP

Re: [PHP] session cookies

2002-09-19 Thread Jeff Bluemel
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 stated that it was possible to have

[PHP] Verify phone format?

2002-09-10 Thread Jeff Lewis
Just wondering what the best way to validate an entered phone format is? Is anyone doing this currently? I have a form field that people enter in information and I want to force phone entries to XXX-XXX-. Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Verify phone format?

2002-09-10 Thread Jeff Lewis
If it makes you feel better, it's a site only for Canada. Jeff - Original Message - From: Justin French [EMAIL PROTECTED] To: Jeff Lewis [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, September 10, 2002 7:35 PM Subject: Re: [PHP] Verify phone format? The problem you have

[PHP] Credit Card Validation

2002-09-07 Thread Jeff Lewis
true or false. Is anyone using something like this that is simple? Jeff

[PHP] cURL and cookies

2002-09-04 Thread Jeff Schwartz
done this already? Thanks, Jeff __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Regular expression question

2002-08-30 Thread Jeff Lewis
that be confusing ... Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Agh! trim (#$@#@^%!!!)

2002-08-20 Thread Jeff Lewis
Trim clears whitespace not characters (I'm pretty sure), try using this to rid yourself of the period: $trimmed = substr($date, 0, -1); // returns everything but that last character (the period) Jeff - Original Message - From: Mike At Spy [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: [PHP] Agh! trim (#$@#@^%!!!)

2002-08-20 Thread Jeff Lewis
Sorry, just saw Rasmus' reply, lso I didn't read your code entirely, noticed you specified for the period to be chopped off :) Jeff - Original Message - From: Jeff Lewis [EMAIL PROTECTED] To: Mike At Spy [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, August 20, 2002 12:53 PM Subject

[PHP] Problem with mysql_query

2002-08-20 Thread Jeff Lewis
mysql_query is returning an odd error. I don't know if I'm just totally missing something or not but I keep getting this error: mySQL Error: You have an error in your SQL syntax near ''LIMIT 25,25'' at line 1 with this query: SELECT * FROM dvd_library WHERE genre=BUDGET ORDER BY description

Re: [PHP] Problem with mysql_query

2002-08-20 Thread Jeff Lewis
Please disregard, it was a silly problem (I was echoing the SQL query and editing that, not the main SQL query). Jeff - Original Message - From: Jeff Lewis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 20, 2002 3:04 PM Subject: [PHP] Problem with mysql_query mysql_query

[PHP] Group and count at the same time?

2002-08-15 Thread Jeff Lewis
(41) and so on. Is this possible to do with one query or will I need to do it with more? So I want to count the number of each genre and provide a count for each. Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Group and count at the same time?

2002-08-15 Thread Jeff Lewis
August 2002 23:19, Jeff Lewis wrote: I am using PHP to maintain a catalog of music and have been just fine with it but have run into one thing i want to do and need some advice. The format of the data is like so: upc|genre|distributor|details Where is this info coming from? What I

[PHP] Submitting Form in E-mail to Server Fails

2002-08-09 Thread Jeff Hill
grown over the years. Jeff Hill -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sending automatically mail

2002-08-09 Thread Jeff Hill
the script gracefully. I learned the hard way with members our e-mail publication. Regards, Jeff Hill - Original Message - From: César Aracena [EMAIL PROTECTED] To: 'Jan Souman' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, August 09, 2002 1:36 PM Subject: RE: [PHP] Sending

[PHP] News to toolbar (ticker)

2002-08-01 Thread Jeff Lewis
something I'd like to look at. Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mail reading newbie and line lengths...

2002-08-01 Thread Jeff D. Hamann
looks like the orginal version (long lines) rather than the second version? Is there some method to modify the line length of the emails? Convert crlf characters? encoding method? Thanks, Jeff. -- Jeff D. Hamann Hamann, Donald Associates, Inc. PO Box 1421 Corvallis, Oregon USA 97339-1421 Bus. 541

Re: [PHP] Banner Ad Serving...

2002-07-24 Thread Jeff Bearer
://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Jeff Bearer, RHCE Webmaster, PittsburghLIVE.com 2002 EPpy Award Winner, Best Newspaper Website -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-07-22 Thread Jeff Bearer
before upgrading their releases because of potential bugs such as this one creeping up in 'new' releases. Ilia -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Jeff Bearer, RHCE Webmaster, PittsburghLIVE.com 2002 EPpy Award Winner

[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

[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://autos.yahoo.com -- PHP

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 - Original

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

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.

[PHP] reports and reporting options?

2002-07-10 Thread Jeff D. Hamann
for a solution. What are people using to accomplish this? -- Jeff D. Hamann Hamann, Donald Associates, Inc. PO Box 1421 Corvallis, Oregon USA 97339-1421 Bus. 541-753-7333 Cell. 541-740-5988 [EMAIL PROTECTED] www.hamanndonald.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] excel COM code example won't work....

2002-07-10 Thread Jeff D. Hamann
? Jeff. -- Jeff D. Hamann Hamann, Donald Associates, Inc. PO Box 1421 Corvallis, Oregon USA 97339-1421 Bus. 541-753-7333 Cell. 541-740-5988 [EMAIL PROTECTED] www.hamanndonald.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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]

[PHP] Getting value back from fsockopen?

2002-06-27 Thread Jeff Lewis
: $errno - $errstrbr\n; } else { echo(Server up!); echo(BRHandle: .$fp); } ? Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] INCLUDE vs Functions

2002-06-27 Thread Jeff Gannaway
into 1 file and defining them as functions would save on system resources and improve speed. In other words is ? include Menu.php; include Ads.php; include Headlines.php; ? More or less efficient than... ? include Routines.php; Menu(); Ads(); Headlines(); ? Thanks, Jeff Gannaway It's a feeling

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 Delete Confirmation Script

[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 (http://www.php.net

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