Re: [PHP] Big companies that use PHP?

2008-04-23 Thread Dan Joseph
:) > > > > > > Do any of you know? > > > > And what % of the web market share does PHP take? > > > > > > Thanks, > > Thiago Pojda > > I'm with my 3rd company over $100 million in sales per that uses PHP. There are lots out there. -

Re: [PHP] php 5 and mysql failure

2008-04-30 Thread Dan Joseph
r help, > > YEHUDI GARRETT > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Have you tried output your SQL query and pasting it into mysql to see if it runs? Sounds to me like it isn't a valid query, that would

Re: [PHP] Categories like wordpress

2008-05-01 Thread Dan Joseph
eyword information, then an associations table with the image id and keyword id link. Either way should work ok. -- -Dan Joseph "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] Where to start!

2008-05-05 Thread Dan Joseph
ut, maybe you could explain a little more about this application. How big do you think it will be. How much acitivity, etc? That would probably help us point you in the right direction. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. Reseller plans and Dedicated servers available

Re: [PHP] Recommended book on PHP/SOAP

2008-05-05 Thread Dan Joseph
you'll want to grab NuSOAP. Its actually a pretty nice SOAP library. You can ifnd it on google. I was able to work with it by searching for examples just fine. You may not even need a book. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. Reseller plans and Dedicated se

Re: [PHP] Setting up a program that can be accessed by all domain on a server

2008-05-08 Thread Dan Joseph
eb site? If its just needing to get data, you could build a web service and give access to it for all other domains. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. Reseller plans and Dedicated servers available. "Build a man a fire, and he will be warm for the rest of the d

Re: [PHP] Setting up a program that can be accessed by all domain on a server

2008-05-08 Thread Dan Joseph
On Thu, May 8, 2008 at 11:54 AM, Richard Kurth <[EMAIL PROTECTED]> wrote: > Dan Joseph wrote: > >> On Thu, May 8, 2008 at 11:47 AM, Richard Kurth < >> [EMAIL PROTECTED]> >> wrote: >> >> >> >>> I have a program that I am writing that

Re: [PHP] Why doesn't working with array's ever stick in my thick head?

2008-05-09 Thread Dan Joseph
he $_POST array has the proper values stored properly... I just can't seem > to figure out how to work with the values... Any ideas? Or slaps on the back > of the head to wake me up a little? :) > > I need help :P > > > > -- > > Jason Pruim > Raoset Inc. > Techn

Re: [PHP] validating textarea using php

2008-05-13 Thread Dan Joseph
ook thru the comments on http://us.php.net/chop and you'll find a few different ways of doing it. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. Reseller plans and Dedicated servers available. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] JavaScript and PHP

2008-05-14 Thread Dan Joseph
tById('image1').src = " http://portulan-online.net/einstein-"; + + ".png"; You could do that. Also, I'd suggest using $_GET instead of $_REQUEST. Request works,b ut it is very broad. $_GET is more specific/secure. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. Reseller plans and Dedicated servers available. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] Validating Form input

2008-05-14 Thread Dan Joseph
, as JavaScript is unreliable at best. Now, the only real advantage I've seen with JS validation is just to have that first line of validation to save the end user some time in between submits. If you don't want to bother with it, don't. I tend to just for that first layer. --

Re: [PHP] Problems with includes

2008-05-16 Thread Dan Joseph
ire() [function.require]: Failed opening required > '/Tools/dbtools/dbtool.php' (include_path='.:/usr/share/pear') > /srv/www/html/lib/index.php, line 16 > > Am I missing something? > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: ht

Re: [PHP] Threads PHP

2008-05-16 Thread Dan Joseph
gt; Phone: +595-961-974165 > Check out: http://pecl.php.net/package/threads That might help you out. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. Reseller plans and Dedicated servers available. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] Problems with includes

2008-05-16 Thread Dan Joseph
Lucas > > "Some men are born to greatness, some achieve greatness, > and some have greatness thrust upon them." > > Twelfth Night, Act II, Scene V >by William Shakespeare > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe,

