Re: [PHP] Include directive..

2008-12-08 Thread Jason Pruim
t, and hitting the file with error logging set to the highest it can go: IE: And with the error reporting on it would show you that $b doesn't exist... Helpful for catching errors :) -- Jason Pruim [EMAIL PROTECTED] 616.399.2355

Re: [PHP] Printing

2008-12-17 Thread Jason Pruim
users printer? If you are looking for away to print it on their printer, why not just grab all the files that need to be printed, make a PDF of it, and then use the browsers print feature? -- Jason Pruim japr...@raoset.com 616.399.2355

Re: [PHP] Since I speak with some of you more than people I see in person....

2008-12-31 Thread Jason Pruim
e youngest one started sitting up yesterday... Next step is crawling! -- Jason Pruim japr...@raoset.com 616.399.2355

Re: [PHP] Is MD5 still considered safe for storing application user passwords?

2008-12-31 Thread Jason Pruim
u store a MD5 hash of the salt in a separate field in the database, and store it on in a cookie so it can be compared. Or am I just missing something obvious like usual? :) -- Jason Pruim japr...@raoset.com 616.399.2355

Re: [PHP] setting up FTP account names via PHP

2009-01-05 Thread Jason Pruim
a different FTP server, or write your own. That way, if they change their password on the web site, it will update it for the FTP automatically as well. Other then that, No real info to include to help... Sorry for that. -- Jason Pruim japr...@raoset.com 616.399.2355

Re: [PHP] a weired query issue

2009-01-08 Thread Jason Pruim
et/ || http://www.pilotpig.net/ Unadvertised dedicated server deals, too low to print - email me to find out! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Jason Pruim japr...@raoset.com 616.399.2355

Re: [PHP] Re: hello

2009-01-09 Thread Jason Pruim
gh the 50 pop-ups it takes to move an icon off the desktop :) Although as far as virii goes... You really don't hear anything and any virus' for *Nix based systems, including Apple's OS X... Not that it can't be done... I just think it's harder :) -- Jason Pruim japr...@raoset.com 616.399.2355

Re: [PHP] Re: hello - thread on topic or not?

2009-01-09 Thread Jason Pruim
ssion that isn't based off of OS Wars :) -- Jason Pruim japr...@raoset.com 616.399.2355

Re: [PHP] Couple of beginner questions

2009-01-09 Thread Jason Pruim
h, in fact... if you go one step further... You can remove the extension's all together from the files so that you can change it as needed and not screw up any links that you have already created. -- Jason Pruim japr...@raoset.com 616.399.2355

[PHP] Been staring at the code for too long...

2009-01-09 Thread Jason Pruim
t-bind-param]: invalid object or resource mysqli_stmt in /public_html/purl/ purlprocess.php on line 67 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 '( FName, LName, email, phone, url, recor' at line 1 Am I just going crazy or is there something really wrong? Okay.. I'm done... First stupid question of the year... Only 3,349,587 more to go for the year! :P -- Jason Pruim japr...@raoset.com 616.399.2355

Re: [PHP] Been staring at the code for too long...

2009-01-09 Thread Jason Pruim
On Jan 9, 2009, at 4:29 PM, Daniel Brown wrote: On Fri, Jan 9, 2009 at 13:38, Jason Pruim wrote: Okay... So I know this is a stupid question... It sure is. I'm going to rewrite the whole thing anyway... I think I can do it better/more efficient given the time to look at it

Re: [PHP] Been staring at the code for too long...

2009-01-10 Thread Jason Pruim
On Jan 10, 2009, at 8:35 AM, tedd wrote: At 1:38 PM -0500 1/9/09, Jason Pruim wrote: mysqli_stmt_prepare($stmt, "UPDATE database.table ( Jason: Here's the problem, your code should read: mysqli_stmt_prepare($stmt, "UPDATE database.table SET ( You forgot the "

Re: [PHP] Couple of beginner questions

2009-01-12 Thread Jason Pruim
d languages is tough though :P) Usually works quite well for me. -- Jason Pruim japr...@raoset.com 616.399.2355

[PHP] RewriteRules

2009-01-12 Thread Jason Pruim
trying to grasp the regex ideas and get used to that and I think that may be what my main issue is right now. Any one who can figure it out has a beverage of their choice waiting for them as long as they come to where I am! :) -- Jason Pruim japr...@raoset.com 616.399.2355

[PHP] Re: RewriteRules

