Usually you need to specify the type: inner join, left join, right join,
straight join etc.
That sounds like the good old times when we did air-to-air refueling :oP
Sorry, had to :P
- Original Message -
From: "Chris" <[EMAIL PROTECTED]>
To: "wisuttorn" <[EMAIL PROTECTED]>
Cc:
Morning guys,
this is not exactly a PHP question, but as I am sure that I am talking to
more or less professional developers, I thought I might ask you.
As I am working on some... well, for my standards... huge project, I thought
that some kind of project management software would / could be
off :oP
Cheers for your comments!
Chris
- Original Message -
From: "Edward Kay" <[EMAIL PROTECTED]>
To:
Sent: Thursday, May 24, 2007 12:00 PM
Subject: RE: [PHP] Project Management
-----Original Message-
From: Christian Haensel [mailto:[EMAIL PROTECTED]
Morning :o)
This is what I am using
--- SNIP
$ratio_orig) {
$width = $height*$ratio_orig;
} else {
$height = $width/$ratio_orig;
}
// Resample
$image_p = imagecreatetruecolor($width, $height);
$image = imagecreatefromjpeg($filename);
$dest_path = "../_images/ne
s only?). Can anyone tell me how I can successfully send
test emails on OS X?
Also, the From header does seem to be getting successfully set. Is there
anything wrong with this code?
mail('[EMAIL PROTECTED]', 'php test', 'this is the message.\nthis is another
line.', 'From: [EMAIL PROTECTED]'."\n\r");
Thanks,
Christian
I'm getting this error in my Apache log file, and I can't figure out why:
Undefined index: password in /path/to/file.php on line 82
Some searching on Google turned up a bunch of questions, but no answers.
Any idea what this warning message is referring to?
Thanks,
Christian
Ah, you're right. Thanks, Tijnema.
I'm just getting my feet wet with PHP, and you guys are a great help!
Christian
On 6/10/07, Tijnema <[EMAIL PROTECTED]> wrote:
On 6/10/07, Christian Cantrell <[EMAIL PROTECTED]> wrote:
> I'm getting this error in my Apache lo
Hello Alain,
I can just tell you from my experience.
I have recently created a, in my eyes, pretty big project, and wanted to
track everything, starting from user navigation over search queries to
login/out times, article printout times and count, photo views and
everything your mind can imagi
Since the function is static, is there any way this code is not thread safe?
Is there any way I could be checking someone else's session if the requests
are concurrent?
Thanks,
Christian
Hi Zoltan
That is just about what I am getting here (1380 net). And I am by far not a
professional. It's just enuff to make a living. And I pay 350 for my rent.
And then all the other crap *g*
Well, back when I was self employed, I could easily sell a site for 8000 to
1 Euros... but with
On the weekends, I get to maintain my own websites, do research, satisfy the
needs of my girl, learn new stuff (like JS right now *yikes*)... damned, I
can't wait til September when I get TWO WEEKS OFF :oD
--
-
I submit my stuff @ weberdev.com
"Jason Pr
That is oh so true. But why are we doing this? Cause we like to think and
work hard, be brain-dead by the end of the day, drink coffee by the
hectoliters and get no applause at all from our bosses (at least my boss
doesn't ´know what the heck I am doing here all day long).
God, I love programm
"Tijnema" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
On 6/22/07, Zoltán Németh <[EMAIL PROTECTED]> wrote:
2007. 06. 21, csütörtök keltezéssel 20.07-kor Tijnema ezt írta:
> On 6/21/07, Dan <[EMAIL PROTECTED]> wrote:
> > Seconded :D
>
> Cool, please go to the following url a
Good morning fellas,
I was wondering if there was a function like "is_this_week()"...
What I have is a statistics table for the last week, from strtotime("Last
Monday") to strtotime("Last Sunday")... now I wanna put a different
background colour on the rows where the shown weekday is in the cu
Good morning group,
this is not generally a PHP question, but either way I'm gonna ask :oP
Does any of you know a decent Blooging Portal software? Of course, it should
be OpenSource ;o) What I wanna do is: I want to give people the ability to
create their own blogs on my server under one domai
""Oliver Clarke"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
Christian Hänsel wrote:
this is not generally a PHP question,
but either way I'm gonna ask :oP
Does any of you know a decent
Blooging Portal software?
Sorry you must h
Hi guys,
this might be a noob- question, but I simply do not care anymore. After a
few hours of fiddling with this @/**&%$ (screaming "AAa"), I would
like to ask you.
So what I have is this: I have a search engine for a car market, which has
about 30 $_POST- vars. Now when the user c
"zerof" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
Tom Ray [Lists] escreveu:
I've been learning how to use PHP with the GD Library and I've managed to
learn quite a bit. I can upload, resize, create thumbnails and I'm even
able to create "security code" images for forms.
Hello all,
this seems like an easy question, but I could sure as hell couldn't find any
responces to it through initial searched. I am running php on an XP system
and I need to open a file contained with a set of directories which may or
may not have a space character; so for example:
fopen ("
try suPHP :-)
Is it possible to have a PHP script execute as the user of the domain
instead of the webserver? So when I upload files through a PHP script
they are owned by me and not "wwwrun" or "nobody"?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.ph
is meant by that and what
its used for?
Thanks in advance.
Greetings from Germany
Yours sincerely
Christian Heinrich
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Peter,
RFC 2156 (http://www.faqs.org/rfcs/rfc2156.html) defines the importance
header as following:
importance = "low" / "normal" / "high"
Which means that you can either use the values low, normal or high
HTH,
Christian
The only one I do not know wh
Is there a way wuth php to create a list ordered by more than one column
like in excel or access.
something like "ORDER BY points AND score"
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
absolutely clueless on the finer points of nix. I can write a script in
perl, php, java, u name it, but how do I have it run on a set schedule?
Thanks
Christian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
cess every time a user requests a
> page, then poll to find users for whom now() - last_access_time >
> TIMEOUT.
>
> - Lucas
>
> On Thu, 5 Feb 2004, Christian Calloway wrote:
>
> > Damn stateless nature of HTTP, hey everyone, can someone point me or
give me
> >
awesome, thanks for the quick replies guys
"Christian Calloway" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Damn stateless nature of HTTP, hey everyone, can someone point me or give
me
> an idea on how I would automatically log out (destroy user sessions an
Given a set of session id's, is it possible to query whether a given session
exists. I am not talking about the current user session, instead I am
referring to any and all possible user sessions currently in play. For
example:
if (session_exists($sessionId)) doSomething();
I've been looking very
Yeah thats pretty much what I have concluded. I was absolutely sure there
would be a way to check if a session was still active, but I guess not :-(.
Thanks though
Christian
"Larry Brown" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I don't know of a
ser's to
simultaneously log-in under the same user/pass combo (account), and the
problem I face is, if none of the user's logs-out, then how will I determine
when to pop an inactive account off the stack. Good times.. thanks guys
Christian
"Rob Adams" <[EMAIL PROTECTED]> wrot
the function exec and shell_exec won't work. I have to execute the
file on the
mail server not on the web server.
I tried it like this:
.
Should this work? If yes, how can I post the values to adduser.exe file?
Are there other/better solutions?
TIA
Christian
--
PHP General Ma
ok do you have an example how this should work?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ok tx for your help I will try this :-)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
per level
manipulation of the namespaces...
Currently, I don't have a solution to your problem, except porting
setNamespace to PHP5...
chregu
--
christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich
phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71
http://
>setNamespaceURI method, even if W3C didnt
think of that ;)
chregu
Rob
--
christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich
phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71
http://www.bitflux.ch | [EMAIL PROTECTED] | gnupg-keyid 0x5CE1DECB
--
PHP General
Hey all,
I had a small question concerning how MySQL stores text and longtext fields.
Long story short, I have to store a large amount of "textual" data, and was
wondering if I should compress said data and then store it in the db, or
does MySQL already concern itself with compression (which would
, Thanks in
advance
Christian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Any ideas? Thanks
Christian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Guess it will work this way (think it's the right syntax :-))
for ($i = 1; $i <= 6; $i++) {
if (${'view_request_bu_'.$i} != '') {
...
}
}
etc pp.
Am Dienstag, 6. April 2004 19:24 schrieb [EMAIL PROTECTED]:
> Sadly, it didnb't work...
>
> here's my code... I wanna repeat and outpu
[...]
> > [snip]
> > can anyone email me explaining me how to crate my own news group? for
> > free...
> > [/snip]
> >
> > First, you get a box (sometimes known as a crate)
> >
> > Brought to you by the This Message Didn't Cost You a Dime & May Have
> > Brought A Smile To Another's Face Committ
ot;automagically" ) but you can try to set the property formatOutput
just before saveXML:
$doc->formatOutput = true;
Never tested, but should work
chregu
> TIA for any advice... Dusty
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www
s not work. Someone told me that's not work with php in CGI.
Someone else told me it's possible to have a php.ini by website. Could you
tell me where put in and what in ?
Regards,
Christian,
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> php -c /path/to/php.ini
Could you explain ??
My php pages are in /home/mysite/www
Thanks,
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> #!/usr/bin/php -c /path/to/php.ini
I tried this
#!/usr/local/lib/php -c php.ini
In the php.ini :
register_globals = on
but that's not work
Any idea ?
Christian,
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> where did you place your php.ini?
In the root of my application in www. /home/mydomaine/www
Thanks,
Christian,
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
here an obvious blunder in what I am trying
> to do, which I cannot see.
> Best regards. . . Dusty
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
christian stocker | Bitflux GmbH | schoeneggstrasse 5
is also based on libxml2
chregu
> Regards,
> Rajesh B.
>
>
> __
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
--
christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-
Hello,
In a PHP page I use a form with POST method.
I'd like in the action page recover all the variable posted. Could you tell
me how to do that ?
Thanks,
Christian,
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> echo '';
> print_r($_POST);
> echo '';
I have something like that :
Array
(
[5980915] => on
[ToDo5980915] => N
[5941846] => on
[ToDo5941846] => N
[5916500] => on
[ToDo5916500] => N
[5907115] => on
[ToDo5907115] => N
[5900019] => on
[ToDo5900019] => N
> I tried $_POST[2] but not work
with arrays_keys :)
Thanks,
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
can help me?
I can't store a file on the server, and then download it, because of some
government rules.
Regards
Christian Johansson
written to the file, but also HTML\JAVA.
How can I get around this problem?
I would be very happy if someone has a solution.
Regards
Christian Johansson
file, but also HTML\JAVA.
How can I get around this problem?
I would be very happy if someone has a solution.
Regards
Christian Johansson
The solution:
Use ob_clean()to emty the buffer, Before you use the headers:
ob_clean();
Header("Content-Type: application/download");
will of course comment this in the code.
Thanks for your comment.
Regards
Christian
Fra: Richard Lynch [mailto:[EMAIL PROTECTED]
Sendt: 1. desember 2004 22:06
Til: [EMAIL PROTECTED]
Emne: Re: [PHP] Header's download
Christian Johansson wrote:
> Header("Content-Type: applica
but it's perfectly possible to load
XML documents from strings:
see
http://ch.php.net/manual/en/ref.xsl.php
and
http://ch.php.net/manual/en/function.dom-domdocument-loadxml.php
for further details.
chregu
>
> Grtz,
>
> Bart
>
> --
> PHP General Mailing List (http://www
mespaces you
need in the XPath query. Then XPath is very portable.
chregu
Thanks,
-Dan
--
christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich
phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71
http://www.bitflux.ch | [EMAIL PROTECTED] | gnupg-keyid 0
a
> 0
>
>
> ---
>
> I hope somebody can help me somehow! I'm really desperate!
>
> Cheers
>
> mike
>
> --
> PHP General Mailing List (http://www.php.
t; those attributes, to work further with.
>
> Could someone please point me in the same direction?
$domelement->attributes
gives you a DomNodeList back with all attributes
chregu
>
> Sincerely
>
> Victor
>
> --
> PHP General Mailing List (http://www.php.net/)
issing?
Indeed, that's working ;)
But PHP doesn't do much here, I'd say it's more a libxslt "bug", but I
didn't look up the standards (but your assumption seems obvious)
chregu
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubsc
Hi,
this depends on which connection-function you've used. If you've decided
to use pg_pconnect(), there is just one connection.
If you use pg_connect, everytime a new connection is established (and
after finishing the script, it's closed though)
HTH
Christian
hi all,
i h
> string(3) "tbd"
> ["string"]=>
> string(38) "user not found."
> }
> }
>
> More useful information:
>
> [EMAIL PROTECTED]:/lockdown/includes/api# php -v
> PHP 5.0.3 (cli) (built: Jul 11 2005 12:33:
Hi Everyone,
I am looking for a PHP based packaged (though it doesn't necesarily have to
be) that will convert HTML files to their PDF representations; on the fly of
course. Anyone know or have any experience w/this? Thanks in advance,
Christian
--
PHP General Mailing List (http://www.ph
I am converting "simple" html files.. reports that were created in Doc and
then converted to html. I am assuming you are executing this tool from PHP
and sending back the results once complete? How has it worked for you.
Christian
""Chris Boget"" <[EMAIL P
s >=. Oh yeah, xp box. Thanks in advance,
Christian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
($record["compress_content"]); // this
statement causes problems when compress content > 64kb
$fileContent = $record["compress_content"]; // this statement works just
dandy
}
""Christian Calloway"" <[EMAIL PROTECTED]> wrote in message
news:[
Ahh I think I got it.. max field size reached
""Christian Calloway"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Heya guys,
>
> I've ran into a problem that I just can't seem to get around. Basically I
> am storing file contents
on the web.
"Good night"-wishes from Germany
Christian
Hi,
I was checking on several php/mysql based on line store, free and
commercial, but didn't find any that fits the best for us. Looks like,
it would be the best to develop one.
To make a online store that works fine -
in logic-flow, and
maintenence. Not to mention, exception handlers are design to do just that
- handle exceptions.
Regards,
Christian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
with PHP5's
"stronger" OO model, I am considering moving from page-centric to an MVC
model, but it seems there are a million MVC frameworks available and haven't
had any experience with them. Comments?
Christian
--
PHP General Mailing List (http://www.php.net/)
To
but no result.
Could you help me ?
Thanks,
Christian,
___
Christian Ista
http://www.cista.be
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> From: Christian Ista [mailto:[EMAIL PROTECTED] File
> 'c:\mysql\share\charsets\?.conf' not found (Errcode: 2) Character set
> '#33' is not a compiled character set and is not specified in the
> 'c:\mysql\share\charsets\Index' file Resource id #5
I an
> From: William Stokes [mailto:[EMAIL PROTECTED]
> I have one MySQL table with about 500 rows. I need to read the table one
> row at a time, make some changes to data in one field and then store the
> changed data to another table.
1. May be add a column, CHANGED_FL with default value N.
2. Selec
;
Is there a good solution in php ?
Thanks,
C.
___
Christian Ista
http://www.cista.be
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> From: Jay Blanchard [mailto:[EMAIL PROTECTED]
> Header is a good solution, and is the only one available in PHP for
> redirects. It requires that you do not send anything else out to the
> browsers before sending the redirect, which is what is causing your error.
> You can always use the output b
, and *then* you echo the returnvalue
of phpinfo () (an integer).
So the output generated by your version will have some little number at
the end.
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
(A)bort (R)etry (P)retend this never happened ...
--
PHP General Mailing
(PHP3+ mySQL )
verpickte Engine,
( *warning current development language is -> german* )
a content and user management system, including many feature,
user accounting with image upload, outlook of html pages
100% configurable through template system, wich uses
(currently) mySQL - SQL Results, who
> include the filename.
It does, except it does not??
> 3. How can I turn on directory browsing? I am receiving a Forbidden
> error whenever there isn't a default document in a directory.
search for "Options " in your apache configs and add an "Inexes" to
t!!!"; }
*take care*
Best Regards, Christian Sakshaug
--
Email: [EMAIL PROTECTED]
Web: www.sakshaug.net
Tel: +47 913 95 618
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Thanks to Brad Jackson, solution #1 is out ->
http://www.sakshaug.net/phps/loop.phps
Best Regards, Christian Sakshaug
--
Email: [EMAIL PROTECTED]
Web: www.sakshaug.net
Tel: +47 913 95 618
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EM
asier for me to debug my scripts.
>
>TIA
>Ade
>
>--
>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]
Best Reg
h octect
> stream ? will they turn up right ?
Usually yes, but you should use the proper MIME type for them
(image/jpeg, image/png, image/gif etc) just to be sure
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
"World domination. Fast." (Linus Torvalds about Linux
>EditPlus.com ($?)
Free I think...
>-Original Message-
>From: Christian Sakshaug [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, January 30, 2001 4:45 PM
>To: [EMAIL PROTECTED]
>Subject: Re: [PHP] Editor
>
>
>Try www.phpedit.com or www.ultraedit.com (30$)
&g
mply too intelligent - it recognizes that
all addresses are the same and only sends it once :)
Usually this is desired behavior
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
"World domination. Fast." (Linus Torvalds about Linux)
--
PHP General Mailing List (http://w
On Tuesday 30 January 2001 17:26, Markus H. Maussner wrote:
> is there a PHP function wich translates from Mac to PC ?
Look for the "Recode" extension
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
...to paraphrase Churchill, while representative democracy ma
of $modifiedVariable.
What about using normal pass-by-value and returning the result?
function MyFunc ($SomeVal)
{
$SomeVal += 42;
return $SomeVal;
}
echo MyFunc ($StrangeVal);
Anyway - functions that get their parameters by reference and modify them
can cause much trouble, so better b
On Wednesday 31 January 2001 19:35, SED wrote:
> Probably some of you are laughing while reading this :) But I have seen
> the word "foo" used so many time (in programming) from different
Read
http://www.tuxedo.org/~esr/jargon/html/entry/foo.html
for a detailed explanation :
> link I'm passing - basically the HTML for the text box is getting
> parsed together with the HTML for the passed link and the results
> are messed up.
I think you want to use htmlentities ():
echo "" .
htmlentities ($Content) . "";
--
Christian Reinig
On Thursday 01 February 2001 23:40, Karl J. Stubsjoen wrote:
> What is the purpose of the SPRINTF in this instance?
>
>
> SPRINTF("SELECT
> equence,prodnum,childdesc,onhand,openorders,avlallocate,bakorder,webpri
>cing FROM prodaval");
There isn't any. Remove
tely suffices :)
The most important thing here should be to *not* install a GUI, simply
because nobody will sit at that machine anyway and running GUIs consume
too much of your precious RAM.
SuSE, Debian or perhaps Red Hat should be fine for this.
--
Christian Reiniger
LGDC Webmaster (http://
TED['from_email'] .
>'>';
Your problem here is that $POSTED['from_email'] is
"[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>" instead of
"[EMAIL PROTECTED]"
Also note that "mailto:" is a HTML-ism and has no place in mail
On Friday 02 February 2001 12:24, Martin A. Marques wrote:
[\t is tab?]
> > > yes (depending)
> >
> > On what?
>
> It depends on the charset you use.
No. the return value of ord('\t') may differ depending on the charset,
but '\t' itself always is
> property that starts with an _underscore should be considered a private
> property, and one would hope that your UML tool could be configured to
> understand that.
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
Google results 1-10 of about 142,000,000 for e. Search
rowser requires more
resources than a apache+PHP+mysql in such a scenario. And don't forget
that you have to sit in front of the development (client) box all day and
getting a decent graphics card for a 486 is *hard*
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
A - Amer
ntry'] == "Select your country" etc
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
"Never doubt that a small group of thoughtful, committed people can
change the world...
Indeed, it's the only thing that ever has."
- Margaret Mead
--
PHP General Mailing List (h
mply use brackets to specify the evaluation order:
SELECT * FROM table
WHERE (username = '$username' AND password = '$password') AND
(site = 'theirsite' OR site = 'all')
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
"Never doubt
.h
/usr/include/linux/errno.h
If not, install the kernel-headers or kernel-source package
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
"Never doubt that a small group of thoughtful, committed people can
change the world...
Indeed, it's the only thing that ever has.&
nt - CGI is an interface specification, PHP is
a programming language. You can use PHP via CGI :)
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
"Never doubt that a small group of thoughtful, committed people can
change the world...
Indeed, it's the only thing that ever has.&q
On Saturday 03 February 2001 22:03, Thomas Weber wrote:
> I have solved the problem. But now i have another problem:
>
> Look at this screenshot: http://electic.hn.org/tunix.gif
The webserver doesn't send a proper Content-Type: Header.
--
Christian Reiniger
LGDC Webmaster (htt
t;one" => "value", "two" => "value"]);
foo () is declared to take a reference to a variable. This only works
with "real" variables, not the temporary ones returned from array() etc.
Modify it to
function foo ($hash) {
and it will work
--
C
seconds, plus 1-1.5s for DB
queries, output generation etc (yes, I do cache such heavy pages. just
took that as example)
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
"Never doubt that a small group of thoughtful, committed people can
change the world...
Indeed, i
much assume you don't), use normal pass-by-value. In PHP4 that's
just as fast as pass-by-reference (read
http://www.zend.com/zend/art/ref-count.php)
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
The most exciting phrase to hear in science, the one that heralds new
d
901 - 1000 of 1377 matches
Mail list logo