RE: [PHP] Going from simple to super CAPTCHA

2007-06-12 Thread Jake McHenry
I've been reading along, very informative :) I found Osama within 20 seconds and as someone posted already, looking for his head wouldn't be much of a task for a computer. Has anyone tried cracking/hacking what Microsoft has done with the animal pictures? That seems rather easy for even

RE: [PHP] Downloads for subsrcibers only

2007-04-03 Thread Jake McHenry
A while ago I did this, but can't find the file now... I dunno if it would work for you or not, but it did for me I took the first 10 characters of the session id and created a symlink to the doc file, or pdf in your case, then the person got the file. When they logged out, the symlink was

RE: [PHP] Why do some pages repeat a previous page's action(s) after redirect?

2007-04-03 Thread Jake McHenry
I've seen this a lot with IE, it even warns you about it, the warning from IE is: The page cannot be refreshed without resending the information. Click Retry to send the information again, or click Cancel to return to the page that you were trying to view. And through all my days, when you click

RE: [PHP] finding the index name of an associative array

2007-04-01 Thread Jake McHenry
foreach ($myarray as $key = $value) { echo $key = $value; } -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Man-wai Chang Sent: Sunday, April 01, 2007 3:59 AM To: php-general@lists.php.net Subject: [PHP] finding the index name of an associative array

RE: [PHP] Parsing database variables

2007-03-31 Thread Jake McHenry
Yep, that's what I did last night right after I sent the email out... All is working good now.. THANKS! Jake -Original Message- From: Jim Lucas [mailto:[EMAIL PROTECTED] Sent: Saturday, March 31, 2007 4:15 AM To: Jake McHenry Cc: php-general@lists.php.net Subject: Re: [PHP

RE: [PHP] Alternative/Addition to using a CAPTCHA

2007-03-30 Thread Jake McHenry
-Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 3:06 PM To: Tijnema !; John Comerford Cc: php-general@lists.php.net Subject: Re: [PHP] Alternative/Addition to using a CAPTCHA At 3:37 PM +0200 3/30/07, Tijnema ! wrote: On 3/30/07, John

[PHP] Parsing database variables

2007-03-30 Thread Jake McHenry
Hi everyone, I have been searching and trying to do this for the past hour without success yet I have a database table with this in it: p$namep Period Ending Date: $ppep Etc... And in my script, these variables exist and have values. Is there a way for me to get the output from

RE: [PHP] Parsing database variables

2007-03-30 Thread Jake McHenry
] Sent: Friday, March 30, 2007 4:50 PM To: Jake McHenry; php-general@lists.php.net Subject: RE: [PHP] Parsing database variables [snip] I have a database table with this in it: p$namep Period Ending Date: $ppep Etc... And in my script, these variables exist and have values

RE: [PHP] Parsing database variables