2009-01-12 Thread Jason Pruim
On Jan 12, 2009, at 2:16 PM, Nathan Rixham wrote: Jason Pruim wrote: Hi Everyone, I know it's not a php question... But I know alot of you use rewrite rules and regular expressions and so I thought maybe you would be able to help me. The site: HTTP://purl.raoset.com/test112 te

[PHP] Re: RewriteRules

2009-01-13 Thread Jason Pruim
On Jan 13, 2009, at 5:37 AM, Nathan Rixham wrote: Jason Pruim wrote: On Jan 12, 2009, at 2:16 PM, Nathan Rixham wrote: Jason Pruim wrote: Hi Everyone, I know it's not a php question... But I know alot of you use rewrite rules and regular expressions and so I thought maybe you wou

Re: [PHP] Re: RewriteRules

2009-01-13 Thread Jason Pruim
is: ... HTML; ?> But to each his (Or her) own right? -- Jason Pruim japr...@raoset.com 616.399.2355

Re: [PHP] Re: RewriteRules

2009-01-13 Thread Jason Pruim
On Jan 13, 2009, at 1:26 PM, Robert Cummings wrote: On Tue, 2009-01-13 at 13:14 -0500, Jason Pruim wrote: On Jan 13, 2009, at 9:46 AM, Ashley Sheridan wrote: On Tue, 2009-01-13 at 09:33 -0500, tedd wrote: At 2:33 PM + 1/13/09, Ashley Sheridan wrote: On Tue, 2009-01-13 at 09:20 -0500

Re: [PHP] Re: RewriteRules

2009-01-13 Thread Jason Pruim
On Jan 13, 2009, at 1:30 PM, Kyle Terry wrote: On Tue, Jan 13, 2009 at 10:28 AM, Jason Pruim wrote: On Jan 13, 2009, at 1:26 PM, Robert Cummings wrote: On Tue, 2009-01-13 at 13:14 -0500, Jason Pruim wrote: On Jan 13, 2009, at 9:46 AM, Ashley Sheridan wrote: On Tue, 2009-01-13 at 09:33

Re: [PHP] Re: RewriteRules

2009-01-13 Thread Jason Pruim
On Jan 13, 2009, at 1:29 PM, Eric Butera wrote: On Tue, Jan 13, 2009 at 1:14 PM, Jason Pruim wrote: On Jan 13, 2009, at 9:46 AM, Ashley Sheridan wrote: On Tue, 2009-01-13 at 09:33 -0500, tedd wrote: At 2:33 PM + 1/13/09, Ashley Sheridan wrote: On Tue, 2009-01-13 at 09:20 -0500

Re: [PHP] Basic Authentication

2009-01-15 Thread Jason Pruim
properly commented code so future people can view/edit the code :) -- Jason Pruim japr...@raoset.com 616.399.2355

[PHP] Curriculum Vitae opinions

2009-01-18 Thread Jason Pruim
Hi everyone, I am working on putting together my Curriculum Vitae (Cv/Resume for those not the US and not in the academic world) and wanted to get some opinions on how you would list a long term project? You know, something like where you may only work a little each month but are involved

[PHP] Undefined index error

2009-01-19 Thread Jason Pruim
defined index error and I can safely ignore it since it works just fine. All I have to do is turn off the error reporting and it's gone... But I want to write good code... Any Suggestions? -- Jason Pruim japr...@raoset.com 616.399.2355

Re: [PHP] Undefined index error

2009-01-19 Thread Jason Pruim
On Jan 19, 2009, at 2:32 PM, Richard Heyes wrote: Notice: Undefined index: 2 in /home/raosetc/public_html/purl/p.php on line 19 and here is Line 19: $data = explode("/", $_SERVER['REQUEST_URI']); Hi, Are you sure it's an array? Use print_r() or var_dump() on $_SERVER['REQUEST_URI'] on th

Re: [PHP] Undefined index error

2009-01-19 Thread Jason Pruim
On Jan 19, 2009, at 3:28 PM, Daniel Brown wrote: On Mon, Jan 19, 2009 at 14:32, Richard Heyes wrote: Notice: Undefined index: 2 in /home/raosetc/public_html/purl/p.php on line 19 and here is Line 19: $data = explode("/", $_SERVER['REQUEST_URI']); When I view that file, on line 19, I

Re: [PHP] maybe we could all?

2009-01-20 Thread Jason Pruim
iling List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Morning Nathan! Count me in! Not sure what I can do to help yet, but more then willing to pitch in and give my opinion where I can at least make an attempt at sounding intelligent! :) -- Jason Pruim japr...@raoset.com 616.399.2355

Re: [PHP] developers life

2009-01-20 Thread Jason Pruim
works properly... What does that make me? :P -- Jason Pruim japr...@raoset.com 616.399.2355

