RE: [PHP] Assignment operator questions

2003-05-31 Thread Joe Stump
Exactly what you just did will work ... $a, $b and $c all are 1 now. --Joe -- Joe Stump <[EMAIL PROTECTED]> http://www.joestump.net "Label makers are proof God wants Sys Admins to be happy." -Original Message- From: Andrew D. Luebke [mailto:[EMAIL PROTECTED] Sent

RE: [PHP] Re: PHP OOP x Procedural Performance

2003-05-30 Thread Joe Stump
s of our online catalog. --Joe -- Joe Stump <[EMAIL PROTECTED]> http://www.joestump.net "Label makers are proof God wants Sys Admins to be happy." -Original Message- From: Johnson, Kirk [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 8:21 AM To: 'Joe Stump'

RE: [PHP] Links in e-mail

2003-05-30 Thread Joe Stump
Most MUA's will convert http://* or www.* to a link. Otherwise you'll have to send MIME encoded HTML with tags. The problem with the second solution is that not all MUA's (ie. mutt) support MIME encoded HTML messages. --Joe -- Joe Stump <[EMAIL PROTECTED]> http://www.joest

RE: [PHP] Re: PHP OOP x Procedural Performance

2003-05-30 Thread Joe Stump
of users' baskets). The rest of the code is procedural (ie. code that does basic math and organizes the page). --Joe -- Joe Stump <[EMAIL PROTECTED]> http://www.joestump.net "Label makers are proof God wants Sys Admins to be happy." -Original Message- From: rush [mailt

RE: [PHP] easy update

2003-05-30 Thread Joe Stump
I prefer apt-get -u dist-upgrade ;) If you follow the static compile in the INSTALL file that comes with the PHP source you can compile it in a matter of minutes. --Joe -- Joe Stump <[EMAIL PROTECTED]> http://www.joestump.net "Label makers are proof God wants Sys Admins

RE: [PHP] thumbnails

2003-05-29 Thread Joe Stump
.) Put image name in a db someplace 4.) Just prefix $image_name with 't_' to get the thumbnail I'm sure there are ways to do this within GD, but I've found Convert to be more flexible. I have a class you can download at: http://www.joestump.net/files/software/convert/

RE: [PHP] strtr question

2003-05-29 Thread Joe Stump
Have you read up on regular expressions? They'll do just what you're looking for: http://www.php.net/ereg_replace --Joe -- Joe Stump <[EMAIL PROTECTED]> http://www.joestump.net "Label makers are proof God wants Sys Admins to be happy." -Original Message--

RE: [PHP] Variables don't pass... *sniff*

2003-05-29 Thread Joe Stump
t is used to prevent. To prevent a brute force as I describe (but not prevent forged cookies by any means) you could do: --Joe -- Joe Stump <[EMAIL PROTECTED]> http://www.joestump.net "Label makers are proof God wants Sys Admins to be happy." -Original Message- From: We

RE: [PHP] strtr question

2003-05-29 Thread Joe Stump
You could do this a number of ways: eregi(), ereg() or str_replace() ... That will output "Whats up?" --Joe -- Joe Stump <[EMAIL PROTECTED]> http://www.joestump.net "Label makers are proof God wants Sys Admins to be happy." -Original Message- From: [EMAIL

Re: [PHP] how to read the stuff that got piped ("|") to the script?

2003-05-27 Thread Joe Stump
uestion: how can i read the stuff that got piped ("|") to the php-script? i.e. "ls -l | /home/myuser/phpscript.php" thanks in advance for any help Marco Weber -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Joe

[PHP] MySQL 4.0 + PHP 4

2003-01-22 Thread Joe Stump
Anyone out there have anything to share as to using PHP4+MySQL4. I've been hearing good things on the MySQL list about v4.0 and I'm thinking of upgrading, since I run a rather small server. Thanks! --Joe ps. PHP list responders please respond directly. I'm not currently subs

Re: [PHP] extract() question