Re: [PHP] Problems with includes

2008-05-16 Thread Dan Joseph
- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > It deosn't look like it updated your path. Output a phpinfo() and make sure you have the correct php.ini. web servers tend to have more than one laying around. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. Reseller plans and Dedicated servers available. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] php training institutes

2008-05-17 Thread Dan Joseph
;ll have all the resources you'll need to learn it. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. Reseller plans and Dedicated servers available. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] Enterprise

2008-05-20 Thread Dan Joseph
7;s eyes is that there must be something wrong with it. PHP falls into this category. I work for a large corporation, we use PHP here, Yahoo uses it, a lot of places use it. It can handle enterprise. Really, I think the architecture of the software would dictate that more than that language. -- -

Re: [PHP] page suck attack

2008-05-21 Thread Dan Joseph
Are you talking about a DOS attack? (Denial of Service) -- this is usually where your site is flooded with hits and you can't get to it because its overloaded. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. Reseller plans and Dedicated servers available. "Build a ma

Re: [PHP] PHP eg.

2008-05-30 Thread Dan Joseph
P so that i can > study and learn. > > thank you. > Best thing to do is stay on this mailing list, and use php.net, phpbuilder.com, and other php web sites as a reference. There are a lot of code examples out there. Come up with a project, and start coding. -- -Dan Joseph www.can

Re: [PHP] going from procedural style to object orientated style coding

2008-05-30 Thread Dan Joseph
ling List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > If you want to go the book route, look for "Design Patterns" on Amazon.com, its a good general overview. That's how I got started, from there it starts to become natural for you. Maybe sear

Re: [PHP] About MS SQL Connections...

2008-06-03 Thread Dan Joseph
enas intenciones está empedrado el camino al infierno..." > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > Can you post your code and error so we can take a look? -- -Dan Joseph www.canishosting.com - Plans sta

[PHP] WSDL/SOAP/PHP5

2008-06-06 Thread Dan Joseph
used to generate the WSDL? Should I just abandon PHP5's SOAP and use NuSOAP? -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] WSDL/SOAP/PHP5

2008-06-07 Thread Dan Joseph
On Fri, Jun 6, 2008 at 6:33 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > On Fri, Jun 6, 2008 at 2:53 PM, Dan Joseph <[EMAIL PROTECTED]> wrote: > >> Hi Everyone, >> >> I'm struggling with a WSDL trying to make it work right. I don't even >&

[PHP] NuSOAP assistance.

