[PHP] Interesting problem in PHP and Squirrelmail

2006-01-18 Thread Mark
I am working on an XML serializer module for PHP. It will allow session information to be stored as XML in the database. While this sounds like self promotion, and it probably is a bit, it is needed to make sense of why I am doing this. Anyway, the XML stream is so that I can use PHP session data

Re: [PHP] Interesting problem in PHP and Squirrelmail

2006-01-18 Thread Mark
Robert Cummings wrote: > On Wed, 2006-01-18 at 15:36, Mark wrote: >> >> [-- CLIPPED --] >> >> Here's a point of debate, should this sort of behavior be allowed? If it >> is allowable, how does one support it in any sort of serialized >> methodology?

[PHP] XML Session serializer - XMLDBX

2006-01-26 Thread Mark
Well, last week or so I noticed that Squirrelmail's session array contained recursive variable references and caused my serializer to crash on infinite recursion. Oh well, that's life. I found the time to add a variable stack for encoding to XML. If a variable is "is_ref" or has a "refcount" great

[PHP] Re: XML Session serializer - XMLDBX

2006-01-26 Thread Mark
Mark wrote: > Well, last week or so I noticed that Squirrelmail's session array > contained recursive variable references and caused my serializer to crash > on infinite recursion. Oh well, that's life. > > I found the time to add a variable stack for encoding to XML. I

[PHP] Adding XMLDBX to PHP CVS

2006-01-27 Thread Mark
I am thinking about adding XMLDBX, a pretty good XML serializer to CVS. It is documented and available at www.mohawksoft.org. Any comments? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Integration between PHP and PostgreSQL

2006-01-29 Thread Mark
I have a couple extensions that maybe useful for PHP users who use PostgreSQL. I have a serializer for PHP that serializes session data to a documented XML format. That extension is called XMLDBX. I also have a PostgreSQL extension that will read this XML data and allow you to query it. select xm

[PHP] neat html output

2001-01-31 Thread Mark
I'd like my html output to be neatly written, including newlines is helpful but does anyone know of a better way to output newlines than appending ."\n"; to every echo statement. -Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP] ora error

2001-02-06 Thread Mark
ne from SHEETS -- while processing OCI function OPARSE) Session halted. I can restart the web server and all is fine again but I want to and end to this error once and for all. Does anybody know what is causing this and/or how to fix it? Thanks Mark -- PHP General Mailing List (http://ww

Re: [PHP] ora error

2001-02-08 Thread Mark
First guess is correct, yeah I did use the cool ora_plogin thing I'm only doing selects so why do I need to do any commits -Mark ""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message 09ab01c091b8$3e6b4000$[EMAIL PROTECTED]">news:09ab01c091b8$3e6b400

[PHP] undefined functions question

2001-02-16 Thread Mark
o any script whether included or whatever. -Mark -- 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] mysql -> xml

2002-11-26 Thread Snijders, Mark
hello, For connection data between my site, and another site, I need to export my MySql data to a XML file. Does anybody know any excisting scripts for this? so I don't have to make it all myself? Thanks, Mark Snijders -- PHP General Mailing List (http://www.php.net/) To unsubs

RE: [PHP] About Speech

2002-11-30 Thread Mark Charette
iles doesn't require any changes to anything. Just create an ANCHOR link to the file and it'll be sent on its merry way when the user clicks on the link. Mark C. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Problem: Only 1 fsockopen() connection for apache at a time.

2002-12-03 Thread Roedel, Mark
what operating system are you running? (I know some versions of Windows in particular have a limit as to how many simultaneous connections the tcp/ip layer can support...) --- Mark Roedel | "Blessed is he who has learned to laugh Systems Programmer| at himself, for he s

RE: [PHP] PHP 4.2.3, Apache 2.0.40, gettext(), and web don't work

2002-12-09 Thread Roedel, Mark
Are you *sure* your Apache module and commandline interpreter were both compiled with the same set of options? Does a phpinfo() call to the Apache module indicate that gettext is enabled there? --- Mark Roedel | "Blessed is he who has learned to laugh Systems Programmer

[PHP] Please help - uploading multiple files

2002-12-09 Thread Allred, Mark
If there is a HTML tag I don't know about that accomplishes the same, please let me know. Thank you, Mark Allred [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Please help - uploading multiple files

