[PHP] Hey, I have a full time PHP developer position in Chicago!

2013-09-10 Thread Steve Gadlin
Howdy. My name is Steve, and I run the web department for Weigel Broadcasting in Chicago. We're looking for a senior-level PHP developer to add to our team. This is a full time gig with benefits. As it's an in-house thing, we're happy to meet with people outside Chicago if they're willing

RE: [PHP] What is wrong with this preg_match?

2011-10-27 Thread Steve Staples
-011 is getting 2011-01-01 and truncating the last 1. If you had used (I think) ^(\d{4}-\d{2}-\d{2})$ I think that would give you what you want... (but my reg-ex is horrible) Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] FW: parse error

2011-10-13 Thread Steve Staples
, $start_from_which_offset,10)); $alias_sql_stmt=SELECT ani FROM ldrates WHERE ani='$termnum10';// -this is line 1050 Steve. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Querying a database for 50 users' information: 50 queries or a WHERE array?

2011-09-13 Thread Steve Staples
querying the database to get the id's in the frist place? if so, you could look at doing an inner join on the 2 tables. -- Steve Staples Web Application Developer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Querying a database for 50 users' information: 50 queries or a WHERE array?

2011-09-13 Thread Steve Staples
it... but that would make it 1 db query good luck! -- Steve Staples Web Application Developer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] array problem

2011-09-09 Thread Steve Staples
the actual data. Try print_r($arrUsers); also, the $line is an array of the CSV, so you're storing an array, within the array $arrUsers. foreach ($arrUsers as $user){ foreach ($user as $val) { echo $val . br /; } echo 'hr /'; } -- Steve Staples Web Application

Re: [PHP] Dreaded Premature end of script headers

2011-08-29 Thread Steve Staples
a thought, check your conf files for differences. Steve. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Best editor?

2011-08-03 Thread Steve Staples
everything every time I edit it? Any help would be greatly appreciated. Thanks! -Matty I personally use Komodo IDE, but there are lots out there. There is the Eclipse with PHP, or there was the way I learned, NotePad (then switched to EditPlus+) Steve -- PHP General Mailing List (http

Re: [PHP] $_POST value disappearing?

2011-08-02 Thread Steve Staples
) --- Can someone enlighten me? Thanks, Donovan try print_r($_FILE) (i think, it's either FILE or FILES) Steve. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: Re: [PHP] What is a label?

2011-07-14 Thread Steve Staples
a little misleading? A valid variable name starts with a letter or underscore If I am not mistaken, $_1 is not a valid variable name. Steve. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: Re: [PHP] What is a label?

2011-07-14 Thread Steve Staples
On Thu, 2011-07-14 at 13:39 +0100, Stuart Dallas wrote: On Thu, Jul 14, 2011 at 1:37 PM, Steve Staples sstap...@mnsi.net wrote: On Wed, 2011-07-13 at 23:27 +0100, Tim Streater wrote: A valid variable name starts with a letter or underscore If I am not mistaken, $_1 is not a valid

Re: [PHP] vend-bot?

2011-07-06 Thread Steve Staples
kind of file locking/binding to IP/mac address and/or a call home feature, it is kinda hard to stop piracy, and even then, there are people who can and will crack it if it is something that useful. Good luck with this. Steve. -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] PDO_INFOMIX connection problem...

2011-06-30 Thread Steve Staples
On Wed, 2011-06-29 at 16:42 -0400, Steve Staples wrote: I am trying to connect to an informix database, and using excel and odbc it works fine. I installed the PDO_INFORMIX via: pecl download pdo_informix phpize ./configure --with-pdo-informix=/opt/IBM/informix make make install

Re: [PHP] Re: I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Steve Staples
... As much as I hate to go off-topic even more, this is one thing that I do like about Python. The fact that requires/enforces proper indentation... but that is as far as I am going with that :) Steve. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] PDO_INFOMIX connection problem...

2011-06-29 Thread Steve Staples
I am trying to connect to an informix database, and using excel and odbc it works fine. I installed the PDO_INFORMIX via: pecl download pdo_informix phpize ./configure --with-pdo-informix=/opt/IBM/informix make make install and it all appeard to work... phpinfo() shows that it's enabled, and