2008-06-08 Thread Dan Joseph
;xsd:string' ), array( 'firstname'=>'xsd:string' ), array( 'lastname'=>'xsd:string' ), array( 'companyname'=>'xsd:string' ), array( 'dealername'=>'xsd:string' ), array( 'contact_address1'=>'xsd:string' ), array( 'contact_address2'=>'xsd:string' ), array( 'contact_city'=>'xsd:string' ), array( 'contact_state'=>'xsd:string' ), array( 'contact_zip'=>'xsd:string' ), array( 'emailaddress'=>'xsd:string' ), array( 'phone'=>'xsd:string' ), array( 'cellphone'=>'xsd:string' ), array( 'fax'=>'xsd:string' ), array( 'contactpref'=>'xsd:string' ), array( 'referral'=>'xsd:string' ), array( 'origin_contactname'=>'xsd:string' ), array( 'origin_contactphone1'=>'xsd:string' ), array( 'origin_contactphone2'=>'xsd:string' ), array( 'origin_address1'=>'xsd:string' ), array( 'origin_address2'=>'xsd:string' ), array( 'origin_city'=>'xsd:string' ), array( 'origin_state'=>'xsd:string' ), array( 'origin_zip'=>'xsd:string' ), array( 'dest_contactname'=>'xsd:string' ), array( 'dest_contactphone1'=>'xsd:string' ), array( 'dest_contactphone2'=>'xsd:string' ), array( 'dest_address1'=>'xsd:string' ), array( 'dest_address2'=>'xsd:string' ), array( 'dest_city'=>'xsd:string' ), array( 'dest_state'=>'xsd:string' ), array( 'dest_zip'=>'xsd:string' ), array( 'vin'=>'xsd:string' ), array( 'year'=>'xsd:string' ), array( 'make'=>'xsd:string' ), array( 'model'=>'xsd:string' ), array( 'color'=>'xsd:string' ), array( 'vehicletype'=>'xsd:string' ), array( 'inop'=>'xsd:string' ), array( 'buyer_id'=>'xsd:string' ), array( 'item_id'=>'xsd:string' ), array( 'engine_size'=>'xsd:string' ), array( 'modified'=>'xsd:string' ), array( 'enclosed_carrier'=>'xsd:string' ), array( 'pickupdate'=>'xsd:string' ), array( 'latestpickupdate'=>'xsd:string' ), array( 'quote_type'=>'xsd:string' ), array( 'savequote'=>'xsd:string' ), array( 'return'=>'tns:VehiclesArray' ), $NAMESPACE ); function getQuote( $quoterequest ) { $vehicle = array(); // Create book (hardcoded author) $vehicle[] = array( 'author' => "Jack London", 'title' => "blah", 'numpages' => "pages", 'toc' => "toc" ); return $vehicle; } $HTTP_RAW_POST_DATA = isset($HTTP_RAW_POST_DATA) ? $HTTP_RAW_POST_DATA : ''; $server->service($HTTP_RAW_POST_DATA); ?> -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

[PHP] SOAP Client - Cannot use object of type stdClass as array

2008-06-19 Thread Dan Joseph
"contactpref" => "", "vin" => "", "color" => "", "height" => "", "buyer_id" => "", &q

Re: [PHP] Re: Military Service WAS [PHP] Capitalization of variable

2008-06-19 Thread Dan Joseph
If you want people to believe that mandatory service is a good thing, they have to do more to get that message out. Especially in this day and age where most people think enlisting is just volunteering to go to Iraq. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build

Re: [PHP] lester

2008-06-26 Thread Dan Joseph
gt; (*_*)>>>"Todos somos muy ignorantes. Lo que ocurre es que no todos > ignoramos las mismas cosas"<<<(*_*) > > > > > > > Servicio del Grupo de Redes > Universidad de Cienfuegos > Contacto: [EM

Re: [PHP] how to load uneven XML file into an array

2008-06-27 Thread Dan Joseph
>A > > > 2008-06-23 > > >A > > > >20802024AA >OR4100342 > > 2008-06-20 >

[PHP] SOAP - function does not exist?

2008-06-30 Thread Dan Joseph
l countless times, and do not see anything wrong it. Can anyone tell me where to begin trouble shooting this? I can post code from the client and class if need be. I guess I'm mainly trying to figure out: Does this point to a wsdl problem, or code problem? -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] SOAP - function does not exist?

2008-06-30 Thread Dan Joseph
t; > > Can you verify that? > > > > *From:* Dan Joseph [mailto:[EMAIL PROTECTED] > *Sent:* Monday, June 30, 2008 9:52 AM > *To:* Will Fitch > *Cc:* PHP General List > *Subject:* Re: [PHP] SOAP - function does not exist? > > > > > > On Mon, Jun 30, 2008 a

Re: [PHP] Execute command line as a different user

2008-07-01 Thread Dan Joseph
.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > I did a quick check on php.net, there is a post on there that talks about using sudo: @exec("echo 'apache' | /usr/bin/sudo -u mail -S /var/www/html/mailset.sh $name"); You may want to read thru it, php.net

Re: [PHP] What font/size do you use for programming?

2008-07-09 Thread Dan Joseph
for your > programming? > > Cheers, > > tedd > > -- > --- > 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 > > C

Re: [PHP] Re: What font/size do you use for programming?

2008-07-10 Thread Dan Joseph
at a previous job between our deployment manager and his new worker. We did credit card processing. They deployed the terminals to customers. They'd load the customer's data onto them, box, ship 'em. Her job was to ship them. He had a chart of how much each type of terminal

Re: [PHP] Re: What font/size do you use for programming?

2008-07-10 Thread Dan Joseph
> }else{ > $c++; > } > } > return 'negative'; > }else{ > return 'possitive'; > } > } > ?> > > I can't tell you how much HDD space I've saved doing this!! ;P > > ~Phil > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > You could probably save even more if you didn't use those unneeded returns also: 0){if($c){$c++;}else{$c++;}}return 'negative';}else{return 'possitive';}} ?> I think that's still perfectly legible. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] "Warning:Cannot modify header information -" Error

