Re: [PHP] Forms

2002-12-11 Thread Hank Marquardt
> variable - i.e. if I choose John, then the variable that gets sent to the > PHP should have the value John, if I choose Mary, the value of the variable > should be Mary. Hope this makes sense. > > TIA > > > > > John > Mary > > > > > > --

[PHP] PDFlib error help --

2002-08-22 Thread Hank Marquardt
deprecated API, but I'd really like to find a bandaid to put on this rather than rewrite the class library and all the scripts under time pressure -- Anyone else run into this? ... any pointers, faqs, etc. -- Hank Marquardt <[EMAIL PROTECTED]> GPG Id: 2BB5E60C Fingerprint: D807 61BC

Re: [PHP] PDFlib error help --

2002-08-22 Thread Hank Marquardt
13AM -0700, Rasmus Lerdorf wrote: > There is no bandaid for this. Your code is simply wrong. You are calling > a stroke function without having a path to stroke. You need to fix the > code. > > -Rasmus > > On Thu, 22 Aug 2002, Hank Marquardt wrote: > > > I've go

[PHP] fixing mail for broken Outlook

2002-01-16 Thread Hank Marquardt
from losing my mind is that I accidently had the wrong header "Content-type: text/text;" at first and while it created an attachment in Outlook, the attachemnt was properly formatted. Anyone else have this problem and solved it? -- Hank Marquardt <[EMAIL PROTECTED]> http://web.yerp

Re: [PHP] fixing mail for broken Outlook

2002-01-16 Thread Hank Marquardt
ors, 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] >

Re: [PHP] parsing xml/string

2002-01-16 Thread Hank Marquardt
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] > -- Hank Marquardt <[EMAIL PROTECTED]> http://web.yerpso.net GPG Id: 2BB5E60C Fingerprint:

Re: [PHP] Computer Science and PHP

2002-01-19 Thread Hank Marquardt
> For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- Hank Marquardt <[EMAIL PROTECTED]> http://web.yerpso.net GPG Id: 2BB5E60C Fingerprint: D807 61BC FD18 370A AC1D 3EDF 2BF9 8A2D 2BB5 E60C *** Web Devel

Re: [PHP] Help with a search array.

2002-03-06 Thread Hank Marquardt
uot; AND `keywords` LIKE >"eggs" ORDER BY `id` ASC LIMIT 0, 30 > > How ever it really down't want to work. Any Suggestions > > Philip J. Newman > PhilipNZ :: Design Solutions > http://www.philipnz.com/ > [EMAIL PROTECTED] > ICQ# 20482482 > +64 2

Re: [PHP] Help with a search array.

2002-03-06 Thread Hank Marquardt
> into the different veriables ... count the veriables and then put them into > a loop in the mysql thingie. > > $words = explode(" ",$keywords); > > don't give me veriabe1 verible2 etc > > - Original Message - > From: "Hank Marquardt" <

Re: [PHP] Reading lines from a CSV file

2002-03-10 Thread Hank Marquardt
n read it, etc... until >eof? > > Thanks, > Don -- Hank Marquardt <[EMAIL PROTECTED]> http://web.yerpso.net GPG Id: 2BB5E60C Fingerprint: D807 61BC FD18 370A AC1D 3EDF 2BF9 8A2D 2BB5 E60C *** Web Development: PHP, MySQL/PgSQL - Network Admin: Debian/FreeBSD *** PHP Instructor - I

Re: [PHP] Creating $key, $value pairs

2001-11-25 Thread Hank Marquardt
yet how to create different entries for each line in that order - >kinda stupid to create $product_1['no'], $product_2['no'], $product_3['no'], >$product_4['no'], but then again, I don't know. > > -- > H | "Life is the art of drawing wi

Re: [PHP] Redirect upon execution of script...

2001-11-25 Thread Hank Marquardt
only place i can > > put it) and > > >will never know if $done is set or not below. > > > > > >- Daniel > > > > > > > > >-- > > >PHP General Mailing List (http://www.php.net/) > > >To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP] MySQL function in a Table's Column

2001-11-25 Thread Hank Marquardt
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] > -- Hank Marquardt <[EMAIL PROTECTED]> http://web.yerpso.net GPG Id: 2BB5E60C F

Re: [PHP] Safely Storing & Delivering PDFs

2001-11-25 Thread Hank Marquardt
> >script that reads/generates the pdfs. And for my purpose checks if user > >is > >authorized to get these files. > > > >sebastian > preserved.> > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTE

Re: [PHP] Creating $key, $value pairs

2001-11-25 Thread Hank Marquardt
ne. Thanks! > You're welcome:) ... the regexs aren't that bad here, just picky; the whole thing would be a lot easier in the last one if they actually tab delimit the fields, then a simple split() call would handle it nicely but what you posted was spaces. Good luck Hank -- Hank

Re: [PHP] Creating $key, $value pairs