Re: [PHP] caching problem

2011-06-28 Thread Steve Staples
the wrong files? I've done that a few times, where the files i THOUGHT it was using, ended up being in the wrong folder (or apache was pointing to a different folder... kinda one in the same). just an alternate spin on it... Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Re: [PHP-DB] Re: radio form submission

2011-06-27 Thread Steve Staples
/manual/en/control-structures.goto.php I love that comic :) Steve. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Ftp upload

2011-06-15 Thread Steve Staples
... -- Steve Staples Web Application Developer 519.258.2333 x8414 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] What do you get for ...

2011-06-07 Thread Steve Staples
Steve. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Brainteasers 2011

2011-05-20 Thread Steve Staples
Just wondering if anyone has done anything for this? I personally haven't had any ideas come to mind yet... Looking forward to seeing them!!! (once they come) Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Closing Session (Revisited)

2011-05-05 Thread Steve Staples
will be fine, but if one tabs stays open, no go :( Have you looked at the http://ca3.php.net/session_name function, and putting that into your site just after your session_start() ? I believe that will fix your issues (as long as your session names are unique), but i am not 100% sure. Steve -- PHP

Re: [PHP] What's faster using if else or arrays?

2011-04-29 Thread Steve Staples
dun dun* GOTO! Kidding, of course ;) Cheers, Rob. -- you should be removed and banned from this list for even just THINKING about using a GOTO! :P (yes, there are still *SOME* (and i use that loosely) benefits to the GOTO command, but in reality, no.) Steve -- PHP General Mailing

Re: [PHP] Newsgroup status

2011-04-27 Thread Steve Staples
figured out how to deal with our problems... TO THE CLOUD!! Steve. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] email w/attachments

2011-04-18 Thread Steve Staples
MAILER as well. With both, I've sent both HTML and plain text, as well as attachments without any issues. phpmailer[1] is my mailer script of choice. Steve. [1] http://phpmailer.worxware.com/index.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Last Name extraction in query

2011-04-04 Thread Steve Staples
that. they are a helpful bunch over there. -- Steve Staples Web Application Developer MNSi (Managed Network Systems Inc.) 519.258.2333 x8414 http://www.mnsi.net -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] neubie seeking answers

2011-03-31 Thread Steve Staples
On Thu, 2011-03-31 at 12:24 -0400, Kirk Bailey wrote: I need to extract the name of the subdirectory a page lives in to use in the title for that page. This will be returned as a string to echo to the output stream. Now how the heck do I do that?!? -- end Very Truly yours,

Re: [PHP] neubie seeking answers

2011-03-31 Thread Steve Staples
On Thu, 2011-03-31 at 17:34 +0100, Stuart Dallas wrote: On Thursday, 31 March 2011 at 17:24, Kirk Bailey wrote: I need to extract the name of the subdirectory a page lives in to use in the title for that page. This will be returned as a string to echo to the output stream. Now how the heck

Re: [PHP] Closing Session

2011-03-31 Thread Steve Staples
On Thu, 2011-03-31 at 16:51 -0400, Daniel Brown wrote: On Thu, Mar 31, 2011 at 16:40, Ethan Rosenberg eth...@earthlink.net wrote: Ash - I can be working on more than one program simultaneously and have one tab open w/ program A and another w/ program B. The site in reference

Re: [PHP] [OT:Friday] Kunal invites you to join Games24x7.com

2011-03-25 Thread Steve Staples
, the way they spelled Like (lyk) was awesome! Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: echo?

2011-03-23 Thread Steve Staples
On Wed, 2011-03-23 at 08:28 -0400, Jim Giner wrote: I am outputting to a textarea on an html page. A br doesn't work, nor does \n, hence the #13#10. Of course, if I don't need the then I've just saved two keystrokes. :) Also - I do believe I tried ($i+1) and that didn't work either.

Re: [PHP] Upload Progress Meter