Re: [PHP] developers life

2009-01-20 Thread Jason Pruim
On Jan 20, 2009, at 9:18 AM, Robert Cummings wrote: On Tue, 2009-01-20 at 08:16 -0500, Jason Pruim wrote: On Jan 19, 2009, at 10:12 PM, Paul M Foster wrote: On Mon, Jan 19, 2009 at 10:23:49PM -, c...@l-i-e.com wrote: ESTJ Me too. After answering 68 questions (All that displayed

Re: [PHP] maybe we could all?

2009-01-20 Thread Jason Pruim
mon Objects and Datatypes", has anyone proposed "COD Pieces"? -- Thanks! -Shawn http://www.spidean.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Project COD: For the World, By the World. Would version 2 then be c

Re: [PHP] developers life

2009-01-20 Thread Jason Pruim
On Jan 20, 2009, at 9:54 AM, Jason Pruim wrote: On Jan 20, 2009, at 9:18 AM, Robert Cummings wrote: On Tue, 2009-01-20 at 08:16 -0500, Jason Pruim wrote: On Jan 19, 2009, at 10:12 PM, Paul M Foster wrote: On Mon, Jan 19, 2009 at 10:23:49PM -, c...@l-i-e.com wrote: ESTJ Me too

Re: [PHP] curl can't connect to my home server

2009-01-20 Thread Jason Pruim
z/sn.php The curl script is at http://veerman.ws/servagetest.php Any light you can shed on this is very greatly appreciated. I'm kinda stuck at a huge brick wall here.. This might seem a little simplistic but... You say it's your home server... Do you either have a static IP or know for sur

Re: [PHP] About printing functions

2009-01-21 Thread Jason Pruim
tested and just trying to understand why :) -- Jason Pruim japr...@raoset.com 616.399.2355

Re: [PHP] New PHP User with a simple question OT

2009-01-25 Thread Jason Pruim
On Jan 25, 2009, at 9:19 AM, tedd wrote: At 11:56 AM +0100 1/25/09, Carlos Medina wrote: Hi Ashley, yes this is the right answer. The "Problem" is not a PHP Question but a programming question. To be clear: i think, the "Problem" can you solve, if you get two or tree books or tutorials abo

Re: [PHP] New PHP User with a simple question

2009-01-25 Thread Jason Pruim
On Jan 24, 2009, at 11:06 PM, Christopher W wrote: At least I hope it is simple... I am trying to get an HTML menu link to set a variable's value. For example, when a user clicks the "Home" button on my page it would cause $page = "home"; or clicking the "About Us" button will set $page="

Re: [PHP] Blank page of hell..what to look for

2009-02-02 Thread Jason Pruim
cript, go ahead and post it to the list and maybe we can find something quickly. -- Jason Pruim japr...@raoset.com 616.399.2355

Re: [PHP] Back to Basics - Re: [PHP] Re: for the security minded web developer - secure way to login?

2009-02-16 Thread Jason Pruim
On Feb 16, 2009, at 6:11 AM, German Geek wrote: Brilliant. Someone who understood my intentions :) It's not only a good exercise but also useful. Once done in PHP and various JS frameworks, we could port it to other languages. Would suggest to support as many as we can because they all hav

Re: [PHP] adding whitespace to a timestamp

2009-02-21 Thread Jason Pruim
On Feb 21, 2009, at 1:28 PM, Eric Sherman wrote: I hoping to add a space between the date and the time in this: $thedate = date('M jS g:i A', $postTIME); i.e, between* jS* and *g:i* I've looked around but can't find anything. Thanks If what you want it to have something like this: First

Re: [PHP] Problem with passing and Area in a $_POST

2009-03-15 Thread Jason Pruim
Richard Kurth wrote: tedd wrote: At 8:56 AM -0700 3/15/09, Richard Kurth wrote: This is the form that is being sent as a post and the fieldorder[] is the part that is not sending properly. But it has worked for about a year in the script. It just stopped working. and I did not change anythin

Re: [PHP] Proper code formatting

2009-03-23 Thread Jason Pruim
George Larson wrote: On Mon, Mar 23, 2009 at 8:23 AM, Shawn McKenzie wrote: Bob McConnell wrote: From: Michael A. Peters Angus Mann wrote: Hi all, I'm fairly new to PHP so I don't have too many bad habits yet. I'm keen to make my code easy to read

Re: [PHP] today i found the best function I've ever seen