2008-07-15 Thread Dan Joseph
works fine.. I looked up for some > online help n most of them say I might have a whitespace near the line > number mentioned in the warning message. But I don't find any.. Please help > ! > > > > Did you know? You can CHAT without downloading messenger. Go to > h

[PHP] Returning SOAP array type

2008-07-18 Thread Dan Joseph
l? 2. What do I put in my php code to return the set of results? I've tried a couple things: while ( $blah = fetchrow ) { $array[] = $blah; } return $array that doesn't work. I tried some other variations. What am I missing? -- -Dan Joseph www.canishosting.com - Plans star

Re: [PHP] Date formatting issue

2008-08-05 Thread Dan Joseph
with tips on how to achieve this ? > > Cheers > > > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Check out date() and mktime() -- http://www.php.net/date http://www.php.net/mktime Both

[PHP] SOAP - return a list of items

2008-08-13 Thread Dan Joseph
any resources on how to setup the WSDL. Can someone point in the direction to get going on this? Anyone have an example WSDL that handles this type of thing that I could look at? -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the res

[PHP] Re: SOAP - return a list of items

2008-08-13 Thread Dan Joseph
oap/encoding/";> It seems like I am just missing something somewhere. Anyone able to help? -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] PHP editor for linux

2008-08-14 Thread Dan Joseph
php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > You should search the archives, there are dozens of discussions on this one. I think you'll find a lot of people recommend the Zend IDE, I personally use PhpED, both are good. Kate is pretty good if you don't want

Re: [PHP] SESSION problem

2008-08-15 Thread Dan Joseph
servers and get the same results. > > -- > --- > 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 > > What's in your header.php? -- -D

Re: [PHP] Buffering problem

2008-08-15 Thread Dan Joseph
> > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Take a look at http://us.php.net/manual/en/function.ob-flush.php -- There are some examples at the bottom on how to do this. -- -Dan Joseph www.canishosting.com - P

Re: [PHP] Re: SOAP - return a list of items

2008-08-18 Thread Dan Joseph
On Sun, Aug 17, 2008 at 8:32 AM, Luke <[EMAIL PROTECTED]> wrote: > why use soap for this? I just use a javascript array for this kind of > thing... > > 2008/8/13 Dan Joseph <[EMAIL PROTECTED]> > > Maybe more info will help: >> >&g

Re: [PHP] PHP Prado

2008-08-18 Thread Dan Joseph
it heavily. It looked to me like it was pretty good. It did everything he needed, in a timely fashion, and didn't seem to have a whole lot of overhead to it. From what I saw when I was looking over the tutorials, its pretty flexible and was easy to pick up on. -- -Dan Joseph www.canisho

Re: [PHP] Restore Leading Zeros in Zip Codes

2008-08-22 Thread Dan Joseph
dollars, when they shouldn't have. Then there was the announcement of expanding into Canada. Then came digging thru all the code trying to redo how zip codes are happening, and ultimately its lead to a rewrite of the system. Do yourself a favor, and use a string type, fix the ones you have wit

[PHP] Assign things to users

2008-08-26 Thread Dan Joseph
#x27;m doing it like everyone else, or what else is out there. Any ideas would be appreciated! -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] Assign things to users

