On 5/12/2012 7:21 AM, Jim Giner wrote:
Of course, someone here with much more knowledge than I could very
soon make me look stupid :)
Meh, I don't call that looking stupid. I call it a different way
of skinning the cat. :) We're all here to learn from one another, right?
Thanks fo
Can someone point me at examples or directions on how I can pass a
variable via a URL in the following way:
http://server.domain.com//script///variable/
I will only be passing one single /variable/. And I want the
/script/ to use that.
I don't want to see what the script i
On 6/14/2011 12:03 PM, Shawn McKenzie wrote:
--or to search for wmax =
if($array = preg_grep('/^ wmax = $/', $output)) {
$wmax = explode(', ', $array[0]);
}
array_shift($wmax);
print_r($wmax);
May need some more error checking.
Yeah, error checking ...
Can't search for '/^ wmax $/
I'm trying to extract data coming from an exec() call. The exec()
call is performing an ncdump on a netCDF file:
This is all fine, however the data comes in with extra information
I don't need, and the data I do need is in a long string format:
Array
(
[0] => netc
> -Original Message-
> From: Ashley Sheridan [mailto:a...@ashleysheridan.co.uk]
> Sent: Thursday, March 03, 2011 2:03 PM
> To: sstap...@mnsi.net
> Cc: php-general@lists.php.net
> Subject: RE: [PHP] Check for open file
>
>
> As far as I was aware, if you're in the middle of writing to a fi
> As far as I was aware, if you're in the middle of writing to a file and
> another
> script was attempting to write to it, the OS would prevent that as you had an
> open lock on it.
>
> --
> Thanks,
> Ash
> http://www.ashleysheridan.co.uk
I guess I would have to test that.
--
PHP Gene
> Write the file with a temporary name and extension. Once the file is
closed,
> change the name to the pattern your server is looking for. Once you finish
> processing it, either change the name again, or move it to a different
> directory. Don't reuse the same file name, but add a numeric value
Is there a clean or reliable way of checking to see if a
file is still being written to before doing anything with it?
Here's the scenario: we have a Samba share that we can copy
files to (from within Windows or Macs). The server picks up the file and
does so
> So. Easy peasy.
Not exactly. Those examples are not from the Visualization API - it's
two different things. The API is written so that one does not have to generate
those parameters individually and then pass them through POST/GET to Google.
It's cleaner and faster to work with. T
On 2/17/2011 12:26 PM, Ashley Sheridan wrote:
Googles API creates an image which you can save locally and insert
into a PDF that you create with something like fpdf. There are plenty
of functions in PHP which can be used for this, such as fread(), etc.
That's the thing, I know it does, but
I'm currently using Google Visualization API[1] to generate both
interactive and static charts for a client and they're viewing these
online[2]. However they now want to be able to download a PDF
containing the charts (static) in it. Does anyone know of a way where I
can take the same A
I need some guidance here. I've been fighting with this
problem for a few days now and not having a whole lot of luck. I have some,
but I run into issues sooner or later. So I'm hoping that someone here can
give me some ideas of how to better approach this, perhaps help with c
On 7/19/2010 10:48 AM, Michael Dykman wrote:
Not quite sure what the question is.
from:
mysql> select * from table where id='1';
+---+-+-+---+
| 1 | 123 | 0.0 | C |
| 1 | 234 | 0.1 | D |
| 1 | 345 | 0.0 | D |
| 1 | 456 | 0.1 | C |
| 1 | 567 | 0.1 | G |
+
I may be going at this completely wrong but at the moment I'm
stuck. I have a DB from a client and need to do several searches on
it. This one sentence is important because it's their DB, not mine. So
I can't modify the way the DB was created in the first place, I can only
work with wh
On 6/11/2010 4:07 PM, David Harkness wrote:
*PHP* files? I would have flagged that as the problem rather than
disabling
short tags.
Yeah, whoever created their site originally mixed XML/HTML/PHP all
in the same file (all the files were .html but contained xml and php
snippets) so I h
On 6/11/2010 11:40 AM, Daevid Vincent wrote:
I use short tags and I output XML all the time.
I think there's a difference to note here. You're outputting XML
from PHP, versus files having XML tags in the files ... I ran into a
problem with short tags not too long ago when a client t
> -Original Message-
> From: Karl DeSaulniers [mailto:k...@designdrumm.com]
> Sent: Monday, May 03, 2010 12:03 AM
> To: PHP
> Subject: Re: [PHP] Need login suggestions
>
> I see, well I have a login that has multiple levels and here is how I
> have it.
> Obvious pertinent info has been cha
> -Original Message-
> From: Karl DeSaulniers [mailto:k...@designdrumm.com]
> Sent: Sunday, May 02, 2010 11:44 PM
> To: PHP
> Subject: Re: [PHP] Need login suggestions
>
> Hi Ashley,
> I would have your database that is attached to this part of the
> website,
> verify with another database
> -Original Message-
> From: Adam Richardson [mailto:simples...@gmail.com]
> Sent: Sunday, May 02, 2010 10:59 PM
> To: php-general@lists.php.net
> Subject: Re: [PHP] Need login suggestions
>
> Just be cautious with FERPA guidelines (which can actually get quite
> confusing) if you're doing
> -Original Message-
> From: Paul M Foster [mailto:pa...@quillandmouse.com]
> Sent: Sunday, May 02, 2010 10:53 PM
> To: php-general@lists.php.net
> Subject: Re: [PHP] Need login suggestions
>
> The only reliable way to resolve this is to let the school
> administration to handle it. Each r
> -Original Message-
> From: Angus Mann [mailto:angusm...@pobox.com]
> Sent: Sunday, May 02, 2010 10:43 PM
> To: Ashley M. Kirchner; php-general@lists.php.net
> Subject: Re: [PHP] Need login suggestions
>
> It sounds like it really doesn't matter how you do it.
> -Original Message-
> From: Bobby Pejman [mailto:bpej...@gmail.com]
> Sent: Sunday, May 02, 2010 8:30 PM
> To: Nathan Rixham; Ashley M. Kirchner
> Cc: php-general@lists.php.net
> Subject: Re: [PHP] Re: Need login suggestions
>
> I would also agree that allowing p
> -Original Message-
> From: Nathan Rixham [mailto:nrix...@gmail.com]
> Sent: Sunday, May 02, 2010 8:21 PM
> To: Ashley M. Kirchner
> Cc: php-general@lists.php.net
> Subject: Re: Need login suggestions
>
> Ideally you need to be able to unambiguously identify
> -Original Message-
> From: Nathan Rixham [mailto:nrix...@gmail.com]
> Sent: Sunday, May 02, 2010 8:39 PM
> To: Ashley M. Kirchner
> Cc: php-general@lists.php.net; Nilesh Govindarajan
> Subject: Re: [PHP] Need login suggestions
>
> Ashley,
>
> I think Nil
> -Original Message-
> From: Nilesh Govindarajan [mailto:li...@itech7.com]
> Sent: Sunday, May 02, 2010 8:20 PM
> To: php-general@lists.php.net
> Subject: Re: [PHP] Need login suggestions
>
> Its a very bad idea to allow public registration for parents, instead
> the school IT department s
Slightly OT, but I can't think of a better forum to ask this in. I'm sure a
lot of us here have at some point or another built a system that requires
registration to gain access. What I'm trying to figure is how to set
different levels of access.
We're building a large site for a school distr
> -Original Message-
> From: lala [mailto:l...@mail.theorb.net]
> Sent: Wednesday, April 14, 2010 10:15 AM
> To: Ashley M. Kirchner
> Cc: php-general@lists.php.net
> Subject: Re: [PHP] Array differences
>
> Ashley M. Kirchner wrote:
> >
> >
-Original Message-
> From: Ryan Sun [mailto:ryansu...@gmail.com]
> Sent: Wednesday, April 14, 2010 8:45 AM
> To: a...@ashleysheridan.co.uk
> Cc: Ashley M. Kirchner; php-general@lists.php.net
> Subject: Re: [PHP] Array differences
>
> Maybe this one works?
> array_dif
On 4/14/2010 2:39 AM, Ashley Sheridan wrote:
On Tue, 2010-04-13 at 23:01 -0600, Ashley M. Kirchner wrote:
$array1 = array("12", "34", "56", "78", "90");
$array2 = array("12", "23", "56", "78&quo
I have the following scenario:
$array1 = array("12", "34", "56", "78", "90");
$array2 = array("12", "23", "56", "78", "89");
$result = array_diff($array1, $array2);
print_r($result);
This returns:
Array
(
[1] => 34
[4] => 90
Given a MySQL query like this $q = "select num from table", I get a result
like this:
+---+
|num|
+---+
| 1|
| 4|
| 6|
| 2|
| 4|
| 5|
| 3|
| 2|
| 4|
| 2|
| 3|
| 3|
| 2|
| 1|
+---+
What I want is a listing of numbers sorted by the amount of times they
appear
y off here?
> -Original Message-
> From: TG [mailto:tg-...@gryffyndevelopment.com]
> Sent: Monday, April 05, 2010 8:48 PM
> To: Ashley M. Kirchner; php-general@lists.php.net
> Subject: Re: [PHP] Updating HTML on page
>
> The only way to do it with PHP alone would be to control
I have a PHP script that queries a DB to get a list of image names. Then it
processes each name and generate thumbnails and what not. What I want to do
is have a page called (through the browser) which updates as the PHP process
in the background is working. So when you first pull up the page it
I have an array that's created as follows:
$string = "73G146C 311- 309.1C";
$arr = preg_split("/[\s]+/", $string);
Now I need to take each element in that array, and break them up even
further so that I get:
73G=> "73" and "G"
146C => "146" and "C"
311- => "311" and
> -Original Message-
> From: Peter Lind [mailto:peter.e.l...@gmail.com]
> Sent: Monday, March 15, 2010 3:13 AM
> To: Ashley M. Kirchner
> Cc: php-general@lists.php.net
> Subject: Re: [PHP] ldap_bind() connectivity
>
> You might want to check what the function out
Thanks to Jochem Mass for helping earlier to the string splitting. Works
great (so far). Now on to my next problem, which has to do with
ldap_bind().
I have the following code:
$ldapconn = @ldap_connect($adServer);
$ldapbind = ldap_bind($ldapconn, $ldapuser, $ldappass);
I'm not a regexp person (wish I was though), and I'm hoping someone can give
me a hand here. Consider the following strings:
- domain\usern...@example.org
- domain\username
- the same as above but with / instead of \ (hey, it happens)
- usern...@example.
Hi folks,
I've never done any PHP->LDAP code writing (nor have I ever dealt
with an LDAP server to begin with.) However I'm writing an app which
requires verifying a user's credentials against an LDAP server. The
admin of the server sent me the following snippet, however also made it
destroy();
--
H | It's not a bug - it's an undocumented feature.
+--------
Ashley M. Kirchner <mailto:ash...@pcraft.com> . 303.442.6410 x130
IT Director / SysAdmin. 800.441.3873 x130
Photo Craft
Brady Mitchell wrote:
I'm sure it can be done, but without seeing your code we can't really
help.
Easily solved. From the PHP manual
(http://www.php.net/manual/en/function.imagick-roundcorners.php):
newPseudoImage(100, 100, "magick:rose");
$image->setImageFormat("png");
ished what I needed, but it doesn't
actually fix the problem: enabling zlib will cause pear to segfault.
--
H | It's not a bug - it's an undocumented feature.
+--------
Ashley M. Kirchner <mailto:ash...@pcraft.com&
--
H | It's not a bug - it's an undocumented feature.
+------------
Ashley M. Kirchner <mailto:ash...@pcraft.com> . 303.442.6410 x130
IT Director / SysAdmin. 800.441.3873 x130
ed feature.
+----
Ashley M. Kirchner <mailto:ash...@pcraft.com> . 303.442.6410 x130
IT Director / SysAdmin. 800.441.3873 x130
Photo Craft Imaging . 2901 5
all/upgrade, pear
will always segfault. PECL does not exhibit that behavior.
--
H | It's not a bug - it's an undocumented feature.
+
Ashley M. Kirchner <mailto:ash...@pcraft.com> . 303.442.6410 x130
IT
o download PEAR-1.9.0.tgz (291,634 bytes)
..done: 291,634 bytes
Segmentation fault
--
H | It's not a bug - it's an undocumented feature.
+--------
Ashley M. Kirchner <mailto:ash...@pcraft
A
--
H | It's not a bug - it's an undocumented feature.
+--------
Ashley M. Kirchner <mailto:ash...@pcraft.com> . 303.442.6410 x130
IT Director / SysAdmin. 800.441.3873 x130
Photo Craft Imaging
e is
that PEAR segfaults no matter what I try to install. PECL works just
fine (at least I was able to install something with it.)
--
H | It's not a bug - it's an undocumented feature.
+--------
Ashley M. Kirchner <m
the source
from php.net and installed that.
--
H | It's not a bug - it's an undocumented feature.
+--------
Ashley M. Kirchner <mailto:ash...@pcraft.com> . 303.442.6410 x130
IT Director / SysAdmin
Typing 'pear segmentation fault' in Google produces tons of
responses so I know I'm not the only one with this issue, but I'll be
damned if I can figure out what the problem is and how to fix it. I
rolled my own PHP 5.3.0 from source. Compilation went fine, no errors.
Installation went
Nathan Rixham wrote:
Hmmm... So Ashley is a "him"?
yeah quot:
"Actually I'm a guy, but we can't all be perfect ;)"
http://www.mail-archive.com/php-general@lists.php.net/msg235765.html
Wouldn't be the first Ashley who's a guy. I happen to be one of
those too ...
--
PHP General Mailing L
Larry Garfield wrote:
http://us3.php.net/manual/en/ini.core.php#ini.register-long-arrays
Bingo. That's what I needed.
Although you should probably take the time to upgrade the app anyway, as those
variables are deprecated and won't be around forever.
Yeah, that would be nice, except
mike wrote:
$HTTP_GET_VARS = $_GET;
etc. :)
I know what they are. I'm not about to change a couple of thousand
lines of someone else's code unless there's no other way. :)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Maybe I'm asking for trouble here, but, is there any way to make PHP
5.2.8 understand the old $HTTP variables? Like:
$HTTP_SESSION_VARS
$HTTP_GET_VARS
$HTTP_POST_VARS
$HTTP_SESSION_VARS
$HTTP_COOKIE_VARS
etc., etc.
I have an old application for which development has stopped back in
undocumented feature.
+--------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / Websmith . 800.441.3873 x130
Photo Craft Imaging . 3550 Arapahoe Ave. #6
http://www.pcraft.com . . .
[EMAIL PROTECTED] wrote:
If this is a false code, hope we can do something about it.
Code works as expected and spits out 'Hello World' as it should.
--
H | It's not a bug - it's an undocumented feature.
+------
umented feature.
+------------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / Websmith . 800.441.3873 x130
Photo Craft Imaging . 3550 Arapahoe Ave. #6
Well, at least we know which subject will make it to the top next
week
--
H | It's not a bug - it's an undocumented feature.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x
cells at the moment, I'd say
run it through a cron task (or 'at' task if you're on a Win32 platform).
--
W | It's not a bug - it's an undocumented feature.
+--------
Ashley M. Kirchner <mailto:[EMAIL PR
d mean the remote host is already infected and is now
looking for more targets.
--
W | It's not a bug - it's an undocumented feature.
+--------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x1
up in
the log files. But, without further information, I'm just as clueless...
--
W | It's not a bug - it's an undocumented feature.
+------------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6
Paul Scott wrote:
I am taking a quick look through the access logs on our dev box, and
came across this little nasty that was trying to execute itself as a XSS
attack(?)
Interestingly enough, MimeDefang/ClamAV quarantined your message
because of that script:
Quarantine Messages:
documented feature.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / Websmith . 800.441.3873 x130
Photo Craft Imaging . 3550 Arapah
umented feature.
+------------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / Websmith . 800.441.3873 x130
Photo Craft Imaging . 3550 Arapahoe Ave. #6
http://www.pcraft.com . .
en one can pick one of those events and hit a
submit button to trigger an external script.
--
W | It's not a bug - it's an undocumented feature.
+--------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.64
Tijnema wrote:
But Javascript != PHP, so if this is what you want, you're on the
wrong list...
Ik weet dat meneer. But I also hate JavaScript. So if I can avoid
it and use PHP, then I will. Hence me asking here first to see if I can
get it accomplished with PHP. :)
--
PHP General Maili
I have a page containing two drop down lists. I need to figure out
a way to populate/update the second drop down list based on a selection
of the first one (the data for both drop down lists is in a MySQL
database). Is this something I need to do in JavaScript? Or can I
somehow trick PH
ed feature.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / Websmith . 800.441.3873 x130
Photo Craft Imaging . 3550 Arapah
umented feature.
+------------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / Websmith . 800.441.3873 x130
Photo Craft Imaging . 3550 Arapahoe Ave. #6
#x27;s an undocumented feature.
+--------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / Websmith . 800.441.3873 x130
Photo Craft Imaging . 3550 Arapahoe Ave. #6
http://www.pcra
ed feature.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / Websmith . 800.441.3873 x130
Photo Craft Imaging . 3550 Arapahoe Ave. #6
http://www.pcraft.com . . .. Boulder,
Curt Zirzow wrote:
Assuming paths is evil :)
To add to what Curt says here, so is assuming the command actually
exists. :)
--
H | It's not a bug - it's an undocumented feature.
+----
Ashley M. Kirchner <
Someone's going to tell me to go buy a book, I just know it. I'll
ask anyway:
I'm starting to log weather data to a database and I'm trying to
figure out what's the best way to create the tables. The reports are
coming in every minute, of every hour, 24 hours a day. Eventually, I'd
s an undocumented feature.
+--------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / Websmith . 800.441.3873 x130
Photo Craft Imaging . 3550 Arapahoe
[path];
$year = $array[0][year];
$month = $array[0][month];
$day = $array[0][day];
$hhmm = $array[0][hhmm];
-- A
--
W | It's not a bug - it's an undocumented feature.
+------------
Ashley M. Kirchner <mailto:[EMAIL P
ns of course.
--
W | It's not a bug - it's an undocumented feature.
+------------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / Websmith . 800.441.3873 x130
hings in order, 1 through 5, then 6 through 10.
--
W | It's not a bug - it's an undocumented feature.
+------------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / Websmith
#x27;5' to the index value. There's got to be a saner
way...
--
W | It's not a bug - it's an undocumented feature.
+--------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x13
, and unless somehow the camera
quits, it'll be fine. I know, way too many 'unless's... It's a way of
life. :)
-- A
--
W | It's not a bug - it's an undocumented feature.
+------------
Ashley M
It's not a bug - it's an undocumented feature.
+------------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / Websmith . 800.441.3873 x130
Photo Craft Imaging
ages.
--
W | It's not a bug - it's an undocumented feature.
+--------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / Websmith . 80
nute through an if loop to see
if it's < 10. But I'm wondering if there's a better way.
--
W | It's not a bug - it's an undocumented feature.
+--------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED
Daevid Vincent wrote:
"The state of Java Development"
A friend snapped this picture at the Barnes & Noble in Woodinville, WA...
Nice and ... blank.
--
W | It's not a bug - it's an undocumented feature.
+------
's not a bug - it's an undocumented feature.
+--------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / Websmith . 800.441.3873 x130
Photo Craft Labor
Robert Cummings wrote:
It's because you have written sloppy code and didn't bother to
initialize $Dirs to an array. So it's default value is null. You would
know this if you had notices enabled.
Error fixed.
Also, the other problem is that you are either a) opening the wrong
path, b) t
Given this piece of code:
$i = 0;
if ($dir = opendir($path)) {
while ($dh = readdir($dir)) {
if ($dh != '.' && $dh != '..') {
$Dirs[$i] = $dh;
$i++;
}
}
}
closedir($dir);
sort($Dirs);
Why does sort() give me the following warning:
PHP Warning: sort(
Richard Lynch wrote:
Looks to me like PEAR is trying to phone home to download more PEAR
stuff to install PEAR stuff...
Are you connected to the internet?
Yep, 24/7.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'm trying to get v5.1.4 installed on my server and running into
something of a mystery. I can configure and run make with no problem.
When I run 'make install' however, it starts the process, installing the
dynamic modules, PHP SAPI module, make the necessary changes in
httpd.conf and m
t if one simply hits a
space and/or a return, empty() will fail.
off the top of my head, the functions strlen() and isset() come to mind.
Will look into them. Danke.
--
W | It's not a bug - it's an undocumented feature.
+-----
bmits the
form.
--
W | It's not a bug - it's an undocumented feature.
+--------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / Websmith . 800.441.3873 x130
d; it's backed up on tape somewhere.
+--------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Imaging . 3550 Arapahoe Ave. #6
http://www.pcra
it's backed up on tape somewhere.
+----
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Imaging .
- it's an undocumented feature.
+------------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / Websmith . 800.441.3873 x130
Photo Craft Laboratories, Inc..
Curt Zirzow wrote:
On Mon, Nov 21, 2005 at 09:41:40PM -0700, Ashley M. Kirchner wrote:
ext/ftp/ftp.lo(.text+0x76): In function `data_close':
/usr/local/src/apache/php-5.0.5/ext/ftp/ftp.c:1566: undefined reference
to `SSL_shutdown'
This means basically that the header
f/magic
--with-mysql=/usr --with-ncurses=shared --with-zlib=shared
--enable-sockets --with-tsrm-pthreads --with-ldap=shared
--with-openssl=shared --with-mcal=shared
--
R | I haven't lost my mind; it's backed up on tape somewhere.
+-----
ftp.c:295:
undefined reference to `SSL_shutdown'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
libphp5.so compiles just fine just before this bomb. Any sugestions
anyone?
--
R | I haven't lost my mind; it's backed up on tape somewhere.
+-
he picture
name, such_n_such_mountain, this_beach, small_flower, blah, blah, blah.
--
H | I haven't lost my mind; it's backed up on tape somewhere.
+--------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.
that make sense?
--
R | I haven't lost my mind; it's backed up on tape somewhere.
+--------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.
#x27;next' button. I just don't
know how to keep that relationship or how to start coding that.
Ideas/suggestions/pointers are much appreciated here.
--
R | I haven't lost my mind; it's backed up on tape somewhere.
+-------
cked up on tape somewhere.
+--------
Ashley M. Kirchner <mailto:[EMAIL PROTECTED]> . 303.442.6410 x130
IT Director / SysAdmin / WebSmith . 800.441.3873 x130
Photo Craft Imaging . 3550 Arapahoe Ave. #6
http://www.pcraft.com . . ..
hat and
how can I have it show up? (the radio input does show up once one of
the radios is checked, but I need it to show up when empty as well.)
--
H | I haven't lost my mind; it's backed up on tape somewhere.
+--------
Ashle
1 - 100 of 272 matches
Mail list logo