2001-11-18 Thread Joe Stump
at I have no control over the names of the keys for $oz, how >should I have called extract() to tell it to replace the space between "tin" and >"man" by a underscore character? > 4) finally, is there a way to access and retrieve that values of the symbol table >w

Re: [PHP] PHP Backing up a Database?

2001-11-18 Thread Joe Stump
hp.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] Joe Stump <[EMAIL PROTECTED]> "How

Re: [PHP] comma-formatting numbers

2001-11-18 Thread Joe Stump
gt; >To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e

Re: [PHP] relative paths

2001-11-18 Thread Joe Stump
ng List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] Joe Stump <[EMAIL PROTECTED]> "How would this sentence be different if pi equaled 3?" msg41133/pgp0.pgp Description: PGP signature

Re: [PHP] Question on variable variables

2001-11-18 Thread Joe Stump
>have a set of variables that are named $MYdog, $MYcat etc. and I need to do > > $a = "dog" > ${"MY$a"} being the same as $MYdog > > Can this be done, and if so - how? I can't get it to work. > > Jeff Joe Stump <[EMAIL PROTECTED]> -

Re: [PHP] alzheimers and confused

2001-11-18 Thread Joe Stump
rimage, ".jpeg"))) > { > $errorfound++; > echo"Your image \"$yourimage\" did > not contain .jpg or .jpeg"; > }else{ > echo"Your image \"$yourimage\" contains > .jpg or .jpeg"; > } > > ?> > > > > -- &g

Re: [PHP] Auto Thumbnail?

2001-11-18 Thread Joe Stump
___ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the

Re: [PHP] building a php based subscription site (not a porn site)

2001-11-18 Thread Joe Stump
ling List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] Joe Stump <[EMAIL PROTECTED]>

[PHP] loading extension fails

2001-06-23 Thread Joe Stump
, etc). Then I head off to restart apache so I can start using my shiny new extension. To my surprise I get the following error: PHP Warning: Invalid library (maybe not a PHP library) 'pgsql.so' in Unknown on line 0 Am I missing something? --Joe Joe Stump &l

Re: [PHP] server alias

2001-05-14 Thread Joe Stump
o > Check here for more > http://www.php.net/manual/en/language.variables.predefined.php or use phpinfo() > to see exactly what you have available > > jason > > Joe Stump <[EMAIL PROTECTED]> There

[PHP] server alias

2001-05-14 Thread Joe Stump
... --Joe Joe Stump <[EMAIL PROTECTED]> Life is cheap. It's the accessories that kill you. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: [PHP] timezones

2001-04-30 Thread Joe Stump
, 30 Apr 2001 13:56:20 -0500, Joe Stump ([EMAIL PROTECTED]) > wrote: > >I have a quick question regarding timezones ... > > > >On the local side a record is inserted into the DB by someone in > >Michigan, while > >the server rests in CA. Thus a three hour differenc

Re: [PHP] Link Color Questions

2001-04-30 Thread Joe Stump
net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] Joe Stump <[EMAIL PROTECTED]> It is impos

[PHP] timezones

2001-04-30 Thread Joe Stump
t the PST timestamp to an EST timestamp. Are there any functions out ther that do this? --Joe Joe Stump <[EMAIL PROTECTED]> One is taught by experience to put a premium on those few people who can appreciate you for w

[PHP] convert class

2001-04-20 Thread Joe Stump
I've heard a lot of people asking for info on imagemagick & php. I've created a small class that resizes images, gets info, and stamps images. It's nothing to call home to mom about, but it works. http://www.miester.org/software/convert.php.asc --Joe /* Joe Stump * Sr. PHP

Re: [PHP] List Files