2011-03-23 Thread Steve Staples
PHP install. So, how is it done? Thanks! Floyd you can google this... jquery upload progress meter or: http://www.nixboxdesigns.com/demos/jquery-uploadprogress.php http://www.bitrepository.com/uploading-files-with-progress-bar.html Steve -- PHP General Mailing List (http://www.php.net

RE: [PHP] problem with if and exact match

2011-03-15 Thread Steve Staples
Failed; } http://ca.php.net/manual/en/function.strstr.php (case sensative) http://ca.php.net/manual/en/function.stristr.php (case insensative) Steve. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] $_POST variable

2011-03-11 Thread Steve Staples
Danny loop thought all the $_POST variables... foreach($_POST as $key = $val) { if(susbtr($key, 0, 7) === radio_) { # this is what we're looking for } } crude, but works... I am sure there are many ways to look for it. Steve -- PHP General Mailing

Re: [PHP] Check for open file

2011-03-04 Thread Steve Staples
the 2gb limitation on windows 32bit OS? I ran into this problem on a project I was working on, and ended up switching to Python (but that is a WHOLE other conversation) just food for thought, since I am not sure of the size of files they are dealing with. Steve -- PHP General Mailing List (http

RE: [PHP] Delaying $(document).ready() in jQuery until php script finish

2011-03-03 Thread Steve Staples
don't get about the question is, is the document.ready() shouldn't fire, until the page has completely loaded, and if the PHP script is still running, the document shouldn't be ready yet, should it? Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Somewhat OT - Stored Procedures

2011-03-03 Thread Steve Staples
if they support them), and most of the times they are forgotten about and/or overlooked. take a look at this article: http://www.tonymarston.net/php-mysql/stored-procedures-are-evil.html Good luck, and I think you may get more response from my...@lists.mysql.com Steve. -- PHP General Mailing

RE: [PHP] Check for open file

2011-03-03 Thread Steve Staples
it be worth looking at the time of the file, and waiting until that file is at least (say) 5 mintues old, then do something with it? if it only takes 1 minute to put these files on teh share, then maybe you can reduce that time... Just thinking of alternatives... Steve -- PHP General Mailing List

Re: [PHP] Re: Dynamically Created Checkboxes

2011-02-24 Thread Steve Staples
On Thu, 2011-02-24 at 11:42 -0500, Gary wrote: Steve Staples sstap...@mnsi.net wrote in message news:1298492194.14826.2425.camel@webdev01... On Wed, 2011-02-23 at 14:56 -0500, Gary wrote: Steve Staples sstap...@mnsi.net wrote in message news:1298490417.14826.2418.camel@webdev01

Re: [PHP] Re: Dynamically Created Checkboxes

2011-02-24 Thread Steve Staples
On Thu, 2011-02-24 at 12:52 -0500, Gary wrote: Steve Staples sstap...@mnsi.net wrote in message news:1298568238.14826.2431.camel@webdev01... On Thu, 2011-02-24 at 11:42 -0500, Gary wrote: Steve Staples sstap...@mnsi.net wrote in message news:1298492194.14826.2425.camel@webdev01

Re: [PHP] Re: Dynamically Created Checkboxes

2011-02-23 Thread Steve Staples
button, but the style is hidden now, so it shouldn't show, but it will fire off the submit action... make sure it is in between the form/form tags though. Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Dynamically Created Checkboxes

2011-02-23 Thread Steve Staples
On Wed, 2011-02-23 at 14:56 -0500, Gary wrote: Steve Staples sstap...@mnsi.net wrote in message news:1298490417.14826.2418.camel@webdev01... On Wed, 2011-02-23 at 14:17 -0500, Gary wrote: Jim Lucas li...@cmsws.com wrote in message news:4d653673.7040...@cmsws.com... On 2/23/2011 4:35 AM

Re: [PHP] root of PHP found!

2011-02-17 Thread Steve Staples
On Wed, 2011-02-16 at 19:04 -0500, Daniel Brown wrote: On Wed, Feb 16, 2011 at 18:15, Daevid Vincent dae...@daevid.com wrote: Aha! I am working for the company that was the root of PHP! http://www.panasonic.net/history/founder/chapter3/story3-02.html ;-) I'm surprised you found

[PHP] 2gb file issues

2011-02-17 Thread Steve Staples
, and it is not reading the files :( any assistance? besides upgrading to a 64bit php version. Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] 2gb file issues

2011-02-17 Thread Steve Staples
On Thu, 2011-02-17 at 15:36 -0600, Nicholas Kell wrote: On Feb 17, 2011, at 3:29 PM, Steve Staples wrote: Is there a workaround for 32bit systems wanting to use fopen() is_file() filesize() and i am sure there are others.. on files that are 2gb? My development box is win

Re: [PHP] 2 submit buttons.

2011-02-15 Thread Steve Staples
of the submit button sets a value to the hidden text field, and then do a switch() case:... on that hidden value. But that is my way of doing it (which will prolly get ripped apart by someone here, which is good/constructive criticism for me) steve -- PHP General Mailing List (http

Re: [PHP] Howdy (new in here)

2011-02-15 Thread Steve Staples
there was that style name... which was about 3 minutes ago). everything lined up nice and neat. Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP -- using without installing

2011-02-14 Thread Steve Staples
to where my google-fu has failed me would be appreciated :) TIA! Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP -- using without installing

2011-02-14 Thread Steve Staples
On Mon, 2011-02-14 at 16:10 -0500, Paul M Foster wrote: On Mon, Feb 14, 2011 at 12:32:51PM -0500, Steve Staples wrote: Hi! I've been developing this stand alone application, found the webserver that I am going to use (it is written in php) and all is good... on windows. I can

Re: [PHP] curl_exec won't return (any data)

2011-02-08 Thread Steve Staples
list, so (and sorry to say this) maybe stop posting all the incremental updates you're doing, and when there is a major break through, or someone has an idea on how to help solve your issue, update us. Steve. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] override built-in mail()

2011-02-04 Thread Steve Staples
to do (maybe I just can't google) Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] override built-in mail()

2011-02-04 Thread Steve Staples
On Fri, 2011-02-04 at 07:51 -0800, Jim Lucas wrote: On 2/4/2011 5:37 AM, Steve Staples wrote: Hello Guys/Gals, it's friday (at least where I am it is) and I have an issue with a script that I just started using again. The problem is, is that it uses the built in PHP mail() function

Re: [PHP] override built-in mail()

2011-02-04 Thread Steve Staples
On Fri, 2011-02-04 at 20:25 +0100, Thijs Lensselink wrote: On 02/04/2011 04:59 PM, Steve Staples wrote: On Fri, 2011-02-04 at 07:51 -0800, Jim Lucas wrote: On 2/4/2011 5:37 AM, Steve Staples wrote: Hello Guys/Gals, it's friday (at least where I am it is) and I have an issue

RE: [PHP] Different sessions, same client

2011-01-24 Thread Steve Staples
On Sun, 2011-01-23 at 17:40 -0800, Tommy Pham wrote: -Original Message- From: Tommy Pham [mailto:tommy...@gmail.com] Sent: Sunday, January 23, 2011 5:23 PM To: 'Paul M Foster' Cc: 'php-general@lists.php.net'; 'Thijs Lensselink' Subject: RE: [PHP] Different sessions, same client

Re: [PHP] Class and interface location

2011-01-20 Thread Steve Staples
on that? foreach($GLOBALS['classes_that_do_things']['name'] as $class_name) {...} not sure if that would work or not, it was just something that was in the cobwebs of my brain this morning. Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Class and interface location

2011-01-19 Thread Steve Staples
performance impact nor the potentially redundant interface definitions it would require. --Larry Garfield My suggestion, would be for #5. The magic ponies do wonderful work. :) Steve (TheStapler) Staples. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] HTML errors

2011-01-12 Thread Steve Staples
your example. :) # corrected: echo lia href=\index.php?page={$category}\{$replace}/a/li; Steve Staples. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Help: Validate Domain Name by Regular Express

2011-01-11 Thread Steve Staples
wodnering about the legality of my 990webs domains... since i can't think of any other domains that start with numbers off the top of my head? -- Steve Staples Web Application Developer 519.258.2333 x8414 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Re: Help: Validate Domain Name by Regular Express

2011-01-10 Thread Steve Staples
knowing that it would work/translate to √.com (square-root) ? -- Steve Staples Web Application Developer 519.258.2333 x8414 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] First PHP job

