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 the
ts, so 2011-01-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
uery is it possible that the value is getting a '
character, in which case it would be crapping out the line...
For now, try adding [addslashes]:
$termnum10=addslashes(substr($dest, $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
g logic here));
guess it all depends on how you want to do 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
#x27;, ',
$usersids) .")";
not very elegant, and I am not sure that the IN is any better than doing
50 mysql calls, but this is only 1 call, and gets you the data.
Are you querying the database to get the id's in the frist place? if
so, you could look at doing an inner join on
array $arrUsers.
foreach ($arrUsers as $user){
foreach ($user as $val) {
echo $val . "";
}
echo '';
}
--
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
l never figured it out, but I've moved on since
then).
Just 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
let me test PHP files without having to upload 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
ex.php--
>
> --/index.php--
>
>
>
>
> The result I get is:
>
> Array
> (
> [f_ap] => upload
> [f_action] => doit
> )
> ---
>
> Can someone enlighten me?
>
> Thanks,
> Donovan
try print_r($_FI
On Thu, 2011-07-14 at 13:39 +0100, Stuart Dallas wrote:
> On Thu, Jul 14, 2011 at 1:37 PM, Steve Staples 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 mist
ng to be a formal or "programmatic" definition, then I think
> I'd prefer BNF to a regexp.
>
> --
> Cheers -- Tim
>
Isn't that statement 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
stead.
Either way, unless you have some 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 Ma
hard to find sometimes...
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 unsubs
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
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
act
ule.
>
> If you're absolutely certain that you are not using any opcode caching (you
> mentioned that you are using pre-compiled binaries, and it's possible they
> include APC or similar by default), then I have no idea what's going on
> beyond what I and others have already
d comics that relate to programming somehow and insert them in the
> php.net documentation :)
>
>
Tamara, kind of like this one?
http://ca3.php.net/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
t the age of 16...
--
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
) 1998-2009 Zend Technologies
sstaples@webdev01:~$
sstaples@webdev01:~$ pwd
/home/sstaples
sstaples@webdev01:~$ php -r "var_dump(realpath(null));"
string(14) "/home/sstaples"
sstaples@webdev01:~$
I am running Ubuntu 9.10
Steve.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
you 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 General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
KING
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 List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
I guess we've all 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
t; 2007+. Outlook 2003 was very good with HTML mail. Outlook 2007+, not
> so good. But that is fine for me, as the data was all tables. But for
> those sending out pretty mails, I believe it is a harder job that
> expected.
>
> Richard.
>
> --
> Richard Quadling
> Twitter
de... use 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
On Thu, 2011-03-31 at 16:51 -0400, Daniel Brown wrote:
> On Thu, Mar 31, 2011 at 16:40, Ethan Rosenberg 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 is
> >
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
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,
>
elopment in 1994 (technical birth year)? so
that would technically make it 17 years old, not the 15 that they are
claiming it is.
Also, you have to admit, 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
modifications to my 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
Ste
On Wed, 2011-03-23 at 08:28 -0400, Jim Giner wrote:
> I am outputting to a on an html page. A doesn't work, nor
> does \n, hence the
. 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.
>
> "Paul M
gt; >
> > >
> > > print "false";
> > >
> > > }
> > >
> > >
> > >
> > > ?>
> > >
> > >
> > >
> > > Thanks!
> > >
> > > Jack
> > >
Wouldn't this be better to use, as it is meant to search for the string
inside the string? (use use regex)
if(stristr($name, 'Jackson'))
{
echo "String is in String";
}
else
{
echo "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
_" ?
>
> Thank You
>
> 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 List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Depending on the size of the file, wouldn't this fall under 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
ile (that i know of
anyways)... maybe the samba does the same thing?
how large are these files (or how large would the largest file typically
be) ? would 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?
he mysql server, and not have to
do the same thing on 4 different servers.
views, stored procedures, triggers and functions really do have their
purpose within mysql/mssql (and whichever sql server you are using if
they support them), and most of the times they are forgotten about
and/or ove
completed is "thing".
What I 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 Gener
On Thu, 2011-02-24 at 12:52 -0500, Gary wrote:
> "Steve Staples" wrote in message
> news:1298568238.14826.2431.camel@webdev01...
> > On Thu, 2011-02-24 at 11:42 -0500, Gary wrote:
> >> "Steve Staples" wrote in message
> >> news:1298492194.1482
On Thu, 2011-02-24 at 11:42 -0500, Gary wrote:
> "Steve Staples" wrote in message
> news:1298492194.14826.2425.camel@webdev01...
> > On Wed, 2011-02-23 at 14:56 -0500, Gary wrote:
> >> "Steve Staples" wrote in message
> >> news:1298490417.1482
On Wed, 2011-02-23 at 14:56 -0500, Gary wrote:
> "Steve Staples" wrote in message
> news:1298490417.14826.2418.camel@webdev01...
> > On Wed, 2011-02-23 at 14:17 -0500, Gary wrote:
> >> "Jim Lucas" wrote in message
> >> news:4d653673.7040...@cm
> working in FF or Chrome. This is a link to the first page which runs you
> through the pages.
>
> I have the submit to trigger upon change so there is no submit button. This
> works in IE7. If I add a submit button, it does not work in any of them.
>
> I am wondering if this is more a problem with the html.
>
>
> http://www.assessmentappeallawyer.com/forum_state.php
>
> This is the code for the first processing page
>
> if ( !isset($_POST['submit']) ) {
> echo '';
> if ($Recordset1) {
> echo <<
> State County
> HEADER;
> while ( $row = mysql_fetch_array($Recordset1) ) {
> echo <<
>
> {$row['state_id']}
> {$row['name']}
>
> ROW;
> }//end while
> echo '';
> } else {
> echo 'Error performing query: '.mysql_error().'';
> }
> echo '';
> }
>
> ?>
>
> This is the code for the second processing page.
>
>
>
>
> if ( !empty($_POST['county']))
> foreach ( $_POST['county'] AS $id => $name )
> echo 'You have selected '. " {$name}".'';
>
>
>
> $totalRows_county_result_net= "($totalRows_county_result) + (1)";
> echo "[$totalRows_county_result_net]";
> echo "$totalRows_county_result";
> ?>
>
>
>
>
> $name=$_POST['name'];
> echo 'You have selected'."$name";
>
> ?>
> mysql_free_result($county_result);
> ?>
>
> Again, thank you for any input.
>
> Gary
I think it may have to do with HTML, or the fact that IE is "helping"
you with your coding... where FF and Chrome are usually more
"literal" (yet better IMO). Also, the fact that "submit" has not been
defined.
try adding:
This *SHOULD* give you the submit 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 tags though.
Steve
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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 oth
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
On Wed, 2011-02-16 at 19:04 -0500, Daniel Brown wrote:
> On Wed, Feb 16, 2011 at 18:15, Daevid Vincent 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 that.
esmiths Style sucks... and Allman
Style is the best way to do it.
:)
My personal bracing style is the Allman Style... I've been doing it that
way forever, it just made sense to me (even before I knew 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
n text
value with your default submit value, and then on the submit "onclick"
event of the other submit button, replace the text value of the hidden
field to something else. Then finally in your postback check, check
the value of the hidden field to determine what you're going to do.
Personally, I do a combination of both. I disable the ability to submit
on key press, and require you to submit via my submit methods, and
onclick 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://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
laimer?
Any help, or pointers 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
the db, and then query along the way or when you need/want some
information on it?? Maybe i just haven't quite figured out, or got the
gist of what you are trying to accomplish...
it also seems to me, that this really isn't a PHP specific issue, so all
the posts that you're doing, re
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,
> >>>
> >>>
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 i
what I am looking 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
-- purposely top posting as well --
just think, here in ontario, we have UBB... where Bell is proposing a 25
cap on usage... you sir, are killing my usage!
:)
On Tue, 2011-02-01 at 12:18 -0700, Alexis wrote:
> Bloody Hell!!
>
> How many lines is the footer in your email response!!!
>
> I ma
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,
>
Maybe it's the noob in me, or the lack of smrts... but couldn't you just
add a var in the class, and set it like:
$GLOBALS['classes_that_do_things']['name'] = 'class_name';
And for those that do 'things', and then do the foreach 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
loper
> and
> I'm quite sure they'll forget to do so or get it wrong on a regular basis.
>
> 5) Wave a wand and let the magic ponies figure it out. I wish. :-)
>
> Can anyone suggest a better alternative? At the moment option 3 seems like
> the most viable approa
t is an array, and
what is a variable.
Good luck with your suggestion, I personally wouldn't like it (as I am
so used to the way it is now), but that is just me.
Steve.
[1] http://ca.php.net/manual/en/language.operators.errorcontrol.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Wed, 2011-01-12 at 13:40 +, Richard Quadling wrote:
> On 12 January 2011 13:20, Steve Staples wrote:
> > Jim,
> >
> > Not to be a smart ass like Danial was (which was brilliantly written
> > though), but you have your "example" formatted incorrectly.
; ", $category);
> > echo "$replace";
>
> Try this instead
>
> echo '',$replace,'';
>
> Jim Lucas
[snip]
Jim,
Not to be a smart ass like Danial was (which was brilliantly written
though), but you have your "example" formatted i
ls an issue? or is this only numerals only?
it also is my business number :P 990-9327 (WEBS)
TheStapler.ca is also my domain... which is a my nickname (last name
is staples) ANYWAY... way off topic there, was just wodnering about
the "legality" of my 990webs domains... since i can
tions the way Javascript does.
>
> Wait until you get to PHP's automatic casting of strings to numbers under
> the proper conditions. You'll scratch your head for quite a while once
> you hit that one.
>
> Paul
>
> --
> Paul M. Foster
> http://noferblatz.co
http://sperling.com/
>
on my Ubuntu box, I can copy and past the √ (square-root) character and
it displays properly in he address bar on google chome, but it
translates it back to the http://xn--19g.com and doesn't show anything
else (well... the page loads...LOL)
so did you register the xn--19q.com address 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
it. I caught flack for some time when I told people I used EditPlus
++ for all my coding, but they just didn't know how to use the features.
Good luck with your coding! and finding 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
On Wed, 2010-12-29 at 19:35 -0500, Daniel P. Brown wrote:
> On Wed, Dec 29, 2010 at 19:12, Ethan Rosenberg 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 number
> >
On Wed, 2010-12-29 at 17:36 +, Richard Quadling wrote:
> On 29 December 2010 17:24, Steve Staples 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)
>
>
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
would ask you GURU's here :)
thank in advance!
Steve
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Wed, 2010-12-22 at 12:49 -0500, Daniel P. Brown wrote:
> On Wed, Dec 22, 2010 at 12:17, Nicholas Kell 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.
>
>
the intertubes? Or could 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
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.
using basic and batch files...
I honestly didn't even know that the GOTO was still in existence,
especially within PHP.
I had 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
."VALUES "."('$beername', '$manu', '$type',
> '$singles', '$six', '$can', '$bottles', '$tap', '$size', '$desc', '$ip' )")
> or die(mysql_error());
>
> echo "Data Inserted!";
>
> I am now getting this error message, but it does not make sense
>
> You have an error in your SQL syntax; check the manual that corresponds to
> your MySQL server version for the right syntax to use near 'desc, ip)VALUES
> ('', '', 'Imported', '', '', '', '', '', '', '', '68.80.24.11' at line 1
>
> Does this mean I am getting closer to getting some actual work done today?
>
> Thanks again
>
> gary
not sure if this is the issue or not, but you have reserved words in
your field names... try escaping them all in backticks... and the way i
do things with variables inside "", i put them in {}... here is what i
mean:
mysql_query("INSERT INTO `beer` (`beername`, `manu`, `type`, `singles`,
`six`, `can`, `bottles`, `tap`, `size`, `desc`, `ip`)"."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
On Wed, 2010-12-15 at 14:34 -0500, Gary wrote:
> "Steve Staples" 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,
> &g
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
ler with SMTP
Authentication, which then the email comes from the "MailServer" rather
than the "WebServer" if they are 2 separate machines.
That COULD solve the issue there, but as Ash said, if it has "spammy"
words in it, it wouldn't make any difference then.
On Mon, 2010-12-06 at 20:31 +0200, Andre Polykanine wrote:
> Hello Steve,
>
> Btw, the built-in mail() function is to slow to send such amount
> of mail. Consider using SMTP (if you don't).
> --
> With best regards from Ukraine,
> Andre
> Skype: Francophile
On Mon, 2010-12-06 at 16:19 +, Richard Quadling wrote:
> On 6 December 2010 15:46, Ferdi wrote:
> > On 6 December 2010 20:47, Steve Staples wrote:
> >
> >> On Mon, 2010-12-06 at 20:29 +0530, Ferdi wrote:
> >> > Greetings List members,
> >> >
&g
whatever, refresh the content.
good luck in your script, and if you still run it from the browser, and
need to output to a file, then i would continually be writing content to
that file, every time you do soemthing, 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
another app that creates all the barcodes
in memory).
Anyway, I would look into that if pdf is the way you're going. There is
also html2pdf, but if you're looking for exact specifications, and
sizes, then I wouldn't personally use pure CSS, i would create my own
PDF. my shipping labels
^\./',basename($d)) &&
> !in_array(basename($d),$excludes)) {
> echo ''.$d.''.PHP_EOL;
> }
> }
> ?>
>
> --
>
> Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting
> (866-) 725-4321
> http://www.parasane.net/
your form submits via:
then you redirect to the page.php, and it puts the $_POST variables into
the url string... and that works fine.
and now, you're 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
Make sure that the page you're trying to pull up has some kind of echo,
or at least output of any type... if that fails, 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 t
7;t take more than a few hours
to copy it over, and dns to propagate.. 36 hours later, and no
sleep... i got 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
the
CLI) you can prolly get it done...
and yeah, this is a pointer to how 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 o
On Tue, 2010-11-23 at 20:55 +0100, Peter Lind wrote:
> On 23 November 2010 20:52, Steve Staples 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
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
...
function test_somefunction($var1, $var2, $var3 = '')
{
return $var1 .' - '. $var2;
}
This is just a thought, and yeah, it would require some rewrites, and
some forward thinking... but could solve your issue... maybe
steve
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
te meat
>
Here, this may help:
http://lmgt4u.com/?q=wordpress+pagination
Steve
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
some products returns
> like "-18.%"
> when i escape only 2 chars
> i get e result like
> "-5.%"
>
> so is there a way to round that value to int not float?
>
>
would something like this should work... just pieced it from the smarty
site:
http://www.smarty.net/docsv2/en/language.function.math
{math assign='yuzde' equation="x + y" x=$height y=$width format="%.2f"}
Steve
--
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
sitory of
> PHP modules that is used by the typical PHP developer?
>
>
the only pear module i use, is MDB2... and i would actually change from
it, if i could find something comparable... i suppose i could write my
own, but it works, and have been using it for a few years now.
any suggestions to a replacement?
Steve
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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 int
break;
am I just 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
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 ove
lazy
to change now ;) )
all of my projects now consist 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
On 5 November 2010 16:30, Nathan Nobbe wrote:
> >>>
> >>>
> >>>> On Fri, Nov 5, 2010 at 10:18 AM, Steve Staples
> >>>>
> >>>>
> >>> wrote:
> >>>
> >>>
> >>>> On Fr
On Fri, 2010-11-05 at 10:06 -0600, Nathan Nobbe wrote:
> On Fri, Nov 5, 2010 at 9:48 AM, Steve Staples wrote:
>
> > Hey guys (and gals)
> >
> > I am writing something that needs to connect to a SMB server... can this
> > be done easliy?
> >
> > I copie
p would be
appreciated...
Steve
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
milar channels for other distros.
>
> still though, update 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...
ju
On Thu, 2010-11-04 at 12:34 -0400, Daniel P. Brown wrote:
> On Thu, Nov 4, 2010 at 12:33, Daniel P. Brown
> 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 General Mailing Li
On Thu, 2010-11-04 at 00:00 +0800, David Nelson wrote:
> Hi Thijs, :-)
>
> On Wed, Nov 3, 2010 at 20:38, Thijs Lensselink 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 overwrite th
1 - 100 of 1688 matches
Mail list logo