2001-04-19 Thread Joe Stump
List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /* Joe Stump * Sr. PHP Developer * http://www.Care2.com http://www.joestump.net http://gtk.php-cod

Re: [PHP] image-resize/convert

2001-04-19 Thread Joe Stump
List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /* Joe Stump * Sr. PHP Developer * http://www.Care2.com http://www.joestump.net http://gtk.ph

Re: [PHP] how to scale down image using ImageMagick?

2001-04-19 Thread Joe Stump
e doesnt look > >flattened. > > > >Thanks! - Noah > > > > > > > >-- > >PHP General Mailing List (http://www.php.net/) > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > >To contact the

Re: [PHP] XML - simple get data from elements

2001-04-18 Thread Joe Stump
tional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /* Joe Stump * Sr. PHP Developer * http://www.Care2.com http://www.joestump.net http://gtk.php-coder.net */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTE

Re: [PHP] Finding the records that are NOT linked

2001-04-18 Thread Joe Stump
ommands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /* Joe Stump * Sr. PHP Developer * http://www.Care2.com http://www.joestump.net http://gtk.php-coder.net */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] Characters counting

2001-04-18 Thread Joe Stump
> Tel: +31 614430902 > E-mail: [EMAIL PROTECTED] > Website: http://www.iie.nl/~eck13 > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list

Re: [PHP] need help

2001-04-18 Thread Joe Stump
t)) { > $fp = fopen("./file.txt", "w"); > fwrite("$fp", "$text", "w"); > fclose($fp); > } > > ... that isn't writing anything to the file. any help would be appreciated. thx in >advance /* Joe Stump * Sr. PHP Deve

Re: [PHP] Last 10 rows