2008-08-26 Thread Dan Joseph
know if we can really tie that part in our current form. But maybe. I appreciate the input! -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] Assign things to users

2008-08-26 Thread Dan Joseph
On Tue, Aug 26, 2008 at 12:31 PM, Jason Pruim <[EMAIL PROTECTED]> wrote: > > On Aug 26, 2008, at 11:16 AM, Dan Joseph wrote: > > Hey Dan, Wolf, >> >> Thanks for the input. >> >> I do not have any checks in there for balancing out the number of quotes >

Re: [PHP] PHP IDE needed

2008-08-28 Thread Dan Joseph
> א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת > > ä-ö-ü-ß-Ä-Ö-Ü > Well, while that is true about compiling, you're forgetting about other things inside of an IDE, such as debugging. Yes, you can just pull up a web browser or run the script at command line, but the debugg

Re: [PHP] Checking for http://

2008-08-29 Thread Dan Joseph
.net/unsub.php > > You could use substr() (www.php.net/substr) if ( substr( $web_site, 0, 7 ) != "http://"; ) { $web_site = "http://"; . $web_site; } -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest

Re: [PHP] Debugging PHP scripts

2008-08-29 Thread Dan Joseph
simply so "Do it like this", as there is really rules to how you should debug really. Just basic deductive reasoning, and some helpful information along the way. Do you use an IDE at all? You may want to check some out with debuggers built in. That would help you out. -- -Dan Joseph www.

Re: [PHP] Debugging PHP scripts

2008-08-29 Thread Dan Joseph
On Fri, Aug 29, 2008 at 11:51 AM, Edward Diener <[EMAIL PROTECTED]>wrote: > Dan Joseph wrote: > >> On Fri, Aug 29, 2008 at 11:33 AM, Edward Diener <[EMAIL PROTECTED] >> >wrote: >> >> > I have not looked into PHP IDEs at all so far. Any recommendation

Re: [PHP] Testing for Current pointer position in array during iteration

2008-08-29 Thread Dan Joseph
t; > It was good to be the fire... Better by far than to crawl and mew and suck > and $h1t and die! > 'Arthur C. Clarke' > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.ph

Re: [PHP] Converting JPG to Windows BMP

2008-08-29 Thread Dan Joseph
ttp://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Check your php.ini file, you should see a commented out line with php_gd2.dll in there. Uncomment that, restart your web server, and you should have GD support. -- -Dan Joseph www.canishosting.com - Plans sta

Re: [PHP] Converting JPG to Windows BMP

2008-08-29 Thread Dan Joseph
ttp://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Actually, I think I misread you there... Sorry... I have no idea either! -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day.

Re: [PHP] Recommendation

2008-09-02 Thread Dan Joseph
ou can view mine at http://www.linkedin.com/in/danjoseph Anyone can feel free to connect to me as well, and I'd be happy to give recommendations. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] Recommendation

2008-09-02 Thread Dan Joseph
What about also creating a PHP General List group? Has anyone created Groups on linkedin before? Maybe we could get quite a few people "linked" thru one? -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of t

Re: [PHP] Secure way to handle pw on session.

2008-09-02 Thread Dan Joseph
s. If you find you need it to be stored for other things, I'd suggest rethinking the design/checking you're doing. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] Google Chrome

2008-09-02 Thread Dan Joseph
//stut.net/ > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Well its not that exciting I guess. All the hype, and its a browser. :) It is fast though, I'll give it that. -- -Dan Joseph www.canishosting.com - Pl

Re: [PHP] Recommendation

2008-09-02 Thread Dan Joseph
guess if no one is volunteering, I can create it, but I think it should be a community chosen name. Suggestions? -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] Recommendation

2008-09-03 Thread Dan Joseph
> [EMAIL PROTECTED] > > > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Well there definitely is a lot of PHP groups. In that case, maybe someone that oversees the PHP list should create on

Re: [PHP] CMS-Blog system