2011-01-10 Thread Steve Staples
://noferblatz.com or the ($needle, $haystack) vs ($haystack, $needle)... i still get it screwed up... thankfully php.net/{function_name} is easy to use :P -- Steve Staples Web Application Developer 519.258.2333 x8414 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Newbie Question

2011-01-04 Thread Steve Staples
an IDE that works for you! (or just a standard text editor like VI if you desire) Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Regex for telephone numbers

2010-12-31 Thread Steve Staples
On Wed, 2010-12-29 at 19:35 -0500, Daniel P. Brown wrote: On Wed, Dec 29, 2010 at 19:12, Ethan Rosenberg eth...@earthlink.net wrote: Dear List - Thank you for all your help in the past. Here is another one I would like to have a regex which would validate that a telephone

[PHP] Printing PDF

2010-12-29 Thread Steve Staples
in advance! Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Printing PDF

2010-12-29 Thread Steve Staples
On Wed, 2010-12-29 at 11:49 -0500, Paul M Foster wrote: On Wed, Dec 29, 2010 at 10:36:30AM -0500, Steve Staples wrote: Hi! I have an app that needs to be created, and it is all running on linux. I am sure I shoulnd't really write it using PHP, but it's kinda what I know, and am

Re: [PHP] Printing PDF

2010-12-29 Thread Steve Staples
On Wed, 2010-12-29 at 17:36 +, Richard Quadling wrote: On 29 December 2010 17:24, Steve Staples sstap...@mnsi.net wrote: I can create the PDF's no problem, it is just how to send the created pdf to the printer to print (it is a label printer, printing 3x5 labels) What type of printer

