[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] 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

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] 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
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] 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] 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] 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] 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
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] 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] PHP newbie question

2001-01-10 Thread Joe Stump
27; 1.48f > > > > -- > 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 PHP Programmer www.Care2.com -- 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: Re[2]: [PHP] declaring variables in class definitions

2001-01-10 Thread Joe Stump
e string "if (!isset($this->somevar))" > >> it would throw an error saying that you have no variable named 'somevar' in > >> you class. > > sic> This does not appear to be true either, see above. > > bad practice anyway > > -

Re: [PHP] input processor function

2001-01-10 Thread Joe Stump
erg > Be fierce, be fabulous, change the world! > > > > > > -- > 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: [E

Re: [PHP] MySQL SELECT performance suggestions

2001-01-10 Thread Joe Stump
NIQUE values. > > Thanks. > > Lee Howard > > -- > 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

Re: [PHP] variables not being passes between php pages

2001-01-10 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 PHP Programmer www.Care2.com -- PHP General Mailing List

Re: [PHP] constants inside of a string

2001-01-10 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] --- Joe Stump PHP Programmer www.Care2.com -- PHP Ge

Re: [PHP] constants inside of a string

2001-01-10 Thread Joe Stump
I'm not sure about that one - I think most variables work. No better way to find out than to try it ;o) --Joe On Wed, Jan 10, 2001 at 12:21:01PM -0800, jeff saenz wrote: > what about inside of a here doc > > print << this is the MAX > HERE > > Joe Stump wr

Re: [PHP] 2d array?

2001-01-10 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, PHP Hacker [EMAIL PROTECTED] http://www.miester.org/ -- PHP Gen

Re: [PHP] Autonomous Mass Mail List System (Broadcast Email)

2001-01-10 Thread Joe Stump
>for something a little more straightforward. > > I also know this may be more along the lines of shell scripting, but I thought some >of you ingenious people may have already done something similar or have some ideas on >where to start. thanks. -- Joe Stump, PHP Hacker [EMAIL P

Re: [PHP] FORM problem

2001-01-10 Thread Joe Stump
need to use >javascript to treat the variables before I execute submit? > > Thank you, > > Rom -- Joe Stump, PHP Hacker [EMAIL PROTECTED] http://www.miester.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: [PHP] case ?

2001-01-10 Thread Joe Stump
> Be fierce, be fabulous, change the world! > > > > > > -- > 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] money data type cause problem in connection to Mssql7.0

2001-01-12 Thread Joe Stump
This message was sent using i-Office Webmail - Powered by i-Server. > For more information visit http://www.i-serverbox.com > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]

Re: [PHP] Looking for a freeware PHP/MySQL classifieds script

2001-01-12 Thread Joe Stump
t to you by RFCs 821 and 1225. > > > -- > 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, PHP Hacker [

Re: [PHP] load balancing with php/apache?

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

Re: [PHP] load balancing with php/apache?

2001-01-13 Thread Joe Stump
age, http://www.yahoo.com > > On Sat, 13 Jan 2001, Cal Evans wrote: > > > Date: Sat, 13 Jan 2001 11:51:01 -0600 > > From: Cal Evans <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: RE: [PHP] load balancing with php/apache? > > > &g

Re: [PHP] load balancing with php/apache?

2001-01-13 Thread Joe Stump
gt; > > From: Cal Evans <[EMAIL PROTECTED]> > > > To: [EMAIL PROTECTED] > > > Subject: RE: [PHP] load balancing with php/apache? > > > > > > How does it deal with sessions? Or do use store sessions in the database? > > > > > > C

Re: [PHP] PHP vs JSP

2001-01-14 Thread Joe Stump
(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 General Mailing List (http://www.php.net/) > To unsubscribe

Re: [PHP] Unknown number of fields

2001-01-15 Thread Joe Stump
gt; 2 Karlibach St Tel-Aviv 67132 > [EMAIL PROTECTED] www.yerek.co.il > == > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact th

Re: [PHP] date comparison

2001-01-15 Thread Joe Stump
rewarding than reaching the goal you set for > yourself" > > > -- > 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 PROTECTE

Re: [PHP] date comparison

2001-01-15 Thread Joe Stump
; statements > > above, as you'll otherwise end up with the number of days between your > exact > > DATES of birth. > > > > Jason > > > > -- > > Jason Murray > > [EMAIL PROTECTED] > > Web Design Team, Melbourne IT > > Fetch the comfy chai

Re: [PHP] Date data type problem

2001-01-15 Thread Joe Stump
data type field from a table. > Can I use this "-mm-dd" to compare with value from another date variabile in the >"mmdd" format? If not possible, How do I make both of them to be in the same >format? > cheers > Jack > [EMAIL PROTECTED] > "

Re: [PHP] load balancing with php/apache?

2001-01-15 Thread Joe Stump
inistrators, 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-mail: [EMAIL PROTECTED] -- Joe Stump, PH

Re: [PHP] Modifying arrays

2001-01-15 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, PHP Hacker [EMAIL PROTECTED] http://w

Re: [PHP] variable question

2001-01-19 Thread Joe Stump
} > } > > any thoughts? > > Mike > > -- > 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, P

Re: [PHP] I dont know what to do here?

2001-01-22 Thread Joe Stump
hought you just added it like ?message > But i already have a ? > > Please help? > > Chris > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact

Re: [PHP] Sorry! Help needed!

2001-01-23 Thread Joe Stump
r page via html... > > Cant find answer nowhere... always are only server side form handler... > > AnnA > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To

Re: [PHP] help!!! (PHP)

2001-01-23 Thread Joe Stump
eck my Mysql > database for some cause. > Is that possible??? > > I'm realy thanks!!! > > > Bruno de F. F > > City: Belo Horizonte > Estate: Minas Gerais > Country: Brazil -- Joe Stump, PHP Hacker [EMAIL PROTECTED] http://www.miester.org/ -- PHP G

Re: [PHP] Search Engines and PHP

2001-01-23 Thread Joe Stump
URL like so > <http://domain/script.php?value2=foo&value3=bar&value1=barfly> means > you can put them in any order you like. > > Kristofer > -- > __ > > Kristofer Widholm > Web Pharmacy > [EMAIL PROTECTED] > 191 Grand Stree

Re: [PHP] ->

2001-01-24 Thread Joe Stump
sjoen wrote: > What does -> do? > As in: > $Something->then_something_over_here > > > -- > 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 ad

[PHP] looking for people for open source project

2001-01-24 Thread Joe Stump
o. Thanks! --Joe -- Joe Stump, PHP Hacker [EMAIL PROTECTED] http://www.miester.org/ -- 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] PHP - Interrupted Scripts,

2001-01-24 Thread Joe Stump
in there which sets the time-limit each time a > loop is called ... the documentation says that this does prolong the > excution time... is that correct??? > > - timO > > > > -Ursprüngliche Nachricht- > Von: Joe Stump [mailto:[EMAIL PROTECTED]] > Gesende

Re: [PHP] PHP - Interrupted Scripts,

2001-01-24 Thread Joe Stump
IDEE AG > Mexikoring 29 > D-22297 Hamburg > > Tel. ++49 (040) 631282-22 > Fax. ++49 (040) 631282-10 > > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAI

Re: [PHP] Urgent help needed, sound scary when anyone did that on title :-)