2002-12-10 Thread Allred, Mark
Darn, that's what I was afraid of. Is there a way to do this in a client-side language like JavaScript? Mark -Original Message- From: Ernest E Vogelsinger [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 5:50 PM To: Allred, Mark Cc: 'php' Subject: Re: [P

[PHP] PHP + MySQL looping question

2002-12-12 Thread Mark McCulligh
array on each for loop. How do you do that? for ($i = 1; $i <= 3; $i++) { while ($row = mysql_fetch_array($result)) { //Some Code echo $row['filed']; } //Reset $result - SQL result } Thanks, Mark. -- PHP General Mailing List (http://www.php.net/) To unsub

Re: [PHP] PHP + MySQL looping question

2002-12-12 Thread Mark McCulligh
//Reset result array $result = mysql_query($sql); } -- _ Mark McCulligh, Application Developer / Analyst Sykes Canada Corporation www.SykesCanada.com (888)225-6824 ex. 3262 [EMAIL PROTECTED] "Craig Thomas" <[EMAIL PROTECTED]> wrote in mess

Re: [PHP] case statement?

2002-12-19 Thread Mark Charette
would behhove you to at least read the basic language statemants. mark C. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Mass Mailing

2002-12-21 Thread Mark Charette
In almost all cases the number of mail messages/time unit sent is a function of bandwidth, not CPU; my Pentium II 250Mhz machine saturates a 768K SDSL line no problem at all. Mark C. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Sessions and AOL

2003-01-03 Thread Mark Charette
or a better way to counteract AOL's ip jumping. Why? It's not just AOL! Mark C. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Perl > PHP

2003-01-05 Thread Mark Charette
the/php/command/line/executable This only applies to Unix and the executable bit must be set. Mark C. > -Original Message- > From: Jurre Thiel [mailto:[EMAIL PROTECTED]] > Sorry, i didn't think of that. I still think exec('perl > perl.pl'); does the > job, not exec(&

RE: [PHP] mysql_num_rows() error

2003-01-09 Thread Mark Charette
And which database are you using?? (hint - mysql_select_db() might be a good idea ...) > -Original Message- > From: Phil Powell [mailto:[EMAIL PROTECTED]] > > Anyone know why this is happening? I have mySQL on Win2000 > Server with IIS > > and PHP: >> -- PHP General Mailing List (http:/

RE: [PHP] sending array

2003-01-15 Thread Mark Charette
You know, if you actually looked at the link you've created you'd find your answer ... > -Original Message- > From: D.M. van Gladbach [mailto:[EMAIL PROTECTED]] > > There not much in there because I strip it for testing. > > test1.php > $org["index-A"]=1701; > $org["index-B"]=1209

[PHP] pop-up problem

2003-01-20 Thread Mark McCulligh
popups. Does anyone know of a way other then window.open to control the window's size and remove things like the toolbar, address bar, etc.. Is there a way to control is through PHP and the header information? or I am look for something that doesn't exist. Thanks, Mark. -- PHP General Ma

Re: [PHP] pop-up problem

2003-01-20 Thread Mark McCulligh
I wish people won't miss use features for people start blocking them. I am using the window.open the way it was meant for. I have a online help feature. I am not using it a force people to look at banner after banner. Mark. > --- Mark McCulligh <[EMAIL PROTECTED]> wrote: >

Re: [PHP] pop-up problem

2003-01-20 Thread Mark McCulligh
th their build. > > Chris Shiflett wrote: > > --- Mark McCulligh <[EMAIL PROTECTED]> wrote: > > > >>I wish people won't miss use features for people start > >>blocking them. I am using the window.open the way it > >>was meant for. I

Re: [PHP] pop-up problem

2003-01-20 Thread Mark McCulligh
Thanks for the advise, I am doing to change the way I call the popup, move it out of a function, right into the tag itself. To see if the one client I have popup killer app lets it happen now. Thanks again, Mark. - Original Message - From: "Step Schwarz" <[EMAIL PROTECTE

[PHP] writing a newsletter program in php?

2003-01-22 Thread Mark C
ender previews of mails first, basically it will be a newsletter program, rather than a mailing list one, which is where Mailman falls over. Cheers Mark -- To steal ideas from one person is plagiarism; to steal from many is research. -- PHP General Mailing List (http://www.php.net/) To uns

[PHP] JOB: PHP SOFTWARE ENGINEER (Cape Town, South Africa)

2003-01-23 Thread Mark Henderson
JOB: PHP SOFTWARE ENGINEER DESCRIPTION Small, fast-paced, software company seeks PHP Software Engineer. Our Software Engineers are responsible for all aspects of technical development, including architecture, design, implementation, and performance tuning. They play a key role in helping the organ

RE: [PHP] GD jpg thumbnail - ugly discollored

2003-01-25 Thread Mark Charette
make sure you use: ImageCreateTrueColor() to create the thumbnail image and ImageCopyResampled() when you copy the image. Mark C. > -Original Message- > From: Victor [mailto:[EMAIL PROTECTED]] > I have a script that takes uploaded images (jpeg only) and makes > p

RE: [PHP] Masive mail Advice

2003-01-25 Thread Mark Charette
It is incredibly easy to write a short little php script that edits a template and submits it directly to qmail-inject; if you're using qmail already php mail()/sendmail is just a wrapper to qmail-inject. I use qmail-inject directly because it allows me to write my own VERP and process bounces agai

RE: [PHP] Using MySQL user variables in PHP

2003-01-26 Thread Mark Charette
QL's variable approach. The '@' represents a user variable per connection in MySQL. See http://www.mysql.com/doc/en/Variables.html for more information. mark C. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Masive mail Advice

2003-01-26 Thread Mark Charette
servers. Tuning qmail involves setting the number of outgoing queues so as not to overload your communications line. I _personally_ have sent more than 300,000 messages with no "resting" mechanism - doing that means you haven't tuned your qmail system for the load. Mark C. -- PHP

RE: [PHP] Re: Masive mail Advice

2003-01-26 Thread Mark Charette
> -Original Message- > From: Manuel Lemos [mailto:[EMAIL PROTECTED]] > On 01/26/2003 08:22 PM, Mark Charette wrote: > >>-Original Message- > >>From: Manuel Lemos [mailto:[EMAIL PROTECTED]] > >>That number of messages is small and with today

[PHP] PHP - mysql_info question

2003-01-30 Thread Mark McCulligh
to display them to my user through PHP. Thanks, Mark. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Reporting tools for PHP?

2003-01-30 Thread Mark McCulligh
you server is window already you can install normal crystal report right on it, I am assume your MySQL server is not windows. Mark. "Denis L. Menezes" <[EMAIL PROTECTED]> wrote in message 001501c2c878$4ee1b240$642a7dcb@pcdenisxp">news:001501c2c878$4ee1b240$642a7dcb@pcdenis

RE: [PHP] while loop- will this work?

2003-01-30 Thread Roedel, Mark
t;)){ > > $f1 = rand(999,999); > > } You'll want something more like... do { $f1 = rand(999,); $check_sid = mysql_query("SELECT * from that_table WHERE this='$f1'")); } while (mysql_num_rows($check_sid)) --- Mark Roedel

Re: [PHP] PHP - mysql_info question

2003-01-31 Thread Mark McCulligh
Does "Nope" mean to both my questions. Does MySQL create a log file of warnings? and can PHP call it? I figure even if MySQL as a log file, PHP can't call it, because the PHP function mysql_info was only add in 4.3.0 Mark. -- PHP General Mailing List (http://www.php.net/)

[PHP] Re: Script to export MySQL structure & data

2003-01-31 Thread Mark McCulligh
are trying to do. A PHP page that a user can upload a file and then I use the LOAD DATA mysql command to insert the files data. Mark. "Janos Rusiczki" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > I'm looking

RE: [PHP] Re: Associative vs normal arrays

2003-02-02 Thread Mark Charette
ay types in PHP, there is only one array type, which can both contain integer and string indices." - http://www.php.net/manual/en/language.types.array.php Mark C. > > Is there a way to determine if an array is associative or not? Maybe = > > something similar to the is_array()

Re: [PHP] tracking bulk email

2003-02-03 Thread Mark McCulligh
ut it works for me right now. My two cents. Mark. "Kevin Stone" <[EMAIL PROTECTED]> wrote in message 00eb01c2cbb4$393fceb0$6601a8c0@kevin">news:00eb01c2cbb4$393fceb0$6601a8c0@kevin... > - Original Message - > From: "Lowell Allen" <[EMAIL PROTECTED]

[PHP] Including images with mail() or pear mail

2003-02-06 Thread Mark McCulligh
is very easy, but is there any disadvantage to this option, that attaching the image to the email would fix. In short I am looking for the pros and cons to both methods. Thanks, Mark. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Including images with mail() or pear mail

2003-02-06 Thread Mark McCulligh
I don't like using images in emails too, but what the customer wants they get. Mark. "Johannes Schlueter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Thursday 06 February 2003 19:12, Mark McCulligh wrote: > > I h

RE: [PHP] delete query doesnt work

2003-02-07 Thread Roedel, Mark
First two things I'd check: (1) Make sure the user you're connecting as has permission to delete rows, and (2) Make sure that your $delete variable has the value you were expecting. --- Mark Roedel | "Blessed is he who has learned to laugh Systems Programmer| at

[PHP] Is mail() broken in 4.3.0 when it comes to BCC?

2003-02-10 Thread Mark Virtue
This line works as expected: mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2", "From: [EMAIL PROTECTED]"); whereas if I change it to this: mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2", "Bcc: [EMAIL PROTECTED]"); the mail never gets sent! I'm running 4.3.0 on Windows XP. An

Re: [PHP] Is mail() broken in 4.3.0 when it comes to BCC?

2003-02-10 Thread Mark Virtue
a8c0@fleo">news:008101c2d108$f75ff600$0100a8c0@fleo... > Try this: > > mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2", "From: [EMAIL PROTECTED]\nBCC: > [EMAIL PROTECTED]"); > > > > - Original Message - >

[PHP] Re: Best way to create a preference-file?

2003-02-13 Thread Mark Harwood
What about an .ini file? http://www.php.net/manual/en/function.parse-ini-file.php If you want read/write from php, try a searching http://www.phpclasses.org/ for inifile. Mark Victor wrote: "Victor spång arthursson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]"&

RE: [PHP] URGENT HELP NEEDED - After Upgrade to MySQL 4.0.1.2

2003-02-13 Thread Mark Charette
> -Original Message- > If it worked before then obviously the path is fine, > unless something has changed. Obviously something changed if it worked on 2 other servers. Check all your logs. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

[PHP] Re: Unit-testing PHP code

2003-02-13 Thread Mark Harwood
Check out. http://www.phpbuilder.com/columns/reiersol20030126.php3 http://pear.php.net/manual/en/packages.phpunit.tutorial.php Mark "Karl Traunmueller" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi all, > > I've wr

[PHP] HTML Mail problem

2003-02-14 Thread Mark McCulligh
r why this is happening. Again this only happen if it is a HTML format email and it is to an internal user, thus my email server routes it without leaving the server. Thanks, Mark. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: HTML Mail problem

2003-02-14 Thread Mark McCulligh
d including some of the header info. Any idea of how this happened. Mark. "Manuel Lemos" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > On 02/14/2003 01:56 PM, Mark McCulligh wrote: > > If I send a HTML email u

[PHP] Re: HTML Mail problem

2003-02-15 Thread Mark McCulligh
() function to send? I thought I read it somewhere. If it does this is why when I used pear mail to send I got the same error. Any ways your class works for I will use it. Thanks for the help. Later, Mark. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Best way to sort a multidimentional array....

2003-02-19 Thread Mark Cubitt
Hello, I need to manipulate, the following data in a number of diffierent ways (specifics follow). Telephone extension number - 4 digits in the range 2000-2119 Total time on phone - seconds integer values Total No. of calls - integer value Name - A persons name I'm purposely NOT using a datab

Re: [PHP] mysql query manipulation vs php results manipulation

2003-02-19 Thread Mark Charette
On Wed, 19 Feb 2003, Larry Brown wrote: > How do you determine whether or not it is faster/more efficient to run a > complicated query or to run multiple simple queries and join / manipulate > the results with PHP? By empirical methods ... -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] AUTH (.htaccess style)