2009-03-23 Thread Jason Pruim
Daniel Brown wrote: On Mon, Mar 23, 2009 at 09:07, Igor Escobar wrote: Do not try this at home... Sorry, all, I must have yelled. Two days later and my words are still echoing. ;-P Yeah... Would you keep your voice down You self titled oh so important person! :P -- PHP

Re: [PHP] Double the fun

2009-03-23 Thread Jason Pruim
tedd wrote: Daniel Brown wrote: Sorry, all, I must have yelled. Two days later and my words are still echoing. ;-P I'm sure everyone has experienced email being delivered oddly. What's the problem that causes an email to be sent one day and then a week. or so later, it's sent again?

Re: [PHP] Double the fun

2009-03-23 Thread Jason Pruim
tedd wrote: At 10:09 AM -0400 3/23/09, Jason Pruim wrote: tedd wrote: Daniel Brown wrote: Sorry, all, I must have yelled. Two days later and my words are still echoing. ;-P I'm sure everyone has experienced email being delivered oddly. What's the problem that causes an e

Re: [PHP] hierarchies

2009-03-27 Thread Jason Pruim
PJ wrote: I do have a bit of a problem which has not been clearly explained in the suggestions to my previous posts and that is the question of hierarchies. I have not yet understood how to include a file anywhere in a directory tree and have it point to the right file which may be in the top d

Re: [PHP] hierarchies

2009-03-27 Thread Jason Pruim
PJ wrote: Jason Pruim wrote: PJ wrote: I do have a bit of a problem which has not been clearly explained in the suggestions to my previous posts and that is the question of hierarchies. I have not yet understood how to include a file anywhere in a directory tree and have it point to

Re: [PHP] PHP and Send Mail

2009-04-08 Thread Jason Pruim
Alejandro Esteban Galvez wrote: Hi!, I am making a web system and i need known how send a mail using PHP Bye HTTP://www.php.net/mail -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Please Help Me ASAP

2009-04-09 Thread Jason Pruim
Jason Pruim On Apr 9, 2009, at 11:03 PM, kunal sharma wrote: Hello, I'm building my own website without any knowledge of PHP, & i'm almost done with that..as my website works fine on my local server i:e WAMPSERVER 2.0, but the same code is not working on server...n i

Re: [PHP] $_GET verses $_POST

2009-04-12 Thread Jason Pruim
On Apr 12, 2009, at 1:48 PM, Ron Piggott wrote: Thanks. I got my script updated. Ron There are a few other thing's that I didn't see mentioned... The best description of when to use what, is this.. Use POST when you are submitting a form for storing info, using GET when you are retrie

Re: [PHP] Logical next step in learning?

2009-04-14 Thread Jason Pruim
Hi Gary, I would start working on your project. That's how I got to where I am with it. Now though... I want to go through and completely recode the entire project.. Which is something you'll have to get used to :) But I'd start coding and when you run into a problem, ask.. If you search

Re: [PHP] redirect to a page the fist time a site is accessed

2009-04-14 Thread Jason Pruim
On Apr 14, 2009, at 10:11 PM, "Don" wrote: Hi, I have some code in my index.php file that check the user agent and redirects to a warning page if IE 6 or less is encountered. 1. I'm using a framework and so calls to all pages go through index.php 2. The code that checks for IE 6 or less

Re: [PHP] Directing form to different handlers?

2009-06-01 Thread Jason Pruim
On May 31, 2009, at 10:53 PM, Angus Mann wrote: Hi all. I realize this is more an HTML question than PHP but I'm sure someone here can help. I have several forms with lots (dozens) of text inputs. If the user presses the "Update" button I want the form handled by "update.php" but if they

Re: [PHP] Directing form to different handlers?

2009-06-01 Thread Jason Pruim
ing on the person I'm just curious at this point :) On Mon, Jun 1, 2009 at 2:28 PM, Shawn McKenzie wrote: Jason Pruim wrote: On May 31, 2009, at 10:53 PM, Angus Mann wrote: Hi all. I realize this is more an HTML question than PHP but I'm sure someone here can help.

Re: [PHP] This Friday's OT Thread

2009-06-19 Thread Jason Pruim
nd looking for a job point your shiny rectangle here: HTTP://www.jasonpruim.com/jobsearch And yes I know the site doesn't validate :P If anyone knows of other sites/businesses let me know and I'll add them. Happy Friday to All you crazy employed programmers! Jason Pruim On Jun

Re: [PHP] This Friday's OT Thread

2009-06-19 Thread Jason Pruim
Jason Pruim On Jun 19, 2009, at 3:14 PM, Daniel Brown wrote: On Fri, Jun 19, 2009 at 15:00, Jason Pruim wrote: Wow dan, must be nice to have the time to read all that :P I could rant about how hard it is to find a job when you don't have much verifiable experience But instead

