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
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?
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
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
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
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
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]
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
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
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]
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
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
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
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
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
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
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
//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
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
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
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
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(&
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:/
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
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
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:
>
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
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
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
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
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
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
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
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
> -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
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
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
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
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/)
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
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()
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]
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
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
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
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
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 -
>
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]"&
> -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
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
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
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
() 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
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
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
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
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]
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.
"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
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
;0.8 double' => 2,
'0.8 PTH' => 3,
'1.6 single' => 4,
'1.6 double' => 5,
'1.6 PTH' => 6,
'3.2 single' => 7,
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
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&
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
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 ...
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"
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
;,"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
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
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
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]
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
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
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
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
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
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
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
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
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
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
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
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
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.
>
>
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!!
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?
>
>
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
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
I can't find the windows downloads?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> 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
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
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
> -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
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
: 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
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
does this include sub dirs ?
--
bye
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
301 - 400 of 1525 matches
Mail list logo