2003-02-20 Thread Mark Cubitt
ecure regards Mark Cubitt > -Original Message- > From: Sebastian [mailto:[EMAIL PROTECTED]] > Sent: 20 February 2003 09:35 > To: [EMAIL PROTECTED] > Subject: [PHP] AUTH (.htaccess style) > > > Greetings. > > I have a member system which each user has a unique ID, use

RE: [PHP] AUTH (.htaccess style)

2003-02-20 Thread Mark Cubitt
ggest any improvements please say as they will be a help p.s. i'm not a security expert so this is probely not very secure regards Mark Cubitt > -Original Message- > From: Sebastian [mailto:[EMAIL PROTECTED]] > Sent: 20 February 2003 09:35 > To: [EMAIL PROTECTED]

[PHP] MS SQL Server problem

2003-02-23 Thread Mark Virtue
as ISQL) or ODBC version 3.7 or earlier. (severity 16) in c:\test.php on line 24 Warning: mssql_query() [function.mssql-query]: Query failed in c:\test.php on line 24 I am using 4.3.0 on WinXP. Any thoughts? Mark.

Re: [PHP] table border colors in html/xml

2003-02-23 Thread Mark Virtue
"Sunfire" <[EMAIL PROTECTED]> wrote > sorry.. does anybody know of any mailing list i can join for that then? alt.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] creating flat versions of php pages