Re: [PHP] PHP/mysql equivalent of PEAR's tableInfo()??

2009-07-15 Thread Jason Pruim
On Jul 13, 2009, at 10:03 AM, Govinda wrote: I have this code: $db_billing=mysqli_connect(localhost,metheuser,mypass,billing); if (mysqli_connect_error()) { die("Can't connect: " . mysqli_connect_error()); } mysqli //$dbname = 'billing'; $sql = "SHOW TABLES";

[PHP] Back from the dead with a racing question!

2009-07-17 Thread Jason Pruim
Hi everyone! So some of you may have noticed that I have been away for quite awhile... Been trying to get settled (Moved across the country) and getting a job. And now that that is done I have a question about a project that I might be doing for my current employer and want to do it prope

Re: [PHP] Back from the dead with a racing question!

2009-07-17 Thread Jason Pruim
On Jul 17, 2009, at 11:56 AM, Bastien Koert wrote: On Fri, Jul 17, 2009 at 11:51 AM, tedd wrote: At 11:12 AM -0400 7/17/09, Jason Pruim wrote: Hi everyone! So some of you may have noticed that I have been away for quite awhile... Been trying to get settled (Moved across the country) and

Re: [PHP] Back from the dead with a racing question!

2009-07-18 Thread Jason Pruim
On Jul 18, 2009, at 5:54 PM, Phpster wrote: On Jul 18, 2009, at 9:45 AM, Ashley Sheridan wrote: On Fri, 2009-07-17 at 14:01 -0400, Bastien Koert wrote: On Fri, Jul 17, 2009 at 1:54 PM, Jason Pruim wrote: On Jul 17, 2009, at 11:56 AM, Bastien Koert wrote: On Fri, Jul 17, 2009 at 11

Re: [PHP] need to get .html files parsed by PHP. -- WAS: why does PHP parse "*.html" files in one subdir/ but not in another?

2009-07-19 Thread Jason Pruim
On Jul 19, 2009, at 10:43 AM, Govinda wrote: Generally, if a file has a .html extenstion, then it should really just contain html. .php extensions are meant for php code containing html. File extension has absolutely no bearing at all on the contents of the file. There's valid reasons

[PHP] Introduction and questions...

2007-01-09 Thread Jason Pruim
It's another one of my many projects filed under "CRITICAL" Ahhh... The joys of a small business and wearing many many hats :) Anyway... Long enough post for my question I think, if you need more info let me know, and thanks in advance for any help even if it's just

[PHP] More efficient thumbnail script

2007-01-16 Thread Jason Pruim
any more info you need and thanks in advance for any help or pointers you could give! As always "RTFM" is okay just please point me to the right "FM" ;) -- Jason Pruim [EMAIL PROTECTED] Production & Technology Manager MQC Specialist (2005 certified) 3251 132nd Ave

Re: [PHP] More efficient thumbnail script

2007-01-16 Thread Jason Pruim
ine(Part of what I'm learning) I didn't want to screw anything up. Jason Pruim wrote: Hello, First off, thanks to everyone who helped me get started with a thumbnail gallery that would display info you could just copy/paste into a weblog (Or any webpage) and have the picture disp

Re: [PHP] More efficient thumbnail script

2007-01-17 Thread Jason Pruim
On Jan 16, 2007, at 4:15 PM, Paul Novitski wrote: At 1/16/2007 12:54 PM, Jason Pruim wrote: First off, thanks to everyone who helped me get started with a thumbnail gallery that would display info you could just copy/paste into a weblog (Or any webpage) and have the picture display. I am

[PHP] Date/time format?

2007-03-28 Thread Jason Pruim
;M" would be GREATLY appreciated! :) -- Jason Pruim [EMAIL PROTECTED] Production & Technology Manager MQC Specialist (2005 certified) 3251 132nd Ave Holland MI 49424 616.399.2355 www.raoset.com “Give me your tired, your poor, Your huddled masses yearning to breathe free, The wretched re

Re: [PHP] Audio CAPTCHA review request

2007-03-29 Thread Jason Pruim
ww.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Jason Pruim [EMAIL PROTECTED] Production & Technology Manager MQC Specialist (2005 certified) 3251 132nd Ave Holland MI 49424 616.399.2355 www.raoset.com "We hold these truths to be self-evident. That all men are created e

Re: [PHP] Audio CAPTCHA review request

2007-03-29 Thread Jason Pruim
p://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Jason Pruim [EMAIL PROTECTED] Production & Technology Manager MQC Specialist (2005 certified) 3251 132nd Ave Holland MI 49424 616.399.2355 www.raoset.com "We hold these truths to be self-evident. That all men are

Re: [PHP] Date/time format?

2007-03-29 Thread Jason Pruim
mysql_fetch_array($querytime)){ $fulltotal=$row['t1']+$row['t2']; echo($fulltotal); } but that didn't work the way I wanted it to. Anyway... Post is long enough to start, so let me know if there is other info you need. Thanks in advance! -- Jason Pruim [EMAIL PROTECTED