Re: [PHP] Server response very poor again

2010-12-22 Thread Steve Staples
it be an issue with your computer? I've never had any problems posting, or retrieving mail from this list, so I can't say/speak to a related issue. Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Server response very poor again

2010-12-22 Thread Steve Staples
On Wed, 2010-12-22 at 12:49 -0500, Daniel P. Brown wrote: On Wed, Dec 22, 2010 at 12:17, Nicholas Kell n...@monkeyknight.com wrote: I am with Steve. Well, what I mean is, on this topic I am in agreement with Steve. My connection, etc. seems to be quite responsive. Oh, that's what

RE: [PHP] Problems w/ goto

2010-12-17 Thread Steve Staples
to show the people in my office, and we all got a chuckle from teh XKCD comic in the PHP documentation for GOTO http://ca2.php.net/goto Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problems w/ goto

2010-12-17 Thread Steve Staples
On Fri, 2010-12-17 at 12:22 -0500, Robert Cummings wrote: On 10-12-17 12:08 PM, Steve Staples wrote: On Fri, 2010-12-17 at 10:50 -0600, Jay Blanchard wrote: [snip] Thank you with your excellent help in the past. Here is another puzzler I am trying to write a program that can have

Re: [PHP] Error Querying Database

2010-12-15 Thread Steve Staples
On Wed, 2010-12-15 at 13:42 -0500, Gary wrote: I cant seem to get this to connect. This is to my local testing server, which is on, so we need not worry that I have posted the UN/PW. This is a duplicate of a script I have used countless times and it worked. The error message is 'Error

Re: [PHP] Error Querying Database

2010-12-15 Thread Steve Staples
On Wed, 2010-12-15 at 14:34 -0500, Gary wrote: Steve Staples sstap...@mnsi.net wrote in message news:1292440837.5460.8.ca...@webdev01... On Wed, 2010-12-15 at 13:42 -0500, Gary wrote: I cant seem to get this to connect. This is to my local testing server, which is on, so we need

Re: [PHP] Re: Error Querying Database