2001-11-25 Thread Hank Marquardt
nd or postfix an integer or something onto the index to keep the lines straight. I'd say you're getting there though. Hank On Sun, Nov 25, 2001 at 02:06:52PM -0700, Ashley M. Kirchner wrote: > Hank Marquardt wrote: > > > Actually you're OK here (I thi

Re: [PHP] User access rights..

2001-11-25 Thread Hank Marquardt
most of the time as the users share a common group ... I guess you could go with 0750, set uid=gid and then add 'nobody' to everyone's groups though ... ... enough, I'm just thinking out loud now. Hank -- Hank Marquardt <[EMAIL PROTECTED]> http://web.yerpso.net GPG Id

Re: [PHP] Recursive directory scan

2001-11-26 Thread Hank Marquardt
scribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- Hank Marquardt <[EMAIL PROTECTED]> http://web.yerpso.net GPG Id: 2BB5E60C Fingerprint: D807 61BC FD18 370A AC1D 3EDF

Re: [PHP] What kind of looping ?

2001-11-27 Thread Hank Marquardt
; Thanks, > 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 administrators, e-mail: [EMAIL PROTECTED] > -- Hank Marquardt <[EMAI

Re: [PHP] Using a file to make an array

2001-11-27 Thread Hank Marquardt
R-RXV"3,N,0DP+C P"3 N, DW,@DR,RXR"3,S+C$),3 ),3(N,# - > M"C W+S(Y+S(P,#$),3 Z,C @< DR."XW"3(X+C<),C@N-PDM+0DS,BXU"2TM > M"3 ),"XP"3 N, DQ,#$W+C@)-"XU"[EMAIL PROTECTED]"3(W+C<),BXW"3 N,# ),"XP > M"3 M+C

Re: [PHP] Newbie Image uplaod question

2001-11-27 Thread Hank Marquardt
ds, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- Hank Marquardt <[EMAIL PROTECTED]> http://web.yerpso.net GPG Id: 2BB5E60C Fingerprint: D807 61BC FD18 370A AC1D 3EDF 2BF9 8A2D 2BB5 E60C *** Web Development: PHP, MySQL/PgSQL - Netwo

Re: [PHP] Help - html mail

2001-11-28 Thread Hank Marquardt
t; > Why is this happening? How can I stop it? > > -brian > > > -- > 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] Explanation

2001-11-28 Thread Hank Marquardt
d be great. > > Thanks... > > > -- > 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] > -- Hank Marquar

Re: [PHP] Sending Form Result to File

2001-11-29 Thread Hank Marquardt
tional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- Hank Marquardt <[EMAIL PROTECTED]> http://web.yerpso.net GPG Id: 2BB5E60C Fingerprint: D807 61BC FD18 370A AC1D 3EDF 2BF9 8A2D 2BB5 E60C *** Web Development: PHP, MyS

Re: [PHP] How to display one line from a file rather than the whole lot

2001-11-30 Thread Hank Marquardt
gt; Can anybody help me? > Kev > > _ > 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 P

Re: [PHP] Stuck on array, need a little help.

2001-11-30 Thread Hank Marquardt
=> array( > "Fuel 100" => "mountain.php?brand=tfuel90", > "Fuel 90" => "mountain.php?brand=schhg" > ), > "Klein" => array( > &q

Re: [PHP] Extract all fields of a table to vars of same name

2001-12-04 Thread Hank Marquardt
ing 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] > -- Hank Marquardt <[EMAIL PROTECTED]> http://web.yerpso.net GPG Id: 2BB5E60C Finger

Re: [PHP] PREG

2001-12-09 Thread Hank Marquardt
> > Obviously not what I want. Could this be some sort of overflow problem? I am at a >lost end here, so if anyone could offer some insight as to why it is not functioning >correctly I would most welcome it. Overwise the only solution I can think of is >chopping up the

Re: [PHP] Passwords and SSH port forwarding (was: Alternative to phpMyAdmin)

2001-07-13 Thread Hank Marquardt
figuring it out the first time, now it doesn't seem > so tricky after all. > > It might work with MySQL, but I have not tried it. > > Egan > > > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] &

Re: [PHP] Piping Mime String to Metamail Fails

2001-07-13 Thread Hank Marquardt
> > If I substitute system for fpassthru, I get only "127" when I echo the > $return. > > I'm not the expert, but it certainly seems the problem lies in getting > the /bin/echo command pipe the string to metamail, and I'm not certain > how to make it do so. &g

Re: [PHP] Problem Inserting Array of Rows from form

2001-07-15 Thread Hank Marquardt
$movie[$i]')"; > } > > // $vals=preg_replace("^,", "", $vals); > $vals=preg_replace('/^,/', '', $vals); // chop leading comma > > $qry="INSERT INTO songs VALUES $vals"; > > echo $qry; > > $res=mysql_query($qry