2008-09-03 Thread Dan Joseph
> Martin Zvarik > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > I donno, 10,000 * 100 = 1 million. That's not really big. A good database should hold up with 100x that or more. I would keep it in

[PHP] Header() - POST

2008-09-05 Thread Dan Joseph
amp;DCellPhone=5866772222&VehicleVIN=1234567890ABCDEFG&VehicleYear=2007&VehicleMake=Honda&VehicleModel=Civic&VehicleColor=Grey&VehicleMiles=234234&ordersubmit=Submit Order&UserID=90&QuoteID=427 -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] Header() - POST

2008-09-05 Thread Dan Joseph
I stick with it, I'll give our session idea a shot. Thanks for the idea! -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] Header() - POST

2008-09-05 Thread Dan Joseph
On Fri, Sep 5, 2008 at 12:11 PM, Boyd, Todd M. <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Dan Joseph [mailto:[EMAIL PROTECTED] > > Sent: Friday, September 05, 2008 10:59 AM > > To: PHP General > > Subject: Re: [PHP] Header() - POST >

Re: [PHP] Shopping Carts/Checkout Software

2008-09-08 Thread Dan Joseph
> > We do our own hosting. > > Charlene > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Check out osCommerce (oscommerce.com), its open source, written in php, uses mysql, and you should be able to hook

Re: [PHP] tedd's back from vacation

2008-09-09 Thread Dan Joseph
.com http://ancientstones.com http://earthstones.com > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Look, just because we let you out of your cage, doesn't mean you have to go breaking your bones! No

Re: [PHP] tedd's back from vacation

2008-09-10 Thread Dan Joseph
On Wed, Sep 10, 2008 at 9:56 AM, Thiago H. Pojda <[EMAIL PROTECTED]>wrote: > On 9/10/08, Jason Pruim <[EMAIL PROTECTED]> wrote: > > > > > > On Sep 10, 2008, at 9:40 AM, tedd wrote: > > > > At 10:05 PM -0400 9/9/08, Dan Joseph wrote: > >> >

Re: [PHP] tedd's back from vacation

2008-09-10 Thread Dan Joseph
kets as we have here > in Lansing? > <http://sperling.com> > > Yes -- we take care of our MSU grads here too. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] Header() - POST

2008-09-11 Thread Dan Joseph
used javascript in the past to do it, but it seemed "messy" to me. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] Thank you...

2008-09-11 Thread Dan Joseph
hing to be sorry for. The post was good. There's always 1-2 guys in every crowd that are going to say something inappropriate. Just ignore 'em. Have you all seen the picture of the new battle cruiser built out of the scrap metal from the towers? -- -Dan Joseph www.canishosting.com -

[PHP] Securing pages & sections

2008-09-11 Thread Dan Joseph
AssignedID - EmployeeID - SecurityKeyID Would anyone suggest a different strategy to the database portion? Maybe additions or subtractions to the tables? Also, how would go about implementing them the key system? Again, I am looking for some opinions or experiences anyone has had doing this. Thanks! -- -

Re: [PHP] Securing pages & sections

2008-09-12 Thread Dan Joseph
Hey Guys, Thanks for the tips, both views make sense. I think my main problem was I as overthinking it. Thanks! -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm fo

Re: [PHP] Browser could not get mp3 files from http site

2008-09-12 Thread Dan Joseph
scribe, visit: http://www.php.net/unsub.php > > Hi Jim, can you post your code that handles this. Going there and looking at the source, it only says the file could not be found. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm f

Re: [PHP] Paypal Integration

2008-09-16 Thread Dan Joseph
criptions to pay on paypal, and left. Had I not had fraud protection in there and acted on it, I would have lost money, and probably had my paypal account locked also. You just have to cover yourself best you can. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] Paypal Integration

2008-09-16 Thread Dan Joseph
my first post about this. Do not solely rely on PayPal. Shop around for your credit card services. PayPal is quite expensive in comparison. I myself only use them to accept PayPal payments, not visa/mc. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire

Re: [PHP] Paypal Integration

2008-09-16 Thread Dan Joseph
PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > You can integrate it the way you like. I have mine setup like PayPal's "easy" way. It just tosses you out to a PayPal payment site, and then it tosses you back. Its how

Re: [PHP] Paypal Integration

2008-09-17 Thread Dan Joseph
.php > > Anytime you bring google into the picture, there is are privacy concerns. They've stated many times that privacy is lost anyway, so why bother with it. I don't think they're trying to do anything vindictive, but at the same time, they're a bit more intrusive than

Re: [PHP] PHP and MySQL SELECT COUNT (*)

2008-09-17 Thread Dan Joseph
hp.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Change that "COUNT(steps)" to "COUNT(steps) AS CountSteps", that might be the issue. Then you're using $i['CountSteps']. That seems a bit more normal looking to me atleast. Also, try echoing

Re: [PHP] PHP and MySQL SELECT COUNT (*)

2008-09-17 Thread Dan Joseph
On Wed, Sep 17, 2008 at 2:30 PM, Vinny Gullotta <[EMAIL PROTECTED]>wrote: > ""Dan Joseph"" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > On Wed, Sep 17, 2008 at 2:17 PM, Vinny Gullotta <[EMAIL PROTECTED] >> >wrote: >&

Re: [PHP] Web Project Leader -- Contract - San Francisco area

2008-09-17 Thread Dan Joseph
; Not to defend thisBUT There are places that use multiple platforms. My company uses .NET and PHP for different things. Also recruiters will often target people who have related knowledge to what they're looking for. I.E. looking for a PHP programmer, but will consider someone who knows

Re: [PHP] Web Project Leader -- Contract - San Francisco area

2008-09-17 Thread Dan Joseph
On Wed, Sep 17, 2008 at 2:56 PM, Robert Cummings <[EMAIL PROTECTED]>wrote: > On Wed, 2008-09-17 at 14:49 -0400, Dan Joseph wrote: > > > > Not to defend thisBUT > > > > There are places that use multiple platforms. My company uses .NET and > PHP > > f

Re: [PHP] PHP and MySQL SELECT COUNT (*)

2008-09-17 Thread Dan Joseph
;"; > > #display results > while($i = mysql_fetch_row($result)) > { > echo "", $i[COUNT('steps')], > ""; > echo "", $i[servername] ,""; > } > echo ""; > > -- > PHP General Mailing List (http://www.p

Re: [PHP] PHP and MySQL SELECT COUNT (*)

2008-09-17 Thread Dan Joseph
; >>>> >>>> >>>> Vinny Gullotta wrote: >>>> >>>>> echo $query; >>>>> >>>>> yields >>>>> >>>>> SELECT servername, COUNT(steps) as CountSteps FROM monitoring WHERE >>>>> steps = &

Re: [PHP] PHP and MySQL SELECT COUNT (*)

2008-09-17 Thread Dan Joseph
cah Gersten >>>>>> onShore Networks >>>>>> Internal Developer >>>>>> http://www.onshore.com >>>>>> >>>>>> >>>>>> >>>>>> Vinny Gullotta wrote: >>>>>> >>

[PHP] ODBC Functions & MS SQL Server 2005

2008-09-18 Thread Dan Joseph
eliable? >From what I've read, its something with the ODBC driver, and updating the ODBC driver isn't an option. Anyone else having this problem? Any suggestions? -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for

Re: [PHP] ODBC Functions & MS SQL Server 2005

2008-09-18 Thread Dan Joseph
ot;What if we move to a different database server type?". I do have a class for handling all the database functions. Maybe I'll just go that route. If he changed to Oracle or something, I could modify my class easy enough. I'm assuming mssql_num_rows() works fine when calling a stored

Re: [PHP] ODBC Functions & MS SQL Server 2005

2008-09-18 Thread Dan Joseph
Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > I looked at PDO, and liked it, but it seems really buggy in the version of php we're running. I had to stop using it. We're running 5.1.2. -- -Dan Joseph www.canishosting.com - Plans

