Re: [PHP] sort multidim array

2004-10-05 Thread Jasper Howard
But I need it to sort on the last data column - distance. > > I think I've been staring at this too long. Would appreciate any > guidance. > > Thanks > Kevin > > -- > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit

Re: [PHP] Including function libraries

2004-10-02 Thread Jasper Howard
ite116/web/test/test.php on line 5 > > Why can't I call the function defined in the lib file? > > Thanks > AW > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- << Jasper Howard - Database Administration ApexEleven.com 530 559 0107 --->> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] array sort question

2004-10-02 Thread Jasper Howard
to the $menu['Title'] key. The first key you put into array_multisort() is the one that the rest get sorted by. -Jasper Howard On Fri, 1 Oct 2004 22:44:50 -0400, Paul Bissex <[EMAIL PROTECTED]> wrote: > On Fri, 1 Oct 2004 19:12:30 -0700, Ed Lazor <[EMAIL PROTECTED]> wrote:

Re: [PHP] array sort question

2004-10-02 Thread Jasper Howard
ite > the comparison callback function that you pass to uasort(). > > pb > > -- > paul bissex, e-scribe.com -- database-driven web development > 413.585.8095 > 69.55.225.29 > 01061-0847 > 72°39'71"W 42°19'42"N > > -- > PHP General Mailing List

Re: [PHP] Images in PHP and MySQL

2004-09-30 Thread Jasper Howard
le use more space in the db or as a file itself > (Do Not count the extra data that one would store in the db along with > the image... ie. ID number) > > Thanks > > > > > On Thu, 30 Sep 2004 09:55:30 -0700, Jasper Howard <[EMAIL PROTECTED]> wrote: > >

Re: [PHP] alphabetic comparison

2004-09-30 Thread Jasper Howard
dcdo 4-dcha > 28013 Madrid-Spain > Tel : 00-34-913604039 Ext 216 > Fax : 00-34-915228673 > email: [EMAIL PROTECTED] > Web : http://www.hotelkey.com > http://www.destinia.com > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http:

Re: [PHP] Images in PHP and MySQL

2004-09-30 Thread Jasper Howard
g download of the file) but I think it should just work, but there's always the chance I messed it up somehow. hope that works for someone, -Jasper Howard On Mon, 27 Sep 2004 19:05:16 -0500, Jim Grill <[EMAIL PROTECTED]> wrote: > > 1) there is no need to fiddle with directory permi

Re: [PHP] Re: how to retrieve path to web server files

2004-09-25 Thread Jasper Howard
$base_dir = $_SERVER['document_root'] On Sat, 25 Sep 2004 14:17:16 -0700, Jasper Howard <[EMAIL PROTECTED]> wrote: > > > On Sat, 25 Sep 2004 14:29:27 +0200, M. Sokolewicz <[EMAIL PROTECTED]> wrote: > > $path = getcwd(); > > > > > > Amc wro

Re: [PHP] Re: how to retrieve path to web server files

2004-09-25 Thread Jasper Howard
7;t know what to supply for the > > destination path. In asp I used server.mappath, but I'm new to php. > > > > Thanks, > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- <<--

Re: [PHP] deleting directories

2004-09-21 Thread Jasper Howard
t; > He's on a Windows system, that won't work. As a side note, on *nix > > based systems, rm -rf would be better suited so that it doesn't > > prompt for conformation on each file/directory. > > > > -- > PHP General Mailing List (http://www.php.net/

[PHP] Re: sorting multidimensional array by a second level value

2004-09-17 Thread Jasper Howard
try sorting in the query, it'll make your life a lot easier. anyway, hope that helps, -- -->> Jasper Howard :: Database Administration ApexEleven Web Design 1.530.559.0107 http://www.ApexEleven.com/ <<--

[PHP] Re: iguanahost - anyone else being plagued?

2004-09-15 Thread Jasper Howard
yeah, im pretty sure that's spanish -- -->> Jasper Howard :: Database Administration ApexEleven Web Design 1.530.559.0107 http://www.ApexEleven.com/ <<--

Re: [PHP] Refresh page with frames...