2010-12-15 Thread Steve Staples
`).VALUES .('{$beername}', '{$manu}', '{$type}', '{$singles}', '{$six}', '{$can}', '{$bottles}', '{$tap}', '{$size}', '{$desc', '{$ip}')); Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sending emails

2010-12-09 Thread Steve Staples
in it, it wouldn't make any difference then. Try using the -f flag with the PHP mail(), and if that doesn't work, then try a 3rd party class such as PEAR::Mail, or PHPMailer. Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] desire your recommendation for our specific HTML - PDF project

2010-12-06 Thread Steve Staples
seconds to create a 1500page pdf, with all those barcodes, so creating a 30 label page, i can't see taking more than 1 second to do. just my $0.02 Steve [1] http://www.fpdf.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Redirect output to a file on the web server

2010-12-06 Thread Steve Staples
, or start another part of the script so you know EXACTLY where you are, at all times... Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Redirect output to a file on the web server

2010-12-06 Thread Steve Staples
On Mon, 2010-12-06 at 16:19 +, Richard Quadling wrote: On 6 December 2010 15:46, Ferdi ferdinan...@printo.in wrote: On 6 December 2010 20:47, Steve Staples sstap...@mnsi.net wrote: On Mon, 2010-12-06 at 20:29 +0530, Ferdi wrote: Greetings List members, I have a script

Re: [PHP] code quest

2010-12-02 Thread Steve Staples
was just about to reply with almost the EXACT same answer!!! I think the last example would probably be the best one to use, that way you can still have some directories with the . or - or even the _ in the names, and still be able to display them. Steve ps thanks for saving me type it all out Daniel

Re: [PHP] $_POST issues

2010-12-01 Thread Steve Staples
trying to get the variables from the page.php, using the $_POST method? wouldn't you want to be checking the $_GET on this page, as they would be coming in from the url string? Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP shows nothing

2010-11-30 Thread Steve Staples
, then you can try adding: error_reporting(E_ALL); to the top of the page you're trying to view, to see if there are any errors it is generating. just some things to think/check... good luck, and Welcome to PHP!!! Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Poor newsgroup server performance

2010-11-29 Thread Steve Staples
it done... barely in time for his clients to log back in at 8am... that was a stressful weekend... steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] MySQL database export to Excel

2010-11-26 Thread Steve Staples
it *COULD* be done, but it's not the only way, nor is it prolly the best either. Good Luck, and if you need more MySQL related questions answered, try the my...@lists.mysql.com mailing list. they are really good over there. Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Procedural Autoloader?

2010-11-23 Thread Steve Staples
steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] is this thing on??

2010-11-23 Thread Steve Staples
tap tap tap... testing testing... 1, 2, 3 Hello?No activity since yesterday at like 6pm EST... am i not getting messages, or has there not been any activity? Just curious... carry on about your business... :P Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] is this thing on??

2010-11-23 Thread Steve Staples
On Tue, 2010-11-23 at 20:55 +0100, Peter Lind wrote: On 23 November 2010 20:52, Steve Staples sstap...@mnsi.net wrote: tap tap tap... testing testing... 1, 2, 3 Hello?No activity since yesterday at like 6pm EST... am i not getting messages, or has there not been any activity

Re: [PHP] Wordpress Page: How to add pagination?

2010-11-22 Thread Steve Staples
perhaps you could just google wordpress pagination http://www.google.ca/#sclient=psyhl=enq=wordpress+paginationaq=1aqi=g4g-o1aql=oq=gs_rfai=pbx=1fp=88df74f51cdeec4c -- Bastien Cat, the other other white meat Here, this may help: http://lmgt4u.com/?q=wordpress+pagination Steve

Re: FW: [PHP] Why the PEAR hate?

2010-11-16 Thread Steve Staples
? Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Switch Question...

2010-11-15 Thread Steve Staples
overthinking things? i dunno... it's monday... brains still on weekend mode. Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Switch Question...

2010-11-15 Thread Steve Staples
On Mon, 2010-11-15 at 22:43 +, Ashley Sheridan wrote: On Mon, 2010-11-15 at 16:27 -0500, Steve Staples wrote: Ok, dumb question, and i have tested, but I want to ensure that my tests were accurate, and behavior is correct. Ok, i have an integer, that based on what it is, does

Re: [PHP] Chat

2010-11-09 Thread Steve Staples
On Tue, 2010-11-09 at 16:51 +0100, Dušan Novaković wrote: Hello there, I have to make chat for website that has around 10 000 users (small social network). So before I start, I would like to hear different opinions. Important thing is to have in mind that in one moment you can have over 1

Re: [PHP] Template engines

2010-11-08 Thread Steve Staples
of smarty, pear mdb2, phpmailer, jquery, fpdf (if needed), and pchart (again, if needed). these are my personal choices, and I have been happy with them so far ;) Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] read smb drive

2010-11-05 Thread Steve Staples
be appreciated... Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] read smb drive

2010-11-05 Thread Steve Staples
On Fri, 2010-11-05 at 10:06 -0600, Nathan Nobbe wrote: On Fri, Nov 5, 2010 at 9:48 AM, Steve Staples sstap...@mnsi.net wrote: Hey guys (and gals) I am writing something that needs to connect to a SMB server... can this be done easliy? I copied a sample code from php.net that used

Re: [PHP] read smb drive

2010-11-05 Thread Steve Staples
...@gmail.com wrote: On Fri, Nov 5, 2010 at 10:18 AM, Steve Staples sstap...@mnsi.net wrote: On Fri, 2010-11-05 at 10:06 -0600, Nathan Nobbe wrote: On Fri, Nov 5, 2010 at 9:48 AM, Steve Staples sstap...@mnsi.net wrote: Hey guys (and gals) I am writing something

Re: [PHP] php-general-digest-unsubscr...@lists.php.net not working?

2010-11-04 Thread Steve Staples
On Thu, 2010-11-04 at 12:34 -0400, Daniel P. Brown wrote: On Thu, Nov 4, 2010 at 12:33, Daniel P. Brown daniel.br...@parasane.net wrote: If you continue to have issues, let me know and I will remove you. From the list, that is, to be clear. Not the Earth. i lol'd. -- PHP

Re: [PHP] PHP sockets enabled but socket_create() gives an error call to undefined function

2010-11-04 Thread Steve Staples
the locate database and see if you just need to enable sockets in a cli specific ini file. -nathan is there a PEAR module you can install that will do this? I know there are a lot of PEAR modules out there... just a thought... Steve -- PHP General Mailing List (http://www.php.net

Re: [PHP] include() and duplicate function definition

2010-11-03 Thread Steve Staples
On Thu, 2010-11-04 at 00:00 +0800, David Nelson wrote: Hi Thijs, :-) On Wed, Nov 3, 2010 at 20:38, Thijs Lensselink d...@lenss.nl wrote: I re-read your original post. And noticed you include the function inside your child action.php Is there a special reason for that? You want to

Re: [PHP] Fwd: Mail delivery failed: returning message to sender

2010-11-02 Thread Steve Staples
On Tue, 2010-11-02 at 11:10 +, Nathan Rixham wrote: Ben Brentlinger wrote: it could be that you tried a cheap hosting account with a company that have a bulk mailing script meant for sending spam. I can imagine a spammer hijacking your site to send malware from it, one of the more

Re: [PHP] Character encoding hell

2010-10-26 Thread Steve Staples
it to linux, non of the damned links worked...so we had to do a bunch of changes... Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Printing....

2010-10-22 Thread Steve Staples
it is friday afternoon... ;) Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Execute a php page and don't wait for it to finish

2010-10-19 Thread Steve Staples
else that is screwing the submission. I haven't implemented it (life has been busy) yet, but it seems to be what I was looking for, which may be what you're looking for... Steve. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Questions from a Newbie - Please Help

2010-10-19 Thread Steve Staples
thread has been trimmed to NOTHING i am pretty sure i read it on here already... but your PHP code looks wrong. ORIGNAL CODE: /* * Create Database test22 */ htmlbody ?php $cxn = mysqli_connect($host,$user,$password); echoCreate database test22; echoCreate table Names2 (

  1   2   3   4   5   6   7   8   9   10   >