2003-02-24 Thread Mark Cubitt
if this answer takes this a little off topic. regards Mark Cubitt > -Original Message- > From: electroteque [mailto:[EMAIL PROTECTED] > Sent: 24 February 2003 11:13 > To: [EMAIL PROTECTED] > Subject: Re: [PHP] creating flat versions of php pages > > > i dont under

RE: [PHP] dynamic list box

2003-02-24 Thread Mark Cubitt
;0.8 double' => 2, '0.8 PTH' => 3, '1.6 single' => 4, '1.6 double' => 5, '1.6 PTH' => 6, '3.2 single' => 7,

[PHP] Gettext not loaded even when configured

2003-02-24 Thread Mark Snookal
I run a test script to see what modules are loaded I get: Array ( [0] => xml [1] => tokenizer [2] => standard [3] => session [4] => posix [5] => pcre [6] => overload [7] => openssl [8] => mbstring [9] => dio [10] => dba [11] => ctype [12] => zlib [13] => apache ) No gettext, thus Horde fails to operate. Any ideas as to what gives? I am on a virtual server running: FreeBSD 4.4-RELEASE #9: Thu Jan i386 Apache/1.3.27 PHP 4.3.0 Thanks for any help, Mark Snookal -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] creating flat versions of php pages

2003-02-25 Thread Mark Cubitt
y = $body."$comment$ctbl"; $body = $body."$otbl Submitted by: $auth_nameDate: $commdateser"; $body = $body."$otbl $ctbl"; } $sth2->finish; $desc = "$name, $city, $county, & site title"; $keywords = "$name, $city, $county, & site title&