2004-09-15 Thread Jasper Howard
so change parent to the name of the frame -- -->> Jasper Howard :: Database Administration ApexEleven Web Design 1.530.559.0107 http://www.ApexEleven.com/ <<-

Re: [PHP] Refresh page with frames...

2004-09-15 Thread Jasper Howard
<!-- location.refresh(true); //OR parent.document.location='LOCATION HERE'; //--> -- ------>> Jasper Howard :: Database Administration ApexEleven Web Design 1.530.559.0107 htt

Re: [PHP] Re: how to load extensions outside the extension_dir

2004-09-14 Thread Jasper Howard
hosting services (in my experience) so its hard to really mess up. -- -->> Jasper Howard :: Database Administration ApexEleven Web Design 1.530.559.0107 http://www.ApexElev

[PHP] Re: mail() function problem

2004-09-01 Thread Jasper Howard
i use apache on my windows xp machine and have never gotten around to settings up any kind of sendmail program, I'm pretty sure you have to download one or atleast its some extra configuration. -- -->> Jasper Howard

[PHP] Re: Function Problem

2004-09-01 Thread Jasper Howard
the checkpermission(); function should be run before php can pharse anything farther down the script, try putting an exit; after the header() statement. -- -->> Jasper Howard :: Database Administration Velocity7 1.530.470.929

[PHP] Re: mail() function problem

2004-09-01 Thread Jasper Howard
do you have a sendmail program on your testing server? -- -->> Jasper Howard :: Database Administration Velocity7 1.530.470.9292 http://www.Velocity7.com/ <<-- &

[PHP] Re: Please, Refresh Your Paypal Account

2004-08-31 Thread Jasper Howard
is this a joke?... -- -->> Jasper Howard :: Database Administration Velocity7 1.530.470.9292 http://www.Velocity7.com/ <<-- "Paypal Services" <[E

Re: [PHP] Closing my Window after Download

2004-08-31 Thread Jasper Howard
that it'll work, it won't take any more time to load either because you're using the header() function to forward, so the user has to download the same amount of info. -- ---------->> Jasper Howard :: Database Adminis

Re: [PHP] Closing my Window after Download

2004-08-30 Thread Jasper Howard
if you're not getting any html after your php script, then there's a different problem. I do the same thing and all I use is: <!-- window.close(); //--> and I've never had a problem with it not closing... -- -----

Re: [PHP] Re: Sessions & session_start() & my problem

2004-08-27 Thread Jasper Howard
is this php script at the top of the page, there is nothing before it? -- -->> Jasper Howard :: Database Administration Velocity7 1.530.470.9292 http://www.Velocit

[PHP] Re: Sessions & session_start() & my problem

2004-08-27 Thread Jasper Howard
o, if you include a file that has session_start() in it you'll get that warning too. -- ------>> Jasper Howard :: Database Administration Velocity7 1.530.470.9292 http://w

[PHP] Re: Download Script

2004-08-27 Thread Jasper Howard
yeah, but images with filenames something like this -> cool_image v2.5.443.jpg -- -->> Jasper Howard :: Database Administration Velocity7 1.530.470.9292 http://www.Velo

[PHP] Re: Download Script

2004-08-27 Thread Jasper Howard
;"'); readfile($dfile); [/snippet] NOTE: $dfile = path + file; -- ---------->> Jasper Howard :: Database Administration Velocity7 1.530.470.9292 http://www.Velocity7.com/ <<--

[PHP] Re: crypt()

2004-08-27 Thread Jasper Howard
good to know -- -->> Jasper Howard :: Database Administration Velocity7 1.530.470.9292 http://www.Velocity7.com/ <<-- "M. Sokolewicz" <[EMAIL PRO

[PHP] Re: A bit stuck with $$

2004-08-27 Thread Jasper Howard
i found this a bit confusing, why were you putting $$ infront of a variable instead of just $? -- -->> Jasper Howard :: Database Administration Velocity7 1.530.470.9292 http://www.Velocit

[PHP] Re: crypt()

2004-08-27 Thread Jasper Howard
ApexEleven -- ------>> Jasper Howard :: Database Administration Velocity7 1.530.470.9292 http://www.Velocity7.com/ <<-- "Aaron Todd" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have