tedd | 1 Aug 2007 02:19
Favicon
Gravatar

Re: Re: Pirate PHP books online?

At 9:21 AM -0500 7/31/07, Larry Garfield wrote:

>Disclaimer:  Yes, I was raised by a pair of college history professors. :-)

Ahhh, that explains it.

Cheers,

tedd

PS: I'm done.
-- 
-------
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

tedd | 1 Aug 2007 02:30
Favicon
Gravatar

Re: headers-excel file-bad data

At 1:32 PM -0400 7/31/07, blackwater dev wrote:
>Hello,
>
>I have an excel file that I am generating.  If I copy over the generated
>file and then open it in excel, it works fine, if I try to let the user
>download it using the headers below, when I then open it excel complains
>that it is an unrecognizable format and the info is garbled...any ideas???

Yes, an idea -- this might be due to a bug that's found in excel 
files if a value exist (or doesn't) in the first cell or column of 
the spreadsheet. I vaguely remember running into that several years 
ago.

You can Google "excel bug first cell"

HTH,

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

tedd | 1 Aug 2007 02:35
Favicon
Gravatar

Re: Job Opportunity: PHP Developer

At 12:11 PM -0400 7/31/07, Denice Fitzgerald wrote:
>  The company is a technology innovator
>and are known for being the top technology company in Las Vegas.

And this technology innovator requires people on-site to program? 
Sounds like typical technology to me.

Why can't one of these technology innovator companies move next door to me?

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

Robert Cummings | 1 Aug 2007 02:41
Favicon
Gravatar

Re: Re: Pirate PHP books online?

On Tue, 2007-07-31 at 14:29 -0700, Ryan A wrote:
> Hey!
> 
> > > Sorry, couldnt resist, no offense meant ;)
> > 
> > None taken. My beliefs are my beliefs and yours are
> > yours
> 
> Yep, and what I said was in jest, and you took it in
> jest.End of discussion between us :)
> 
> Am just replying to anyone else who's reading this,
> please lets not fork this into a god discussion too ;)

Some light humour:

    http://www.unm.edu/~humanism/socvsjes.htm

Cheers,
Rob.
-- 
...........................................................
SwarmBuy.com - http://www.swarmbuy.com

    Leveraging the buying power of the masses!
...........................................................

--

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
(Continue reading)

Instruct ICC | 1 Aug 2007 03:20
Picon
Favicon

Re: Profile / Debug w/o server modification?

>>From: "Richard Lynch" <ceo <at> l-i-e.com>
>>Your dev box should only match in software versions (okay, and any
>>really funky specialized hardware like a hardware random number
>>generator MAYBE).
>>
>>Don't ask them for a Gigaplex Mu-on 16-cpu 64 Gig RAM 4 Terabyte hard
>>drive box.
>>
>>Take an old box out of your closet and install the same versions of
>>the OS, Webserver, DB, and PHP and call it done.
>>
>>Now, a QA box, where you do load-testing and serious "release
>>candidate" testing, yeah, THAT should match the production box, if at
>>all possible...
>
>Do you know of any (free as in money) disk imaging software that would 
>capture all the patches/configurations/etc.  Actually, as I write this, I 
>remember the reason the imaging tool I used had mysterious failures was 
>probably due to bad memory, and I could use a different box now.
>
>Thanks for the advice.

Regarding duplicating the box versus software:
I'm working on a C++ project on a Mac Pro and a MacBook Pro.  Both have 
Intel Core 2 Duo (but the Mac Pro states Xeon, while the MacBook Pro does 
not detail that.  The Mac Pro is 4 cores while the MacBook Pro is 2 cores).
Both use MinGW for Mac 3.4.5, the same mtapi 
http://www.metaquotes.net/files/mtapi.zip and Wine 0.9.40.  Same OS version 
of course, and only 2GB RAM in both each.
I was able to compile on the Mac Pro, but when I tried on the MacBook Pro, I 
(Continue reading)

Michael Preslar | 1 Aug 2007 04:26
Picon

