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

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

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

[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
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,

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: > > hi > > how can i send a mail by a sm

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] formating numbers & date

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

Re: [PHP] formating numbers & date

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

Re: [PHP] formating numbers & date

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

Re: [PHP] formating numbers & date

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

Re: [PHP] formating numbers & date

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

[PHP] problems with jsp & php

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

[PHP] Re: Problems connecting to a MySQL database

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

[PHP] Re: problems with jsp & php

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

Re: [PHP] Re: problems with jsp & php

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

[PHP] is there php equiv left() and right() functions?

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

[PHP] Re: is there php equiv left() and right() functions?

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

Re: [PHP] is there php equiv left() and right() functions?

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

[PHP] way to insert timer / pause?

2003-01-02 Thread Jeff Bluemel
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

Re: [PHP] way to insert timer / pause?

2003-01-02 Thread Jeff Bluemel
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

Re: [PHP] way to insert timer / pause?

2003-01-02 Thread Jeff Bluemel
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 *** > >

Re: [PHP] way to insert timer / pause?

2003-01-02 Thread Jeff Bluemel
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

Re: [PHP] way to insert timer / pause?

2003-01-02 Thread Jeff Bluemel
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 *** >

[PHP] query join 2 databases? or match up arrays?

2003-01-03 Thread Jeff Bluemel
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

[PHP] Re: query join 2 databases? or match up arrays?

2003-01-03 Thread Jeff Bluemel
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.

[PHP] Re: query join 2 databases? or match up arrays?

2003-01-03 Thread Jeff Bluemel
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

[PHP] Re: query join 2 databases? or match up arrays?

2003-01-03 Thread Jeff Bluemel
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

[PHP] anyway to do a 'whos online' from session variable?

2003-01-07 Thread Jeff Bluemel
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

Re: [PHP] anyway to do a 'whos online' from session variable?

2003-01-07 Thread Jeff Bluemel
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:

Re: [PHP] anyway to do a 'whos online' from session variable?

2003-01-07 Thread Jeff Bluemel
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

Re: [PHP] anyway to do a 'whos online' from session variable?

2003-01-08 Thread Jeff Bluemel
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

[PHP] session & cookies

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

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

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 001b01c260a7$cc674

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 [E

[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.

Re: [PHP] Re: session & cookies

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

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 PROTECTED]"

[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] 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

Re: [PHP] Re: session & cookies

2002-09-23 Thread Jeff Bluemel
; (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,

Re: [PHP] Re: session & cookies

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

[PHP] java script & session?

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

Re: [PHP] java script & session?

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

Re: [PHP] java script & session?

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

[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

Re: [PHP] Re: session & cookies

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

[PHP] Re: length function

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

[PHP] syntax question

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

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]> 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? > >> > >> >

[PHP] inputbox?

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

[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

Re: [PHP] Re: inputbox?

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

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

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

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

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

Re: [PHP] Re: inputbox?

2002-10-01 Thread Jeff Bluemel
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] 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: http://www.p

Re: [PHP] Re: inputbox?

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

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(); >

[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 expl

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

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

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 PR

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

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

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

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

[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://www.php.n

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] Warning: ifx_connect: E [SQLSTATE=IX 001 SQLCODE=-1829]

2003-01-20 Thread Jeff Bluemel
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

[PHP] Re: Warning: ifx_connect: E [SQLSTATE=IX 001 SQLCODE=-1829]

2003-01-20 Thread Jeff Bluemel
/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

[PHP] php & javascript drop down menu???

2003-02-11 Thread Jeff Bluemel
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

Re: [PHP] php & javascript drop down menu???

2003-02-12 Thread Jeff Bluemel
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