2001-01-24 Thread Joe Stump
t; $resultlast3 = mysql_query($sqlLastIDthird); > $ThirdLast = mysql_result($resultlast3,0,0); > > ** > what have I done wrong? Please enlighten me here > Thanks > > Jack > [EMAIL PROTECTED] > "There is nothing more rewarding than reaching the goal you set for yourself" -- Joe Stump, PHP Hacker [EMAIL PROTECTED] http://www.miester.org/ -- 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] crontab help

2001-02-21 Thread Joe Stump
".. > > 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] crontab help

2001-02-22 Thread Joe Stump
il 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] crontab help

2001-02-22 Thread Joe Stump
gt; > > "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 f

Re: [PHP] crontab help

2001-02-22 Thread Joe Stump
gt; > > is there a way to tell crontab to do: > > > > > > > > > > "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

Re: [PHP] isset()

2001-02-22 Thread Joe Stump
| [EMAIL PROTECTED] Computer Consultant | > | http://aesric.ucdavis.edu/ http://pgfsun.ucdavis.edu/ | > +-- FBI Special Agent Dale Cooper ---+ > > -- > PHP General Mailing List (http

Re: [PHP] Download PHP from Linux machine?

2001-02-23 Thread Joe Stump
> > Best Regards, > > Jorge. > > > > -- > 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] Order by Date (Newbie)

2001-02-23 Thread Joe Stump
or additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- ----------- Joe Stump, PHP Hacker, [EMAIL PROTECTED] -o) ht

Re: [PHP] Help INSERTing to MySQL

2001-02-23 Thread Joe Stump
hich paper was submitted: value=Duval> (County, not Country!) > School at which paper was submitted: value="Mandarin High School"> > ZIP code: (Put your ZIP >code in if you don't know your school's) > Author's Comments: >

Re: [PHP] special characters with perl,mysql,php

2001-02-23 Thread Joe Stump
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

Re: [PHP] isset()

2001-02-23 Thread Joe Stump
nds. > > > > Sincerely, > > Maxim Maletsky > Founder, Chief Developer > > PHPBeginner.com (Where PHP Begins) > [EMAIL PROTECTED] > www.phpbeginner.com > > > > > > -Original Message- > From: Joe Stump [mailto:[EMAIL PROTECTED]] >

Re: [PHP] isset()

2001-02-23 Thread Joe Stump
ill know it > for the feature. > > > Sincerely, > > Maxim Maletsky > Founder, Chief Developer > > PHPBeginner.com (Where PHP Begins) > [EMAIL PROTECTED] > www.phpbeginner.com > > > > > -Original Message- > From: Joe Stump [mailt

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

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] 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] 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] 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] 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
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] 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] 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] 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] 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] 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] 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] 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 &

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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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

[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

[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

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

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

[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] 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

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]>

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] 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] 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] 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] 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] 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] 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] 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

[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

[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

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

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

  1   2   >