2007-03-30 Thread Jake McHenry
way... Jake _ From: Daniel Brown [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 5:02 PM To: Jake McHenry Subject: Re: [PHP] Parsing database variables Jake, could you use ereg_replace() to do that? ? // while($row = mysql_fetch_array($result)) { $html

RE: [PHP] Parsing database variables

2007-03-30 Thread Jake McHenry
, March 30, 2007 7:32 PM To: Jake McHenry Cc: php-general@lists.php.net Subject: Re: [PHP] Parsing database variables Jake McHenry wrote: Hi everyone, I have been searching and trying to do this for the past hour without success yet I have a database table

RE: [PHP] Alternative/Addition to using a CAPTCHA

2007-03-30 Thread Jake McHenry
-Original Message- From: Tijnema ! [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 6:04 PM To: Jake McHenry Cc: tedd; php-general@lists.php.net Subject: Re: [PHP] Alternative/Addition to using a CAPTCHA On 3/31/07, Tijnema ! [EMAIL PROTECTED] wrote: On 3/30/07, Jake

RE: [PHP] link on user uploaded pic

2007-03-29 Thread Jake McHenry
Not quite sure what you mean, what you posted is what you need to do to make the image a link... And that's what you wanted... So.. What are you asking? Jake -Original Message- From: Tana [mailto:[EMAIL PROTECTED] Sent: Thursday, March 29, 2007 1:02 PM To:

RE: [PHP] Audio CAPTCHA review request

2007-03-29 Thread Jake McHenry
Looks good to me... Had to use my laptop since none of my office sets have speakers, tested it, tried bunch of stuff and it only let me in when I typed in the code... So seems good :) Jake -Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: Thursday, March 29, 2007 12:41

RE: [PHP] My own captcha from 2 years ago......

2007-03-26 Thread Jake McHenry
-Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 8:49 AM To: php-general@lists.php.net Subject: RE: [PHP] My own captcha from 2 years ago.. At 10:02 PM -0400 3/25/07, Jake McHenry wrote: Like I said... Even if they have sound turned

RE: [PHP] My own captcha from 2 years ago......

2007-03-26 Thread Jake McHenry
The try again button doesn't work... And geez I had this working ok the entire time When I saw yours it hit me... I don't have a form. It would never echo out the code to match whats in the picture... When the form is submitted it will check.. But I didn't have it on a form... I was

RE: [PHP] Re: My own captcha from 2 years ago......

2007-03-26 Thread Jake McHenry
what is currently in the pic -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Monday, March 26, 2007 3:49 PM To: Jake McHenry Cc: 'itoctopus'; php-general@lists.php.net Subject: RE: [PHP] Re: My own captcha from 2 years ago.. On Sat, March 24, 2007 11

RE: [PHP] My own captcha from 2 years ago......

2007-03-25 Thread Jake McHenry
.. But audio won't work for my intranet... Hardly any of the sets have speakers... Productivity solution I guess... Jake -Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: Sunday, March 25, 2007 10:33 AM To: Jake McHenry; php-general@lists.php.net Subject: Re: [PHP] My own

RE: [PHP] What is wrong with this function please?

2007-03-25 Thread Jake McHenry
to tell me to do it this way. The emails seem to work with other clients and only Exchange doesn't like them. Tested with Squirrel Mail and they were recieved with the attachment etc. Do you have any more ideas please? Thanks for the help Robin Jake McHenry [EMAIL PROTECTED

RE: [PHP] My own captcha from 2 years ago......

2007-03-25 Thread Jake McHenry
- From: tedd [mailto:[EMAIL PROTECTED] Sent: Sunday, March 25, 2007 7:54 PM To: Jake McHenry; 'tedd'; php-general@lists.php.net Subject: RE: [PHP] My own captcha from 2 years ago.. At 10:49 AM -0400 3/25/07, Jake McHenry wrote: Do I call the image creation file in an html img tag

RE: [PHP] What is wrong with this function please?

2007-03-24 Thread Jake McHenry
produkt item Gewenste leverdatum 27-01-2007 Streef Datum Eventueel eigen produkt ideeën Opmerkingen / aanvullende info --d49718178131ebc038c576f007a40642-- Jake McHenry [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I take it there are no errors... And your using windows

RE: [PHP] Computing and calculating dates

2007-03-24 Thread Jake McHenry
Change it to the format strtotime needs? Not hard Or mktime(0, 0, 0, date(m, $date), date(d, $date)+7, date(Y, $date)); for +7 days... Same with + 14 days Strtotime is usefull, you can just put first day next month and it just works... Lol... Then you could explode that back into mktime,

[PHP] My own captcha from 2 years ago......

2007-03-24 Thread Jake McHenry
Well, I've been creating my own... Since like two years ago... Lol.. But this is the KNOWN name now. Anyways... How can I get the info from the image creation script back to my main script? Sessions DO NOT WORK! They give me the previous entry instead of the current.. Which obviously won't

RE: [PHP] Array Question

2007-03-24 Thread Jake McHenry
$legrow[$data-legs-leg[$k]['legId']] ?? See if that works... Jake -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, March 24, 2007 11:27 PM To: php-general@lists.php.net Subject: [PHP] Array Question Hi All I am having a bit of trouble

RE: [PHP] Array Question

2007-03-24 Thread Jake McHenry
What if you put $temp = $data-legs-leg[$k]['legId']; And then put that into $legrow[$temp]; Do you have anything in $temp? Jake -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, March 24, 2007 11:27 PM To: php-general@lists.php.net Subject:

RE: [PHP] Re: My own captcha from 2 years ago......

2007-03-24 Thread Jake McHenry
and they mainly rely on the session. Is it possible for you to post the script so that me (or anyone else for that matter) fix it for you? Take care, -- itoctopus - http://www.itoctopus.com Jake McHenry [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Well, I've been creating my own

RE: [PHP] Array Question

2007-03-24 Thread Jake McHenry
What is the result your getting? Jake -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, March 24, 2007 11:57 PM To: Jake McHenry Cc: php-general@lists.php.net Subject: RE: [PHP] Array Question Hi Jake I tried that and got the same result

RE: [PHP] Array Question

2007-03-24 Thread Jake McHenry
:09 AM To: Jake McHenry Cc: php-general@lists.php.net Subject: RE: [PHP] Array Question Hi Jake I am getting nothing at all. Regards Richard What is the result your getting? Jake -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent

RE: [PHP] php support

2007-03-23 Thread Jake McHenry
Look at phpinfo(), you probably don't have PQSql support installed... Jake -Original Message- From: Richard Dunne [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 1:31 PM To: php-general@lists.php.net Subject: [PHP] php support Can anyone tell me where to get support for

[PHP] Configure question

2007-03-23 Thread Jake McHenry
I searched the archives... Haven't seen an answer to this yet Does anyone know why Virtual Directory Support is enabled on windows, but disabled on unix? And what exactly is it? I know I can enable it by --enable-maintainer-zts, but it says in configure that it is Thread Safety for code

RE: [PHP] Alternatives to PHPLib for authentication, session management, etc

2007-03-23 Thread Jake McHenry
If it still works, then why switch? I wrote my own auth routines Phplib was last released last summer? That's not TOO old http://phplib.sourceforge.net/ Jake Hi. Been using PHP since the 2.0 days, and been using PHPLib since 2000 as the main method of user authentication

RE: [PHP] High quality image resizing

2007-03-23 Thread Jake McHenry
On Fri, March 23, 2007 10:57 am, Markus Fischer wrote: I'm searching for a high quality image resizing facility to be used within PHP in an Unix/Linux environment. Probably everyone will now answer: imagecopyresampled() However, the quality of that functionality doesn't match the

RE: [PHP] What is wrong with this function please?

2007-03-23 Thread Jake McHenry
I take it there are no errors... And your using windows... Sending to exchange... I guess with seeing what you posted, I would start by echoing out what you have in $to, $subject, $msg, $headers. Are there any errors in Exchange logs? Do you see the message coming into Exchange queue? Jake

RE: [PHP] What is wrong with this function please?

2007-03-23 Thread Jake McHenry
Have you changed anything in an hour? I'm too lazy to compare the two emails... Jake -Original Message- From: Robin Wilson [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 10:46 PM To: php-general@lists.php.net Subject: [PHP] What is wrong with this function please?

RE: [PHP] Configure question

2007-03-23 Thread Jake McHenry
I scanned over it quick.. Looks interesting.. Thanks :) I'll get into it more tomorrow Jake -Original Message- From: Jochem Maas [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 7:58 PM To: Jake McHenry Cc: php-general@lists.php.net Subject: Re: [PHP] Configure question

RE: [PHP] Question before upgrading to 5

2007-03-23 Thread Jake McHenry
minutes... No biggie.. Thanks Jake -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 8:59 PM To: Jake McHenry Cc: php-general@lists.php.net Subject: RE: [PHP] Question before upgrading to 5 On Thu, March 22, 2007 6:23 am, Jake McHenry

RE: [PHP] Question before upgrading to 5

2007-03-22 Thread Jake McHenry
you enough info to set it up. I don't need them running parallel, only both installed Tijnema ! wrote: On 3/22/07, Jake McHenry [EMAIL PROTECTED] wrote: Hi everyone, I just got done going through all my configure options for php5, and finally configure finished successfully... I

RE: [PHP] Question before upgrading to 5

2007-03-22 Thread Jake McHenry
\ --localstatedir=/var \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --with-exec-dir=/usr/bin \ Thanks, Jake Jake McHenry wrote: Sorry about the delivery and read requests.. I was tired and forgot to turn them off for the list.. alternatively you can search for 'Rasmus

RE: [PHP] Performance: While or For loop

2007-03-22 Thread Jake McHenry
does this help? http://www.php.lt/benchmark/phpbench.php Jake -Original Message- From: Tijnema ! [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007 4:38 PM To: PHP Subject: [PHP] Performance: While or For loop Hi, Does somebody has benchmarks of what is faster,

RE: [PHP] Creating an FTP account on the fly from PHP

2007-03-22 Thread Jake McHenry
On 3/22/07, PHP Fusebox [EMAIL PROTECTED] wrote: I built a CMS that lets a super user create and manage basic users (among lots of other things). I want basic users to get an FTP account that is automatically associated with their website user account, and managed from my add/edit

RE: [PHP] Question before upgrading to 5

2007-03-22 Thread Jake McHenry
I'll think about it.. We only use php for intranet applications I create, so the server is basically dead at nights, which is when I do most of my work. Jake McHenry wrote: I don't want 2 instances of apache running, your over thinking this... I whatever, I guess we have

RE: [PHP] Passing variables

2007-03-22 Thread Jake McHenry
I was going to say the same thing, but was too busy to worry about it -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007 7:14 PM To: Tijnema ! Cc: php-general@lists.php.net Subject: Re: [PHP] Passing variables Tijnema ! wrote: On 3/22/07,

RE: [PHP] Date functions differences between php 4 and 5

2007-03-22 Thread Jake McHenry
I just asked this a bit ago. Time and Date seem to be the same, but strtotime is definitly different, as that was what broke in my script in php4, and I was told it worked as expected in php5. -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007

RE: [PHP] close session when browser is closed

2007-03-22 Thread Jake McHenry
Also, on a daily basis last week after a windows update glitch... I had to kill rogue IE processes after it was closed, which I found kept some of my users logged in, which was fun... Travis Doherty wrote: By default the session cookie expires when the browseris closed. this is not always

[PHP] Question after php5

2007-03-22 Thread Jake McHenry
Hi everyone, I decided I would spend the extra time and install separate copies of apache and php5. All went successfully, I thought. Apache starts and runs on 8080, I get pages. But not php pages. I added a php.conf file which is included in httpd.conf, I just copied the layout of the rest of

RE: [PHP] Question after php5

2007-03-22 Thread Jake McHenry
In my index.php file, I have this: ?php echo PHP hello world; ? HTML Hello World I get the HTML Hello World output, but not the php? So the conf/extra/php.conf file is somewhat being included, but I'm not getting any output And now there is a 200 entry in the log file. So with just php,

RE: [PHP] Question after php5 SOLVED... For now

2007-03-22 Thread Jake McHenry
it so that the module must be loaded before something else in httpd.conf instead of calling it from an external config file.. Ok.. Now off to testing my scripts to see if they'll work under php5.. Jake -Original Message- From: Jake McHenry [mailto:[EMAIL PROTECTED] Sent

[PHP] Question before upgrading to 5

2007-03-21 Thread Jake McHenry
Hi everyone, I just got done going through all my configure options for php5, and finally configure finished successfully... I didn't install it yet, have a question. Can I have both 4 and 5 installed temporarily until I'm sure all my scripts work ok? They should, I've been careful, but I want to

Re: [PHP] Limited text fields on phpMyAdmin?

2007-03-16 Thread Jake McHenry
Hey all, I have a client that uses phpMyAdmin quite a bit as sort of an end user type app, but that's another story altogether (they actually get a lot of use out of it when they're PHP app won't give them the data the way they want.) But anyway, they've created a table with 9 fields type

Re: [PHP] Limited text fields on phpMyAdmin?

2007-03-16 Thread Jake McHenry
On 3/17/07, Skip Evans [EMAIL PROTECTED] wrote: Hey all, I have a client that uses phpMyAdmin quite a bit as sort of an end user type app, but that's another story altogether (they actually get a lot of use out of it when they're PHP app won't give them the data the way they want.) But

Re: [PHP] Limited text fields on phpMyAdmin?

2007-03-16 Thread Jake McHenry
Hey all, I have a client that uses phpMyAdmin quite a bit as sort of an end user type app, but that's another story altogether (they actually get a lot of use out of it when they're PHP app won't give them the data the way they want.) But anyway, they've created a table with 9 fields type

Re: [PHP] dst and strtotime

2007-03-13 Thread Jake McHenry
to add? thanks, Jake On 3/12/07, Jake McHenry [EMAIL PROTECTED] wrote: Anyone know of anything I can check? I've been trying different things all afternoon and I'm still getting the wrong date from strtotime. date() works fine. Thanks, Jake - Original Message - From: Jake McHenry

Re: [PHP] dst and strtotime

2007-03-13 Thread Jake McHenry
yes. echo date(Y-m-d g:i A T, time()); echo date(Y-m-d g:i A T, strtotime(last sunday)); returns 2007-03-13 12:38 PM EDT 2007-03-10 11:00 PM EST Thanks, Jake does return the time() command the right date for you? Tijnema On 3/13/07, Jake McHenry [EMAIL PROTECTED] wrote

Re: [PHP] dst and strtotime

2007-03-13 Thread Jake McHenry
Has or can anyone try this on PHP5 to see if it does the same? I'll upgrade if needed, but didn't really want to at the current time.. Thanks Jake On Tue, 2007-03-13 at 12:31 -0400, Jake McHenry wrote: -Original Message- From: Jake McHenry [mailto:[EMAIL PROTECTED] Sent

Re: [PHP] dst and strtotime

2007-03-13 Thread Jake McHenry
On 3/13/07, Jake McHenry [EMAIL PROTECTED] wrote: -Original Message- From: Jake McHenry [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 11:22 AM To: For users of Fedora; PHP-General Subject: Re: [PHP] dst and strtotime A little more info: strtotime(last monday

Re: [PHP] 2 errors I can not understand

2007-03-13 Thread Jake McHenry
It worked for you? It didn't for me until i changed if ($s%$d=0) to if($s%$d == 0) Jake - Original Message - From: Jonathan Kahan [EMAIL PROTECTED] To: Tijnema ! [EMAIL PROTECTED] Cc: php Lists php-general@lists.php.net Sent: Tuesday, March 13, 2007 6:08 PM Subject: Re: [PHP] 2

[PHP] dst and strtotime

2007-03-12 Thread Jake McHenry
Hi everyone, I was hoping a problem like this wouldn't arise, but it happened :( After the dst updates on my fedora box, this broke, and worked fine before.. now gives me 3/10 instead of 3/11 for strtotime(last sunday) anyone know why? 3/10 was saturday! $recent_period =

Re: [PHP] dst and strtotime

2007-03-12 Thread Jake McHenry
yepper date Mon Mar 12 12:25:33 EDT 2007 - Original Message - From: Peter Lauri [EMAIL PROTECTED] To: 'Jake McHenry' [EMAIL PROTECTED]; 'PHP-General' php-general@lists.php.net Sent: Monday, March 12, 2007 5:23 PM Subject: RE: [PHP] dst and strtotime Is your system time correct

Re: [PHP] dst and strtotime

2007-03-12 Thread Jake McHenry
Anyone know of anything I can check? I've been trying different things all afternoon and I'm still getting the wrong date from strtotime. date() works fine. Thanks, Jake - Original Message - From: Jake McHenry [EMAIL PROTECTED] To: PHP-General php-general@lists.php.net Sent: Monday

Re: [PHP] dst and strtotime

2007-03-12 Thread Jake McHenry
On 3/12/07, Jake McHenry [EMAIL PROTECTED] wrote: Anyone know of anything I can check? I've been trying different things all afternoon and I'm still getting the wrong date from strtotime. date() works fine. Thanks, Jake - Original Message - From: Jake McHenry [EMAIL PROTECTED

Fw: [PHP] dst and strtotime

2007-03-12 Thread Jake McHenry
anyone else have anything to add? thanks, Jake On 3/12/07, Jake McHenry [EMAIL PROTECTED] wrote: Anyone know of anything I can check? I've been trying different things all afternoon and I'm still getting the wrong date from strtotime. date() works fine. Thanks, Jake - Original

Re: [PHP] why did it stop working?

2007-03-08 Thread Jake McHenry
concatenation changes?? I've noticed this too, you can either do what you did, or put {} around variable within quotes.. - Original Message - From: Ross [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Thursday, March 08, 2007 4:57 AM Subject: [PHP] why did it stop working?

Re: [PHP] Intro to PHP question

2007-03-08 Thread Jake McHenry
Sorry, I didn't even think about that. I use many php files as shell scripts... and u need this for any interpreter your using if you want to execute the file directly from the command line, otherwise you would have to type php scriptname.php from the command line. - Original Message

Re: [PHP] help with script needed

2007-03-07 Thread Jake McHenry
Are you only using 3 and 5? just echo 3 and 5 instead of Foo and Bar. and for both, just have a 3rd condition including both ... if (($i%3 ==0) ($i%5 == 0)) echo both or foobar.. does this help? Jake - Original Message - From: Bruce Gilbert [EMAIL PROTECTED] To: Martin

Re: [PHP] help with script needed

2007-03-07 Thread Jake McHenry
LOL I told'ya I rememberd it from my 2nd semester :) Ok, this is commonly known as the FizzBuzz problem and is used a lot as a university project or interview question. If you can't do it, be afraid!! http://dev.stut.net/php/fizzbuzz.php -Stut -- PHP General Mailing List

Re: [PHP] Links

2007-03-07 Thread Jake McHenry
You have to add the href tags in the html output for the text to be a link in your while statement or whatever your using to obtains the links from the database already, instead of just displaying $link_value, change it to a href=$link_value$link_value/a Jake - Original

[PHP] PHP and Frames?

2004-11-29 Thread Jake McHenry
clicks on. This is simple if it's just html, but I need to have the person logged in, and the php file is generating the list of links based on the files contained in the directory. So when the person uploads files, they are immediatly in the list. Thanks, Jake McHenry Nittany Travel MIS Coordinator

Re: [PHP] PHP and Frames?

2004-11-29 Thread Jake McHenry
- Original Message - From: Chris W. Parker [EMAIL PROTECTED] To: Jake McHenry [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, November 29, 2004 6:26 PM Subject: RE: [PHP] PHP and Frames? Jake McHenry mailto:[EMAIL PROTECTED] on Monday, November 29, 2004 2:41 PM said: Was just

[PHP] Re: off list RE: [PHP] PHP and Frames?

2004-11-29 Thread Jake McHenry
- Original Message - From: Chris W. Parker [EMAIL PROTECTED] To: Jake McHenry [EMAIL PROTECTED] Sent: Monday, November 29, 2004 6:36 PM Subject: off list RE: [PHP] PHP and Frames? Jake McHenry mailto:[EMAIL PROTECTED] on Monday, November 29, 2004 3:30 PM said: Right now I only have 1

Re: [PHP] PHP and Frames?

2004-11-29 Thread Jake McHenry
- Original Message - From: M. Sokolewicz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 29, 2004 6:34 PM Subject: Re: [PHP] PHP and Frames? Jake McHenry wrote: - Original Message - From: Chris W. Parker [EMAIL PROTECTED] To: Jake McHenry [EMAIL PROTECTED

Re: [PHP] PHP and Frames? solved

2004-11-29 Thread Jake McHenry
- Original Message - From: Jake McHenry [EMAIL PROTECTED] To: M. Sokolewicz [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, November 29, 2004 6:46 PM Subject: Re: [PHP] PHP and Frames? - Original Message - From: M. Sokolewicz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

[PHP] Re: off list RE: [PHP] PHP and Frames?

2004-11-29 Thread Jake McHenry
- Original Message - From: Chris W. Parker [EMAIL PROTECTED] To: Jake McHenry [EMAIL PROTECTED] Sent: Monday, November 29, 2004 6:36 PM Subject: off list RE: [PHP] PHP and Frames? Jake McHenry mailto:[EMAIL PROTECTED] on Monday, November 29, 2004 3:30 PM said: Right now I only have 1

[PHP] exploding

2004-08-25 Thread Jake McHenry
Hi everyone. Is there a way to explode by every character in the variable? Example: $var = 8; $test = explode(, $var); output would be $test[0] = 0; $test[1] = 0; $test[2] = 0; $test[3] = 0; $test[4] = 8; Can I get an array like that? Thanks, Jake McHenry MIS Coordinator Nittany

Re: [PHP] Order by

2004-08-03 Thread Jake McHenry
. Parse error: parse error, unexpected T_STRING in /www/docs/view_product.php on line 144 start the quotes again... $specs_query = mysql_query(select title, information from spec where product=.$id. order by id asc); Thanks, Jake McHenry MIS Coordinator Nittany Travel http

Re: [PHP] How to send SMS

2004-03-28 Thread Jake McHenry
I have one of my scripts set up to just send an email to the sms email address that ATT provides me. Verizon also does this. Not sure about the rest. The phone provider then changes from email to whatever the phone understands Jake - Original Message - From: saepudin [EMAIL PROTECTED]

Re: [PHP] Simple: Whats wrong with this?

2004-03-17 Thread Jake McHenry
No. $correct++; Is all you need for the second condition, it automatically sets itself back. Does this always work? In my timesheet app, I have to do $counter = $counter + 1, because for some reason the $counter++; doesn't work. It just doesn't work, no incrementation of the variable. Is

Re: [PHP] Simple: Whats wrong with this?

2004-03-17 Thread Jake McHenry
I didn't post it, I just added on to someone elses question. I do use counter++; in other scripts, but it's only in my timesheet app that it doesn't work. It's very odd, so I just made them all $counter = $counter + 1; I didn't have time to mess with it. Was just asking. $counter is initially

Re: [PHP] The convension

2004-03-17 Thread Jake McHenry
- Original Message - From: noginn [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 4:29 PM Subject: [PHP] The convension I have read a range of comments on php.net manual where people have mentioned this, along with it being in the 'print' functions page

Re: [PHP] Small Problem - could you help me, please?

2004-03-17 Thread Jake McHenry
- Original Message - From: Labunski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 5:46 PM Subject: [PHP] Small Problem - could you help me, please? $ip = getenv (REMOTE_ADDR); function kick() { $file_ip = file(log.txt); foreach($file_ip as

Re: [PHP] Small Problem - could you help me, please?

2004-03-17 Thread Jake McHenry
I think you want something like: if (in_array($_SERVER['REMOTE_ADDRESS'], file('log.txt'))) die(Sorry, the access is denied.); - Rob yes, that'll work too.. just more compact than what I posted :-p Jake -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Javascript Mouseover Help

2004-03-17 Thread Jake McHenry
Hi everyone, How can I get around my problem? I have a couple pages that I would like to have buttons where the button and background changes when the javascript mouseover event happens. My code works fine if the page is .html, but when I try it as php, the mouseovers no longer work. I have

Re: [PHP] Javascript Mouseover Help NOT A JAVASCRIPT QUESTION

2004-03-17 Thread Jake McHenry
- Original Message - From: Raditha Dissanayake [EMAIL PROTECTED] To: Jake McHenry [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, March 18, 2004 12:35 AM Subject: Re: [PHP] Javascript Mouseover Help Jake McHenry wrote: Hi everyone, How can I get around my problem? I have

Re: [PHP] Re: session timeout?

2004-02-25 Thread Jake McHenry
'] == 0) { //u'r busted go to login } else { //u'r the good guy, come in } ? C. Jake McHenry [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] How can I make my site auto log out a user like I've seen on many sites? Right now

[PHP] session timeout?

2004-02-23 Thread Jake McHenry
How can I make my site auto log out a user like I've seen on many sites? Right now, the users session never expires unless manually logging out or the browser is closed. Also, should I change anything to cover any security issues? I havn't changed much from the default, only enough to get it

[PHP] fonts

2004-02-18 Thread Jake McHenry
is there a way I can have a special font on a page, and if the viewer doesn't have that font, have it auto downloaded and installed? Thanks, Jake

Re: [PHP] fonts

2004-02-18 Thread Jake McHenry
- Original Message - From: [EMAIL PROTECTED] To: Jake McHenry [EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 8:07 PM Subject: Re: [PHP] fonts leaving aside the obvious serious security implications of what you're after, you're assuming that you'll be able to accurately

Re: [PHP] fonts

2004-02-18 Thread Jake McHenry
missing something? -Ryan On 2/19/2004 2:36:30 AM, Jake McHenry ([EMAIL PROTECTED]) wrote: - Original Message - From: [EMAIL PROTECTED] To: Jake McHenry [EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 8:07 PM Subject: Re: [PHP] fonts leaving aside the obvious serious

Re: [PHP] XML and Excel

2004-02-10 Thread Jake McHenry
AM Subject: Re: [PHP] XML and Excel Please post your solution to the group for reference. ~phillip Jake McHenry [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] - Original Message - From: Marek Kilimajer [EMAIL PROTECTED] To: Jake McHenry [EMAIL PROTECTED] Cc: [EMAIL

Re: [PHP] XML and Excel

2004-02-10 Thread Jake McHenry
- Original Message - From: Phillip Jackson [EMAIL PROTECTED] To: Jake McHenry [EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 4:53 PM Subject: Re: [PHP] XML and Excel sure; if it doesn't compromise security for you. ~Phillip - Original Message - From: Jake McHenry

[PHP] XML and Excel

2004-02-09 Thread Jake McHenry
Hi everyone. Since my last post of outputing to excel, I have converted my output to XML, quite happy with myself. It looks perfect. Perfect on my set that is. I have win xp with office xp. Excel with office xp recognizes XML. Office 2000, which the rest of my company is using, doesn't. Does

Re: [PHP] XML and Excel

2004-02-09 Thread Jake McHenry
- Original Message - From: Marek Kilimajer [EMAIL PROTECTED] To: Jake McHenry [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, February 09, 2004 12:42 PM Subject: Re: [PHP] XML and Excel Create native xls files, there are at least two classes that can help you, here is one: http

[PHP] Re: excel output question

2004-02-08 Thread Jake McHenry
tr tdvalue1/tdtdvalue2/tdtdvalue3/tdtdvalue4/td /tr /table /html ~phillip Jake McHenry [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] - Original Message - From: Paul Furman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 07, 2004 1:56 AM

Re: [PHP] Re: excel output question

2004-02-07 Thread Jake McHenry
- Original Message - From: Paul Furman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 07, 2004 1:56 AM Subject: [PHP] Re: excel output question Single quote everything should work. Jake McHenry wrote: Hi everyone. I'm outputing payroll information to an excel csv

Re: [PHP] Re: excel output question

2004-02-07 Thread Jake McHenry
tr tdvalue1/tdtdvalue2/tdtdvalue3/tdtdvalue4/td /tr /table /html ~phillip Jake McHenry [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] - Original Message - From: Paul Furman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 07, 2004 1:56 AM

[PHP] excel output question

2004-02-06 Thread Jake McHenry
Hi everyone. I'm outputing payroll information to an excel csv file, and when anyone get's paid over 1k, the amount is split into two fields because of the comma in the amount. Is there anyway I can tell excel that this particular comma is not a deliminator? Thanks, Jake

Re: [PHP] Logging on to a web based application

2004-01-30 Thread Jake McHenry
- Original Message - From: Shaun [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 30, 2004 1:38 PM Subject: [PHP] Logging on to a web based application Hi, We are trying to develop a web based system where users a charged per office. I would be grateful to hear anyone's

[PHP] variable container?

2004-01-26 Thread Jake McHenry
Is there some global variable container that I can print_r out to show me all the variables that are being used on a page? In my efforts of converting from globals over to sessions, I've been getting a little mis organized with my code, and would like to know of all variables that are in use on

Re: [PHP] Re: variable container?

2004-01-26 Thread Jake McHenry
- Original Message - From: Jas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 26, 2004 5:43 PM Subject: [PHP] Re: variable container? http://us4.php.net/manual/en/function.var-dump.php HTH Jas Jake McHenry wrote: Is there some global variable container that I can

Re: [PHP] Re: variable container?

2004-01-26 Thread Jake McHenry
- Original Message - From: John Nichel [EMAIL PROTECTED] To: Jake McHenry [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, January 26, 2004 6:11 PM Subject: Re: [PHP] Re: variable container? Jake McHenry wrote: snip I want a list of all variables used. I tried just putting

Re: [PHP] Re: variable container?

2004-01-26 Thread Jake McHenry
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 26, 2004 6:12 PM Subject: Re: [PHP] Re: variable container? Hello Jake, On 26 Jan 2004 at 17:55, Jake McHenry wrote: I want a list of all variables used. I tried just putting var_dump

[PHP] odd and even numbers

2004-01-16 Thread Jake McHenry
I have a random number being generated from 1 to 501, is there an easy way for me to tell if the result is an odd or even number? Thanks, Jake

  1   2   >