Re: [PHP] ODBC Functions & MS SQL Server 2005

2008-09-18 Thread Dan Joseph
On Thu, Sep 18, 2008 at 5:35 PM, Micah Gersten <[EMAIL PROTECTED]> wrote: > You can't upgrade PHP? > > Thank you, > Micah Gersten > onShore Networks > Internal Developer > http://www.onshore.com > > > > Dan Joseph wrote: > > On Thu, Sep 18

Re: [PHP] Passing variables between pages

2008-09-19 Thread Dan Joseph
n login over to the page that handles clicking in and out. >From what I gather here, this is what I'd do. Main page, login, $_SESSION gets set. Click on check in, page to check in comes up, does a session_start(), and then you check for that $_SESSION variable to make sure its sti

Re: [PHP] SESSIONS vs. MySQL

2008-09-19 Thread Dan Joseph
Wolf. Any others storing sh!tloads in their SESSION > array? =D > > ~Philip > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > I'm storing a lot also. I store sessions in the database also, and utilize session_set_save_handler(). Works well, and less overhead. Like you said, you're under 1 second *NOW*. 1 second might actually even be a long time. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] Passing variables between pages

2008-09-19 Thread Dan Joseph
s different levels of access to see various parts of the system. How does your method of doing things w/o sessions accomidate that? Does it use that information from the origin POST? Also, is this secure? Any loop holes? -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Bu

Re: [PHP] Re: Thank you...

2008-09-20 Thread Dan Joseph
Look... Spam the list, but PLEASE do NOT open up this thread again we all let it rest 3 weeks ago. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest o

Re: [PHP] Re: Google Checkout

2008-09-26 Thread Dan Joseph
methods that would appeal to your customers. PayPal or Google Checkout being better is really a relative statement. If you have demands from your customer base to take their payment via one or the other, you should probably just offer them both. Neither have a per month minimum, and there is no o

Re: [PHP] Re: Google Checkout

2008-09-26 Thread Dan Joseph
Pay gateway thru BCS worldwide. Its comparable, and really, with rates, this all depends on how high risk your business model is, and your personal credit score and history. I see this as nothing more than a slightly unethical marketing ploy. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

Re: [PHP] Robert Cummings

2008-09-30 Thread Dan Joseph
On Tue, Sep 30, 2008 at 2:12 PM, Daniel Brown <[EMAIL PROTECTED]> wrote: > I'd say that deserves a round of congratulations. Many - most, > > Congratulations! May he grown strong and bring you honor! -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month.

Re: [PHP] Selecting all records between a date range

2008-10-02 Thread Dan Joseph
ur timestamp numbers. I think that should fix that query. Although I'll admitt, I have no way to test that on mysql, but that is how MS SQL works... -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light

Re: [PHP] Re: php framework vs just php?

2008-10-06 Thread Dan Joseph
On Mon, Oct 6, 2008 at 1:01 PM, Jason Pruim <[EMAIL PROTECTED]> wrote: > > But... Which framework is better? :P > > > > Oh my.. now we're gonna get all those guys popping back up telling us how dumb we are and how awesome their frameworks are again! -- -Dan Joseph

Re: [PHP] help - php script - no interaction

2008-10-16 Thread Dan Joseph
want to write a script to go get all 3 sites, and bring it back into 1 > page (the content of 3 pages concatinated). > > Is this doable in php? any other scripts? Thanks. > Check into curl, http://www.php.net/curl -- that should do what you want. -- -Dan Joseph www.canishosting.c

Re: [PHP] PHP Dev Facts

2008-10-17 Thread Dan Joseph
Framework(s)?* > None > > *Do you Unit Test?* > Sometimes > > *Most Used Internal PHP Class* > Soap & Curl > > *Preferred OS CMS* > I've only ever used Joomla, and it was once... -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life."

<    1   2   3   4   5   >