Re: [PHP] Date/time format?

2007-03-30 Thread Jason Pruim
r help! It's because of people like you that I have been able to come as far as I have in this world. -- Jason Pruim [EMAIL PROTECTED] Production & Technology Manager MQC Specialist (2005 certified) 3251 132nd Ave Holland MI 49424 616.399.2355 www.raoset.com “Give me your tired, you

Re: [PHP] Date/time format?

2007-03-30 Thread Jason Pruim
quot;array" so my thinking is that the errors are caused by the array not being populated properly based on the extra "[" or a missing "]". Am I at least on the right track? -- Jason Pruim [EMAIL PROTECTED] Production & Technology Manager MQC Specialist (2005 cer

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

2007-03-30 Thread Jason Pruim
/earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Jason Pruim [EMAIL PROTECTED] Production & Technology Manager MQC Specialist (2005 certified) 3251 132nd Ave Holland MI 49424 616.399.2355 www.raoset.com “Give me

Re: [PHP] Audio CAPTCHA review request

2007-04-05 Thread Jason Pruim
-- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Jason Pruim [EMAIL PROTECTED] Production & Technology Manager MQC Specialist (2005 certified) 3251 132nd Ave Hol

Re: [PHP] Re: WYSIWYG vs. the 'power-user'

2007-04-12 Thread Jason Pruim
rn alot about how a car works to understand why sticking the key in the ignition and turning it starts the car... :) -- Jason Pruim [EMAIL PROTECTED] Production & Technology Manager MQC Specialist (2005 certified) 3251 132nd Ave Holland MI 49424 616.399.2355 www.raoset.com "B

Re: [PHP] Why aren't you rich? (was Re: unset() something that doesn't exist)

2009-08-26 Thread Jason Pruim
On Aug 26, 2009, at 1:23 PM, Tom Worster wrote: On 8/26/09 10:08 AM, "tedd" wrote: I had a client say to me once "If you're so smart, then why aren't you rich?" how about: "i'm smart enough that i know not to waste my allotted time on this planet amassing riches." i know plenty of rich

Re: [PHP] Spreadsheet_Excel_Reader problem

2010-03-19 Thread Jason Pruim
On Mar 18, 2010, at 1:26 PM, Andrew Ballard wrote: On Thu, Mar 18, 2010 at 1:00 PM, Ashley Sheridan wrote: [snip] And I believe that when MS Office saves a CSV out with a character other than a comma as the delimiter, it still saves it as a .csv by default. Nope. If you save as CSV, it i

[PHP] blog design issue...

2010-03-20 Thread Jason Pruim
just wanted to know what you all think :) Oh I'm also not expecting to have more then 4 or 5 categories at the most Unless I release the blog to the public and take wordpress down :P So any help would be greatly appreciated :) Thanks yall! Jason Pruim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Zip Search

2010-04-15 Thread Jason Pruim
On Apr 15, 2010, at 3:21 PM, Jack wrote: Hello All, Can anyone recommend a good open source zip code search application and database? If it's us zip's you want... I'd go straight to the source... http://www.usps.com/zip4/welcome.htm?from=home_header&page=findazipcode The post office a

Re: [PHP] Basic switch statement

2010-04-15 Thread Jason Pruim
On Apr 15, 2010, at 8:55 AM, tedd wrote: At 4:13 PM -0400 4/14/10, Al wrote: Incidentally, about formatting scripts, one of the reasons I like phpEdit is that it has a terrific code beautifier. You can set it for phpDoc or Pear rendering. And, it auto indents, etc. as you enter stuff.

Re: [PHP] Basic switch statement