[PHP] Re: How do I display the script file name?

2003-02-27 Thread Mark Harwood
echo $_SERVER['PHP_SELF']; "Stephen Ford" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > How can I display the script file name? Presumably something like-: > > echo $ScriptFileName; > ?> > > While I'm learning php and developing various Web page versions, I want to > be sure the

RE: [PHP] Switch Statement || Case with multiple values?

2003-03-02 Thread Mark Charette
Check the manual: switch($foo) { case "fee": case "fie": ... break; case "fo": ... case "fum": ... break; } fee & fie are tied together, fie will also run the code presented by fum ...

RE: [PHP] Switch Statement || Case with multiple values?

2003-03-02 Thread Mark Charette
Duh. make that "fo" will also run the code presented by "fum" ... > -Original Message- > From: Mark Charette [mailto:[EMAIL PROTECTED] > > switch($foo) > { > case "fee": > case "fie"

[PHP] Using sapi/embed

2003-03-03 Thread Mark Newnham
Does anyone have a simple example of using the sapi/embed option from an external c or c++ program, including compiling/linking? TIA Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] fopen and file dump to a databace...

2003-03-09 Thread Mark Tehara
;,"r"); $buffer = fread($file,1); echo $buffer; This dumps the data to the screen ... where would i start to making cutting this data up by the line? / Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Displaying a file

2003-03-09 Thread Mark Tehara
On that note, how would i load an image from outside the document root? - Original Message - From: "Justin French" <[EMAIL PROTECTED]> To: "Todd Cary" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 10, 2003 4:06 PM Subject: Re: [PHP] Displaying a file > Change your link t

[PHP] Force refresh of graphic - how?