Re: Job Opportunity: PHP Developer

Dont know if this would be of any use to anyone but.. meh..

I interviewed with a company called "The Selling Source", based out of
Las Vegas, for a PHP position.. Was told "They are always hiring PHP
developers".. The recruiter I had been working with made it sound like
TSS had a huge turn over rate.

I ended up find a job locally, so didnt have to move to Sin City..

On 7/31/07, tedd <tedd <at> sperling.com> wrote:
> At 12:11 PM -0400 7/31/07, Denice Fitzgerald wrote:
> >  The company is a technology innovator
> >and are known for being the top technology company in Las Vegas.
>
> And this technology innovator requires people on-site to program?
> Sounds like typical technology to me.
>
> Why can't one of these technology innovator companies move next door to me?
>
> 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
>
(Continue reading)

Patrik Hasibuan | 1 Aug 2007 08:09

subtitute of mysql_error()

Dear my friends....

What is the substitute of mysql_error() ?

This line of my code does not work anymore:
		$hslgbr=mysql_query("$sqlgbr","$konek") or die ( mysql_error() );

Thank you very much in advance.
-- 
Patrik Hasibuan <patrikh <at> penguin-teknologi.com>
Junior Programmer

--

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Patrik Hasibuan | 1 Aug 2007 08:23

I am confused to mysql_query.

Dear my friends...

This sql string produces proper output in my MySQL-Query:
select image_src from products where product_id='10';
the output is:
gambarproduk/0/10/1.jpg

But my php code does not produce anything.

Please tell me what is my mistake.
===
<?php
if (isset($pid)){
	$koneksi=mysql_connect("127.0.0.1","root","mysuccess");
	$stringsql="select style, 
						description,
						price 
					from styles 
					where product_id='$pid';";
	$hsl=mysql_query("$stringsql","$koneksi");
	while ($brs=mysql_fetch_row($hsl)){
		list($edisi,$deskripsi,$harga)=$brs;
	}	
	
	$konek=mysql_connect("127.0.0.1","root","mysuccess");
	if ($konek){ 
		echo "konek berhasil <br>";
		$sqlgbr="select image_src 
					from products 
					where product_id='$pid';";
(Continue reading)

Travis D | 1 Aug 2007 08:32
Picon

Re: Reading registry values

On 7/31/07, Crash Dummy <gmane <at> thedatalist.com> wrote:
>
> > Hope this isn't overkill but it is a module (read "COM", or "VBA
> module")
> > to manipulate the registry:
>
> "Overkill" is a massive understatement. :-)

No doubt.

To answer everyone's curiosity as to why I want to access the registry, I am
> working on my home computer with a dynamic IP, and I need to know what it
> is so
> I can modify my httpd.conf (or hosts) file, if necessary.

You might use http://www.php.net/reserved.variables "SERVER_ADDR" to get the
address of the host you are running under if you wanted to access it from
PHP only.

Travis Doherty
Patrik Hasibuan | 1 Aug 2007 09:33

Re: global variable does not exist anymore?

OK, Thanks Richards.
===
On Wed, 25 Jul 2007 23:54:37 +0100
Richard Davey <rich <at> corephp.co.uk> wrote:

> Hi Patrik,
> 
> Wednesday, July 25, 2007, 11:30:56 PM, you wrote:
> 
> > Dear my friends...
> 
> > I create a very simple script in html and php as a first step. I use suse, apache2, mysql and php.
> 
> > I wonder why this script does not work:
> > <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> > <html>
> > <head>
> 
> >   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
> >   <title>Guru - Virtual bookstore who understands you for those want to be a GURU</title>
> 
> 
> > </head>
> > <body>
> 
> > Help us for statistic data collection for increasing our service by 'filling our guestbook'.<br>
> > <form action="cgi/cgibukutamu.php" method="post">
> > <table>
> > <tr><td align="right">Name: </td><td align="left"><input
> > type="text" name="tfnama"></td></tr>
(Continue reading)


Gmane