2010-04-15 Thread Jason Pruim
On Apr 15, 2010, at 9:24 AM, Ashley Sheridan wrote: On Thu, 2010-04-15 at 08:55 -0400, tedd wrote: Have you tried Coder on the Mac? Most developers I know who use Macs (it's not the oxymoron it sounds! :p ) Most Mac people would say the morons use Windows ;) But that's another story f

Re: [PHP] How to do i18n better?

2010-04-19 Thread Jason Pruim
On Apr 18, 2010, at 6:55 PM, Andre Polykanine wrote: Hi everyone, I posted this in the PHP-i18n list, however got no answer so trying here). We are making a blog platform (http://oire.org/) which is provided in several languages (currently they are Russian, Ukrainian, and English). Now the i18

Re: [PHP] Structured PHP studying

2010-04-24 Thread Jason Pruim
On Apr 24, 2010, at 7:14 AM, David McGlone wrote: On Friday 23 April 2010 07:45:16 Michiel Sikma wrote: On 23 April 2010 13:15, David McGlone wrote: Is there a good strategy to studying PHP? For instance, is there a way to break everything down into small managable topics? -- Blessings, Da

Re: [PHP] What's your game? (X-PHP)

2010-04-25 Thread Jason Pruim
On Apr 25, 2010, at 9:16 AM, tedd wrote: Hi gang: Considering we recently had several people mention what games they play, it might be interesting to see what everyone plays. As for me, I currently play "Modern Warfare 2" on XBOX. It's the most recent in a long line of war games (i.e., C

Re: [PHP] Two color rows in table inside while iteration -- just say no to mod

2010-04-30 Thread Jason Pruim
On Apr 30, 2010, at 4:20 PM, Daevid Vincent wrote: -Original Message- From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk] Modulus is the most elegant solution I reckon. Imagine if you only needed to highlight every 3rd row, or 4th? Easy to change the modulus for it, not so easy to

Re: [PHP] Can't find my error