2003-03-12 Thread Mark Wilson
I have a PHP page which in turn calls an image-creating PHP program, like so: ...(calling page: mypage.php).. makepic.php does database lookups using the values of opt1 and opt2, then creates a graphic (PNG) using that data and returns the graphic. So far, so good... but the graphic is b

RE: [PHP] Long script execution and its implications?

2003-03-12 Thread Mark Cubitt
a copy of the code you are using might help for suggestions, and you say each line has upto 5 seprate querys on your db, are you using seprate tables to hold that data? > -Original Message- > From: Simon Lusted [mailto:[EMAIL PROTECTED] > Sent: 12 March 2003 14:57 > To: [EMAIL PROTECTED]

[PHP] Items displayed left and right, help newman.

2003-07-01 Thread Mark Tehara
Where should i start with the lodgic. I'm trying to list a group of items Left: item one, Right: Item 2 This is repeated I can only seem to get them to go str8 down not left then right. Any Ideas? / Mark

Re: [PHP] Items displayed left and right, help newman.

2003-07-01 Thread Mark Tehara
Dude, Can you not use something like while and then add a for ($i=1 to ... lodgic... (o; - Original Message - From: "Mark Tehara" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Cc: "Philip J. Newman" <[EMAIL PROTECTED]> Sent

[PHP] converting between timezone

2003-07-02 Thread Mark McCulligh
Does anyone know of a function or class that can convert timeszones including daylight saving time (DST). You pass it the date/time and the current timezone and the new timezone and it returns the new date/time. I need it to work on a windows platform too. Thanks, Mark. -- PHP General

[PHP] PHP to Excel Export

2003-07-03 Thread Mark McCulligh
that allow fields greater then 255. Thanks, Mark. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-03 Thread Mark McCulligh
it will be stable. I went with Redhat 8 over 9 because I have also read about a lot of bugs with redhat 9. I usually don't like to use the new of anything until it have been out for sometime and I don't see any see bug reports. Just my two cent. Mark. "Joseph Szobody&quo

Re: [PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-03 Thread Mark Charette
Apache 2.x.x IS a production quality server, just not with PHP. Works great with Tomcat, mod_jk2, Struts, etc. - Original Message - From: "Shena Delian O'Brien" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 8:04 PM Subject: Re: [PHP] Re: Red Hat 9, Apache 2, an

Re: [PHP] Re: Red Hat 9, Apache 2, and PHP

2003-07-04 Thread Mark McCulligh
t is why I am still using Apache 1.3.27. Just my two cents. Mark. "Greg Donald" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > I usually don't like to use the new of anything until it have been out for > > sometime and I don't see any

[PHP] HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!! can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Mark Clarkstone
Can anyone help me with this code I just get someting about $end & help me fix it Thanks Parse error: parse error, unexpected $end in C:/apache/htdocs/test.php on line 73 Control Panel Welcome to The Control Panel Installer This will install the control Panel Please enter your site d

RE: [PHP] HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!! can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Roedel, Mark
You're missing at least one closing brace (}) -- the one that belongs with the else if ($login=="check") { ten or so lines up from the bottom. --- Mark Roedel | "Blessed is he who has learned to laugh Systems Programmer| at himself, for he shall ne

[PHP] Re: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!! can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Mark Clarkstone
OMG Your Right no wonder it didn't work lol "Shena Delian O'Brien" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Well for one thing, you've misspelled one of your variables... > > the if ($instal=="0") should be, if I'm

[PHP] Continuing with HELP can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Mark Clarkstone
now the script works but won't write to the file just returns to the form. Control Panel Welcome to The Control Panel Installer This will install the control Panel Please enter your site domain e.g. freesite.cjb.com (without a www or a dot please) leave as localhost if you are using it a

[PHP] Re: Continuing with HELP can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Mark Clarkstone
Its in cpconf.php "Shena Delian O'Brien" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Where are you passing the variable "install"? I can't see it in your > form. Perhaps look for $check instead of $install? > > Mark Clarkstone

[PHP] Re: Continuing with HELP can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Mark Clarkstone
yes "Shena Delian O'Brien" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Well you realize don't you that unless, on submit, install changes to 1, > whenever you submit your form it's going to go right back to the initial > page. > >

Re: [PHP] HELP can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Mark Clarkstone
Oh well I am sorry your royal majesty - Original Message - From: "Burhan Khalid" <[EMAIL PROTECTED]> To: "Mark Clarkstone" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, July 10, 2003 7:26 PM Subject: Re: [PHP] HELP!!

[PHP] Re: Excel Parser

2003-07-10 Thread Mark McCulligh
think, that works too. The PEAR one does formulas too. Mark. "Johnny Martinez" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, > Does anyone know of any free Excel parsing non-COM code available on the > net? Just straight php driven? > >

[PHP] TESTERS Needed!

2003-07-19 Thread Mark Clarkstone
Hey Guys I need People to test out My Program, Mini serve to find out more go to www.mini-networks.uni.cc Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: TESTERS Needed!

2003-07-19 Thread Mark Clarkstone
If any one finds any bugs or anything please let me know! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: A new FREE web server can do PHP faster than Apache's mod_php

2003-07-20 Thread Mark Clarkstone
I can't find the windows downloads? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] I'm really getting annoyed with PHP

2003-07-23 Thread Mark Charette
> From: Beauford.2005 [mailto:[EMAIL PROTECTED] > It's obvious though that PHP can not handle it. Since thousands of people and websites use the header() function without your problems ... It's obvious at this point you've got a bug and can't figure out how to fix it, even though you've been gi

[PHP] Login Script and Global Registering Things

2003-07-23 Thread Master Mark
Hay people. This is my code below ... I have been using this for ages, but would like to know if there is a better way to process a login ... Is HTTP auth better than HTML? / Mark

Re: [PHP] Login Script and Global Registering Things

2003-07-23 Thread Master Mark
Sounds good (o; I find it easyer to work with HTML auth anyway. / Mark - Original Message - From: "Chris Shiflett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "PHP" <[EMAIL PROTECTED]> Sent: Thursday, July 24, 2003 4:06 PM Subject: Re: [PHP] Logi

RE: [PHP] Help with Apache

2003-07-26 Thread Mark Charette
> -Original Message- > From: Corey Edwards @ Dreamstar Computer Software > > I finally set up an Apache Web Server. I didn't realize you needed that to > run php until now. That's only true if you need to serve Web pages; php runs fine from the command line ... -- PHP General Mailing

RE: [PHP] open source content management systems?

2003-07-29 Thread Roedel, Mark
nd up selecting OpenCMS, which is Java-based. If you'd like to hear more about our decision-making process, or how the implementation has gone, I'd be glad to discuss it off-list.) -- Mark Roedel Web Programmer/Analyst LeTourneau University -Original Message- From: [EMAIL

RE: [PHP] AOL Email client

2003-08-14 Thread Mark Roberts
: 1\r\n"; $headers .= "X-MSMail-Priority: High\r\n"; $headers .= "X-Mailer: Just My Server"; Mark Roberts, Roberts Computing Systems eCommerce, yeah, we do that! Graphics, Scripting, Databases, shopping carts mailto:[EMAIL

RE: [PHP] AOL Email client

2003-08-14 Thread Mark Roberts
It is being sent from a linux box and php 4.3.1 I do not know the aol version, I will have to check with my customer. Don't know why it is in the headers...I just picked up the code today and trying to make it work for him. Mark Roberts, Roberts Computing Systems eCommerce, yeah, we do

[PHP] safe_mode_include_dir

2003-08-22 Thread Mark Clarkstone
does this include sub dirs ? -- bye -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Random Password Making.

2003-03-28 Thread Mark Cubitt
se letters $letterammount = ($letterammount + 1); } } return($string); } hope that helps Regards Mark Cubitt > -Original Message- > From: Philip J. Newman [mailto:[EMAIL PROTECTED] > Sent: 28 Ma

[PHP] Problems with post data

2003-03-29 Thread Mark Douglas
I'm having problems with my post variables. Here's the page I use to submit data:    Here's the test2.php page: This is all very simple, and works on one of my webservers. However, on another webserver with a practically identical configuration, if I post "testing" the result that I get

RE: [PHP] Storing a graphic file in a MySQL database

2003-03-29 Thread Mark Douglas
Here's a good start: http://www.phpbuilder.com/columns/florian19991014.php3 -Original Message- From: Phil Schwarzmann [mailto:[EMAIL PROTECTED] Sent: Saturday, March 29, 2003 7:56 AM To: [EMAIL PROTECTED] Subject: [PHP] Storing a graphic file in a MySQL database Where can I find some in

<    1   2   3   4   5   6   7   8   9   10   >