2001-04-17 Thread Joe Stump
TED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /* Joe Stump * Sr. PHP Developer * http://www.Care2.com http://www.joestump.net http://gtk.php-coder.net */ -- PHP General Mailing List (http://www.php.net/) T

Re: [PHP] MySQL data

2001-04-17 Thread Joe Stump
he same name? > > regards, > > Augusto Cesar Castoldi > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL P

Re: [PHP] select question

2001-04-17 Thread Joe Stump
> > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /* Joe Stump

Re: [PHP] Tip for cookies

2001-04-17 Thread Joe Stump
p', and in those > functions you use cookies, you must pass those cookies to the function > called. I tried using a value from a cookie in a function and it never could > access it unless I passed it. Funny > -- > Patrick Hanna > Database integration--E-commerce solutions

Re: [PHP] multidimensional arrays

2001-04-17 Thread Joe Stump
just need to look at PHP's structure. It makes total sense when you think about it. You can through arrays into cells in an array without any troubles. I've had arrays go 4 and 5 deep before just because there was an array I needed to put in a cell that related to that set of data.

Re: [PHP] temp file help

2001-04-17 Thread Joe Stump
if(!$link_id) error_message(sql_error()); > >$result = mysql_query($query)or print "error".mysql_error(); >if(!$result) error_message(sql_error()); > while($query_data = mysql_fetch_array($result)) { > Variable definition/and assignment here > > echo &

[PHP] foreach vs. while(list() = each())

2001-04-11 Thread Joe Stump
--Joe /**\ * Joe Stump - PHP/SQL/HTML Developer * * http://www.care2.com - http://www.miester.org - http://gtk.php-coder.net * * "Better to double your money on mediocrity than lose it all

Re: [PHP] Commercial sites that use PHP

2001-04-10 Thread Joe Stump
General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /*

Re: [PHP] Threading code

2001-04-09 Thread Joe Stump
ling List (http://www.php.net/) > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > To contact the list administrators, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > >

Re: [PHP] Threading code

2001-04-09 Thread Joe Stump
t; For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /**\ *Joe Stump - PHP/SQL/HTML Developer * * http://www.care2

Re: [PHP] uninstalling PHP4

2001-04-08 Thread Joe Stump
No. PHP is totally independent of all DB's... --Joe On Sun, Apr 08, 2001 at 08:50:34PM -0400, David Loszewski wrote: > because I uninstalled MySQL, don't you need MySQL to run PHP? > > -Original Message- > From: Joe Stump [mailto:[EMAIL PROTECTED]] > Sent: Su

Re: [PHP] Row colors

2001-04-08 Thread Joe Stump
Oh well ... '."\n"; // 's echo ''; } ?> On Sun, Apr 08, 2001 at 08:37:26PM -0400, Mike P wrote: > That does not change every other row. > > -----Original Message- > From: Joe Stump [mailto:[EMAIL PROTECTED]] > Sent: Sunday,

Re: [PHP] uninstalling PHP4

2001-04-08 Thread Joe Stump
nal commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /**\ *Joe Stump - PHP/SQL/HTML Developer * * http://www.care2.com - http://www.miester.org

Re: [PHP] parse error

2001-04-08 Thread Joe Stump
> For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /**\ *Joe Stump - PHP/SQL/HTML Developer * * http://www.ca

Re: [PHP] Inputing data to a relational database

2001-04-08 Thread Joe Stump
://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /******\ *Joe Stum

Re: [PHP] Row colors

2001-04-08 Thread Joe Stump
al Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /**\ *

Re: [PHP] anything wrong with php.net?

2001-04-08 Thread Joe Stump
ct the list administrators, e-mail: [EMAIL PROTECTED] /**********\ *Joe Stump - PHP/SQL/HTML Developer * * http://www.care2.com - http://www.miester.org - http://gtk.php-coder.net * * "Better to do

Re: [PHP] getting commandline ?

2001-04-08 Thread Joe Stump
; > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /

Re: [PHP] lowest number in field

2001-04-07 Thread Joe Stump
t; -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /********

Re: [PHP] Print or Echo.

2001-04-06 Thread Joe Stump
) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /******\ *Joe

Re: [PHP] Nested for() loops? -> Now Multi Dimension Arrays

2001-04-06 Thread Joe Stump
You just do something like this: '.$val."\n"; ?> Just throw arrays into arrays :O) --Joe On Fri, Apr 06, 2001 at 11:18:19AM -0600, [EMAIL PROTECTED] wrote: > > > Joe Stump wrote: > > > > A copy and paste into foo.php and then a php -q foo.php yiel

Re: [PHP] Nested for() loops?

2001-04-06 Thread Joe Stump
sly wrong? > > Thanks in advance! > John > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL

Re: [PHP] Date formatting

2001-04-06 Thread Joe Stump
mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /**\ *Joe Stump - PHP/SQL/HTML Developer

Re: [PHP] Variables

2001-04-06 Thread Joe Stump
unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /******\ *Joe Stump - PHP/SQL/HTML D

Re: [PHP] Array problem

2001-04-06 Thread Joe Stump
r additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /******\ *Joe Stump - PHP/SQL/HTML Developer * * http://www.care2.

Re: [PHP] drop-down menu variables

2001-04-05 Thread Joe Stump
> PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /**\ *

Re: [PHP] better functionality in query ?

2001-04-05 Thread Joe Stump
he search. I > suggest setting a default of OR for the variable $andor. > > Jason Lotito > www.NewbieNetwork.net > Where those who can, teach; > and those who can, learn. > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] &

Re: [PHP] Read one word in file

2001-04-05 Thread Joe Stump
HP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /***

Re: [PHP] MySql & PHP - Looking for the right command

2001-04-05 Thread Joe Stump
et/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /**\ *Joe Stump

Re: [PHP] Directory(parent) Structure

2001-04-05 Thread Joe Stump
then that? /**\ * Joe Stump - PHP/SQL/HTML Developer * * http://www.care2.com - http://www.miester.org - http://gtk.php-coder.net * * "Better to double your money on mediocrity than lose it

Re: [PHP] PHP and CVS

2001-04-05 Thread Joe Stump
p.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /******\ *Joe Stump - PHP/

Re: [PHP] array speed

2001-04-05 Thread Joe Stump
let me be more clear about the microtime() - do something like: --Joe On Thu, Apr 05, 2001 at 02:43:40PM -0500, Joe Stump wrote: > You can do some test with microtime() and see how long it takes. 350 elements > isn't really a large array. I've seen PHP chew through arrays

Re: [PHP] array speed

2001-04-05 Thread Joe Stump
gt; PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /**

Re: [PHP] current location

2001-04-05 Thread Joe Stump
w.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /******\ *Joe Stump -

Re: [PHP] Building an array from a URL

2001-04-04 Thread Joe Stump
.cfm%3FID%3D2113&Abstract%5B1184%5D=aa&new_superRSS=new_superRSS > > I've got the $Title[1000]=, but it looks like Title%5B1000%5D= > > Also, I'm having trouble extracting arrays from arrays.. I just want to insert > the new values (for articleID 1000, etc.) into a

Re: [PHP] Building an array from a URL

2001-04-04 Thread Joe Stump
It works for me in production. On Wed, Apr 04, 2001 at 08:56:53PM -0400, Mike Gifford wrote: > I tried this, but it converted [ and ] to url friendly codes. Does this still > work? > > Mike > > Joe Stump wrote: > > FYI you can send data like this on the url: >

Re: [PHP] filename into variable.

2001-04-04 Thread Joe Stump
l: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /**********\ *Joe Stump - PHP/SQL/HTML Developer * * http://www.care2.com - http://www.miester.o

Re: [PHP] Monthly Drawing Winner!

2001-04-04 Thread Joe Stump
MAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /******\ *Joe Stump - PHP/SQL/HTML Developer * * http://www.care2.com - http://www.miester.org - http://gtk.php-coder.

[PHP] file upload question

2001-04-04 Thread Joe Stump
--Joe /**\ * Joe Stump - PHP/SQL/HTML Developer * * http://www.care2.com - http://www.miester.org - http://gtk.php-coder.net * * "Better to double your money on mediocrity than lose it all

Re: [PHP] Monthly Drawing Winner!

2001-04-04 Thread Joe Stump
- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /*

Re: [PHP] Building an array from a URL

2001-04-04 Thread Joe Stump
FYI you can send data like this on the url: http://www.foo.com/script.php?test[joe]=stump&test[harry]=bar&test[jane]=scott Then $test will be an array that translates to this in PHP: 'stump', harry => 'bar', jane

Re: [PHP] C and PHP

2001-04-01 Thread Joe Stump
list administrators, e-mail: [EMAIL PROTECTED] /******\ *Joe Stump - PHP/SQL/HTML Developer * * http://www.care2.com - http://www.miester.org - http://gtk.php-coder.net * * "Better to double y

Re: [PHP] PHP SITE SUGGESTION

2001-04-01 Thread Joe Stump
> -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /******

[PHP] something of interest on the GTK front

2001-03-31 Thread Joe Stump
has a pretty comprehensive example of GtkText(), which seemed to be lacking. --Joe /**\ * Joe Stump - PHP/SQL/HTML Developer * * http://www.care2.com - http://www.miester.org -

Re: [PHP] Catagory list

2001-03-31 Thread Joe Stump
> > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /**

Re: [PHP] MySQL Schema

2001-03-28 Thread Joe Stump
gt; PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /*\ *Joe Stump * *www

Re: [PHP] Passing Special Characters in Query String

2001-03-28 Thread Joe Stump
; - from the UNIX V6 kernel source > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /*

Re: [PHP] Curious

2001-03-28 Thread Joe Stump
om the UNIX V6 kernel source > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] /**

Re: [PHP] Cookie not getting set in IE 5 but no problem in Netscape

2001-03-28 Thread Joe Stump
> by the PHP program? > > Thanks, > > Floyd > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROT

Re: [PHP] New PHP-GTK Site

2001-03-28 Thread Joe Stump
http://gtk.php.net http://gtk.php-coder.net --Joe On Wed, Mar 28, 2001 at 11:19:24AM -0800, elias wrote: > What is PHP-GTK? > Can you just write me a short list of what it can do? > > "Joe Stump" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news

Re: [PHP] file deletions ....

2001-03-28 Thread Joe Stump
to > delete them. > > can anyone help ? > > Steve > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrat

[PHP] Re: [PHP-GTK] New PHP-GTK Site

2001-03-27 Thread Joe Stump
So tired I forgot to put in the URL: http://gtk.php-coder.net --Joe On Tue, Mar 27, 2001 at 10:32:26PM -0500, Joe Stump wrote: > I've noticed there isn't really a jumping off point for the PHP-GTK beginners > and users. I spent the last few hours throwing a site together that

[PHP] New PHP-GTK Site

2001-03-27 Thread Joe Stump
ocation. Finally, if anyone wants to help out (admin, howtos, etc.) please feel free to contact me. As for me, I'm tired and plan on working on it more tomarrow :o) --Joe /*****\ *Joe Stump * *www.Care2.com * *Office: 650.328.0198

Re: [PHP] random letters and numbers

2001-03-24 Thread Joe Stump
ted off the server? > > > thanks > > randy > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECT

Re: [PHP] I want this magic directory

2001-03-14 Thread Joe Stump
nds, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- --- Joe Stump, PHP Hacker, [EMAIL PROTECTED] -o) http://www.geekshare.com http://w

Re: [PHP] Bug or what?

2001-03-12 Thread Joe Stump
n about new cookies coming in) and obviously I always >receive the error message stating that my browser doesn't support cookies! >Impossible! The same application running on two different servers produces different >results? Is it a bug? > Thanks in advance!!! > > Best regards, > > Fáb

Re: [PHP] How to convert a date to an int?(Need help as soon as possible)

2001-03-02 Thread Joe Stump
> Fang > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- -

Re: [PHP] Double Click

2001-02-27 Thread Joe Stump
EMAIL PROTECTED] > www.vacagorda.com > -- ------- Joe Stump, PHP Hacker, [EMAIL PROTECTED] -o) http://www.miester.org http://www.care2.com /\\ "It's not

Re: [PHP] Direction Help!

2001-02-27 Thread Joe Stump
PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- ------- Joe Stump, PHP Hacker, [EMAIL PROTECTED] -o) http://www.miester.org http://www.care2.com /\\ &qu

Re: [PHP] mySQL table joins are slow, need rebuild?

2001-02-27 Thread Joe Stump
r additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- --- Joe Stump, PHP Hacker, [EMAIL PROTECTED] -o) http://www.miester.org http://www.care2.com

Re: [PHP] isset()

2001-02-25 Thread Joe Stump
wants. the right thing > >to do is use > > > >if((isset($var))&&($var!="")) > > Isn't this a bit more legible: > > if (!empty($var)) > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECT

Re: [PHP] crontab help

2001-02-25 Thread Joe Stump
t; "run script every 5 mins for 1 hour".. > > i have this mass email script that is so huge that i need it to chunk into > records and make sure that it will run every 5 mins for 1 hour. > > Thanks for any help. > -- ------

Re: [PHP] isset()

2001-02-25 Thread Joe Stump
ubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- ------- Joe Stump, PHP Hacker, [EMAIL PROTECTED]

Re: [PHP] Escaping double quotes?

2001-02-24 Thread Joe Stump
mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- --- Joe Stump, PHP Hacker, [EMAIL PROTECTED] -o) http://www.miester.org http://www.care2.com

Re: [PHP] Unwanted Characters

2001-02-24 Thread Joe Stump
my dog" > > > > > Thanks :-) > Clayton Dukes > -- ------- Joe Stump, PHP Hacker, [EMAIL PROTECTED] -o) http://www.miester.org http://www.care2.com /\\ "

Re: [PHP] comparing numbers

2001-02-24 Thread Joe Stump
<= 59 ]; then > $id=81 > > TIA! > Clayton Dukes > -- ----------- Joe Stump, PHP Hacker, [EMAIL PROTECTED] -o) http://www.miester.org http://www.care2.com

Re: [PHP] isset()

2001-02-24 Thread Joe Stump
() in here? > I am on PHP4.0.4! > > explain me again, why on user input strlen() would do better then isset() ? > > > Sincerely, > > Maxim Maletsky > Founder, Chief Developer > > PHPBeginner.com (Where PHP Begins) > [EMAIL PROTECTED] > www.phpbeg

  1   2   >