2010-05-06 Thread Jason Pruim
On May 5, 2010, at 9:02 PM, David McGlone wrote: On Wednesday 05 May 2010 13:12:58 Dan Joseph wrote: On Wed, May 5, 2010 at 1:06 PM, David McGlone wrote: On Wednesday 05 May 2010 12:59:07 Dan Joseph wrote: On Wed, May 5, 2010 at 12:55 PM, David McGlone wrote: 26. if(isset(

[PHP] A weird problem that probably has a comma in the wrong spot....

2010-05-16 Thread Jason Pruim
Hi Everyone! So I'm sitting here trying to get my RSS feed to work off of my main database login script so that I can centralize the management of the whole blasted thing, you know... stuff like only having the password in one place to log into the DB :) I can connect just fine if I inclu

Re: [PHP] A weird problem that probably has a comma in the wrong spot....

2010-05-16 Thread Jason Pruim
On May 16, 2010, at 1:11 PM, Ashley Sheridan wrote: On Sun, 2010-05-16 at 13:14 -0400, Jason Pruim wrote: Hi Everyone! So I'm sitting here trying to get my RSS feed to work off of my main database login script so that I can centralize the management of the whole blasted thing, you

Re: [PHP] A weird problem that probably has a comma in the wrong spot....

2010-05-16 Thread Jason Pruim
On May 16, 2010, at 1:21 PM, Peter Lind wrote: On 16 May 2010 19:14, Jason Pruim wrote: Hi Everyone! So I'm sitting here trying to get my RSS feed to work off of my main database login script so that I can centralize the management of the whole blasted thing, you know... stuff like

Re: [PHP] iCal parsing and processing

2010-05-25 Thread Jason Pruim
Hi Larry, Take a look at: http://trac.calendarserver.org/ It's Apple's open source page which includes their iCal web server... Maybe something can be pulled from that? Just something to think about and see if it helps :) Also... Not sure if you've looked at the CalDav protocol but that i

[PHP] authentication issue...

2010-05-28 Thread Jason Pruim
Hey Everyone, So I'm sitting here on a friday night trying to figure out how in the world I'm going to fix an issue that should probably be simple to me but is escaping me at the moment Take this authentication function: $loginQuery = "SELECT * FROM {$cfgtableAuth} WHERE

Re: [PHP] authentication issue...

2010-05-29 Thread Jason Pruim
On May 29, 2010, at 12:02 AM, Nathan Nobbe wrote: On Fri, May 28, 2010 at 7:43 PM, Jason Pruim > wrote: Hey Everyone, So I'm sitting here on a friday night trying to figure out how in the world I'm going to fix an issue that should probably be simple to me but is escap

Re: [PHP] NetBeans Question

2010-05-30 Thread Jason Pruim
On May 30, 2010, at 12:32 PM, php wrote: On 05/30/2010 05:57 PM, tedd wrote: Hi gang: Do any of you use NetBeans for your IDE? Yes, i do. Since 2 Years (Netbeans 6.5 then), now with 6.8 I work very well with netbeans on Mac OS-X and Ubuntu, using SVN as version-backend, XDEBUG for debugg

[PHP] Inner join woes... and sweet tea!

2010-07-05 Thread Jason Pruim
Hi everyone, I'll admit right now that I'm still trying to wrestle with inner joins... Which leaves me with this code right here: $sql = "SELECT * FROM ".$cfgtableContent." INNER JOIN ".$cfgtableCategories." WHERE ".$cfgtableContent.".postCat = ".$cat." ORDER BY ".$cfgtable

Re: [PHP] Inner join woes... and sweet tea!

2010-07-05 Thread Jason Pruim
On Jul 5, 2010, at 9:14 AM, Peter Lind wrote: On 5 July 2010 15:02, Jason Pruim wrote: Hi everyone, I'll admit right now that I'm still trying to wrestle with inner joins... Which leaves me with this code right here: ".$cfgtableCategories." WHERE ".$cfgtableCon

Re: [PHP] State and City Database

2010-07-09 Thread Jason Pruim
On Jul 9, 2010, at 10:43 AM, tedd wrote: At 2:07 PM +0200 7/9/10, Thijs Lensselink wrote: On 07/07/2010 10:02 PM, tedd wrote: Hi gang: Does anyone have a source for a US State and City database? Cheers, tedd Hey Tedd, Maybe this helps. I used the data files for some other projects.. h

[PHP] There has to be a better way!!

2010-07-10 Thread Jason Pruim
Okay so I've been fighting with this for awhile now and haven't found a better way yet What I want to do, is I have a small portion of my website included into a template. It is displaying hosting plans so on the main site "index.php" I want it to display a little bit of text (Same as o

Re: [PHP] There has to be a better way!!

2010-07-10 Thread Jason Pruim
On Jul 10, 2010, at 12:03 PM, Ashley Sheridan wrote: On Sat, 2010-07-10 at 11:58 -0400, Jason Pruim wrote: Okay so I've been fighting with this for awhile now and haven't found a better way yet What I want to do, is I have a small portion of my website included into a templ

Re: [PHP] Recent Influx of Unrelated Discussions

2010-07-16 Thread Jason Pruim
On Jul 16, 2010, at 10:47 AM, Paul M Foster wrote: On Fri, Jul 16, 2010 at 11:59:49AM +0200, Arno Kuhl wrote: And Daniel, your own gentle prods to keep things on track I think sets some of the professional tone of the list. This is very true. I've administered various lists for almost te

[PHP] Fwd: [PHP-DB] always the logic that messes me up.... Database fun!

2010-07-20 Thread Jason Pruim
Hey Everyone, I know it's not strictly on topic but the php-db list hasn't responded and I haven't gotten any farther :) So please read below and earn a free beer for anyone that can help me, and can make it to Florida :) Begin forwarded message: From: Jason Pruim Date

Re: [PHP] the state of the PHP community

2010-07-29 Thread Jason Pruim
On Jul 29, 2010, at 1:36 AM, Nathan Rixham wrote: Hi All, Hey Nathan! I find myself wondering about the state of the PHP community (and related community with a PHP focus), so, here's a bunch of questions - feel free to answer none to all of them, on list or off, or add more of your

Re: [PHP] Need help calling multiple functions with if_is

2010-07-31 Thread Jason Pruim
Hi Vince, On Jul 31, 2010, at 3:15 PM, Vince Leibowitz wrote: ) (is_page(42)( (is_page(10)() >? Try: if (is_home(wpads('728leaderboard');) (is_page(42)( wpads('leaderboard1') (is_page(10)(wpads('leaderboard5)) ?> All I did was pull out all the jumps into PHP since the whole th

Re: [PHP] Need help calling multiple functions with if_is

2010-07-31 Thread Jason Pruim
ances, which is the same issue I was having with the original code string. On Sat, Jul 31, 2010 at 2:25 PM, Jason Pruim > wrote: Hi Vince, On Jul 31, 2010, at 3:15 PM, Vince Leibowitz wrote: ) (is_page(42)( (is_page(10)() >? Try: if (is_home(wpads('728leaderboard&

Re: [PHP] mysqldump

2010-08-17 Thread Jason Pruim
On Aug 17, 2010, at 3:19 PM, tedd wrote: > At 11:45 AM -0700 8/17/10, Mari Masuda wrote: >> Actually, >> >>mysqldump -u user -p password database_name > outfile.sql >> >> is also the incorrect command. When providing the password in the command, >> there should not be a space between th

  1   2   3   4   5   6   7   >