I have php compiled as both a module and cgi on my server...
Running php from the command line works just fine, no unexpected output..
However running it as cgi from the webserver is really wierd...
The very first line #!/usr/bin/local/php ALWAYS shows up on the webpage...
Its driving me nuts.
Hi,
I am a beginning programmer and I am missing my Mysql/php book for some days
so I can't look up what i need.
i need a query something like this:
query= SELECT from calender WHERE ('$day','$month','$year')= current date
i need a script that looks in my database for events that are going do
Hi folks,
I would like to use a extension from the php4-cvs for my current
php4.1.1-production-system.
Is it possible to use such an extension? if so, how? using phpize
produces error messages about the m4-macros.
thanks a lot,
Thomas
--
PHP General Mailing List (http://www.php.net/)
To
n our devel systems, we have to turn off E_ALL, because of one
notice that shouldn't even really be a notice.
I can't be the only one this affects. Can one of the developers support
this behavior, or is it some kind of arbitrary decision?
--
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
ot;\n".
"\t$aRow[somecolumn]\n".
"\t$sCompanyName\n".
"\t$line[anothercolumn]\n".
"\n";
}
- CUT HERE -----
And done. Infinitely more maintainable.
--
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
On Sun, 12 May 2002 00:07:57 -0500 (CDT)
[EMAIL PROTECTED] (Miguel Cruz) wrote:
> On Sat, 11 May 2002, Alex Shi wrote:
> > Thanks for all of you who answered my question. But another of
> > my stupid question is: what is RTFM?
>
> RTFM == Read The Flurking Manual
Or Read the fine manual
(or r
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+
| Shaun M. ThomasINN Database Administrator |
| Phone: (309) 743-0812 Fax : (309) 743-0830|
| Email: [EMAIL PROTECTED]AIM : trifthen
or directory
make[1]: *** [zend_language_parser.lo] Error 1
make[1]: Leaving directory `/usr/share/src/php-4.2.1/Zend'
make: *** [all-recursive] Error 1
Thomas Finley
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
also try to:
echo mysql_error();
after the select-query, it will tell you what went wrong.
Thomas
On Fri, 17 May 2002 18:45:07 +0100
[EMAIL PROTECTED] (Randum Ian) wrote:
> Hi all,
>
> I have got this code but I can get it to work, it doesnt make sense!
>
>
>
&
t root, the
download location can't even be reverse-engineered. This script is the
only way to get that file.
--
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+
| Shaun M. ThomasINN Database Administrator |
| Phone: (309) 743-0812
connection parameters).
Is there a speed penalty in using the combination of
mysql_select_db();mysql_query ... compared against mysql_db_query?
Thanks a lot for already reading this ;-)
Thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
that are only
8 characters allowed for the docname. My docnames are longer and often the
first 8 characters are the same. I think i need an other zip-program.
Is there anybody who can help me or give an idea.
Thanx
Thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
good morning,
i want to create a new file and save it in the current dir. I look in the
manual but only i found how to create a dir.
Thanks for help.
Thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I found it.
"Thomas Franz" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED].;
> good morning,
>
> i want to create a new file and save it in the current dir. I look in the
> manual but only i found how to create a dir.
>
> Thanks for help.
uot;) ) {
$lang= "1031"; }
$Language = $lang;
if (session_is_registered('Language')) {
session_unregister('Language');
}
session_register('Language');
} ?>
But it doesnt change ANYTHING
Please Help
Thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have written a script to do some massmailing - it extracts an email
address from a MySQL database and uses it to send a text file as a mail
message. It works but there is a 75 second delay between each message
being sent out!
This is baffling - there are no delays built into the script and noth
ending a message a second, so that sendmail was
handling 10 messages/second and load average hit 3.5. It must have been a
network related problem but it's all running fine now with 1 message a
second going out from the original script.
cheers,
Andy
> - Original Message -
> From: &q
Hello,
I upgraded my PHP to 4.1.2 from 4.0.6.
Now, twig, which uses imap, does not work just returns a popup that
says the document contained no data.
I have checked other applications using php and they all seem fine. Also,
pine, which uses the imap, is functioning normally as well.
There
ut it will be interesting to see what happens in
about half an hour's time.
Andy
> - Original Message -
> From: "andy thomas" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, March 02, 2002 11:04 AM
> Subject: [PHP] Bizarre ma
On Sun, 3 Mar 2002, andy thomas wrote:
>
>
> On Sat, 2 Mar 2002, Andrey Hristov wrote:
>
> > check you php.ini if you need to change sendmail -t -i to something other.
>
> We are still having problems with this. Doing another mailshot, the script
> crawled at 1 mess
yeah, but what you want to do can only be accomplished with JavaScript.
PHP is a serverside language and you need a clientside-lang like JS.
Thomas
Ralph Jarvis wrote:
> I am not running Javascript, just PHP/HTML...
> THe particular script I am having problems with has several decision
On Mon, 4 Mar 2002, John Gurley wrote:
> Can someone pleas tell me if there is something funny when it comes to unix
> permissions and PHP. When php creates a file in unix the owner is
> nobody...does this raise any issues, and if it does could someone please
> tell me a web site where I could
Just wondering but is there any way PHP scripts can be run from the
command line from a standard Unix shell like, for example, perl rather
than being invoked via a browser and running web server, etc?
Such a feature would be very nice as there are a number of things that
can be done better from P
On Mon, 11 Mar 2002, Jason Wong wrote:
> On Monday 11 March 2002 20:18, andy thomas wrote:
> > Just wondering but is there any way PHP scripts can be run from the
> > command line from a standard Unix shell like, for example, perl rather
> > than being invoked via a br
On Thu, 14 Mar 2002, andy wrote:
> Hi there,
>
> I am wondering, how I could test the mail functions of php on a local
> machine. Do I have to install something like a mailserver, or does this come
> with php?
If you are using a Unix/Linux type server for your local system, sendmail
(or an equ
On Thu, 14 Mar 2002, Liam wrote:
> 14/03/2002 10:51:10 PM
>
> Hi, I was wondering how I'd go about manipulating some command line
> software through PHP. For instance, I have an FTP program installed
> that allows you to add users through the command line, but it's in this
> format:
>
> -
On Sat, 30 Mar 2002, Michael Kimsal wrote:
> Alberto Wagner wrote:
> > Why everyone uses $foo or $foobar as examples?
> >
> >
> >
>
> Why not? They are relatively benign words that are simply to
> type and aren't terribly language centric.
>
> $moo and $moocow would work just as well, or $asdf
order starting with shipping info in
the database and merely pass the order number that is assigned to them.
What is the opinion, are sessions reliable enough to go through the step
process?
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
ht
URL on every page so whether or not cookies are
set, the session stays intact.
I'm thinking that I solved my old problem and I'm going to do it in the
database and pass the order number. That's probably the best way. I only
have to provide for order clean-up for those that started the
e I do
my link
Of course, the sessfield function is for passing the session ID via a form.
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
me and id passed through
> the url every single time. There is absolutely no reason to use those
> functions since php takes care of that stuff for you.
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
-
Hi!
$test=@file("some_non_existing_file");
Can somebody explain why count($test) is 1. When $test doesn't hold any
data
(which ofcourse is correct).
Regards
Thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Arhh man, that was embarrasing...
Thanks! I guess I didn't get enough coffee this morning :/
T.
Cc Zona wrote:
>
> In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Thomas Wentzel) wrote:
>
> > $test=@file("some_non_existing_file");
> >
> >
On 10/17/2001 6:11 PM this was written:
> Thomas Deliduka wrote:
>
>> On a related note, does anyone here know of a GOOD program in PHP to do
>> classified ads?
>>
> I just picked up November 2001 Web Techniques today and it has an
> article you can check out
make it that form.php3 will read all the data that was submitted
> (i'm mean the name and the value)
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP General Mailing List (http://www.php.net/)
#x27;s also ready for OS X (as is BBEdit).
http://www.hekkelman.com/pepper.html
It also can be used in conjunction with other programming applications (as I
think BBEdit, not sure) like Code Warrier.
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet
find any references to this type of error, so any help or ideas
are greatly appreciated. I can also send out my config.log file to anyone
if they want.
Thanks in advance,
thomas holton
..
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
for subject topic "Submitting variables via
> /'s"...
>
> You may also want to read the following article:
>
> http://www.zend.com/zend/spotlight/searchengine.php
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Int
There's vim/gvim for Windows and Mac.
Personally I use gvim 6 on Windows
Thomas.
>these are the editors given by you guys, thanks for the replies. If somebody
>could put this online on php.net it would be great. If you have anything to
>add please feel free to email
hi,
andrey hristov told me how to read a file and put it into a table (thx)
but now i see that i need the data in an array.
can somebody help me please?
thx
On Friday 23 November 2001 10:16, Andrey Hristov wrote:
> $content = file('file_name.txt');
> $HTML .='';
> foreach ($content as $v){
>
I am looking at the documentation for the zend optimizer and I see nothing
about this (perhaps not looking hard enough?)
The installation had me set a password for the Optimizer gui Interface. What
is this? How can I get to it?
--
Thomas Deliduka
IT Manager
-
New
On 12/11/2001 4:22 PM this was written:
> Yeah, and waiting till Zend is bringing out a working version of Optimizer
> for
> that PHP version ! :)
It's out Version 1.2.0
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Inter
lem is to do it with
fopen(http://localserver/...), but this is not very good I think because I
have loops in my script, so for every loop an HTTP request is called ...
very heavy for the webserver ...
Thanks a lot,
Thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMA
se ...
And yes, at this time, I am parsing the content for substituting image
paths, CSS paths and so on ...
In the meantime, I had to solve the problem, so I did it via
fopen(http://server/php-script.php4), but I am interested why it doesn't
work with an "embedded" PHP script.
Tha
cox Sat Mar 24 10:56:25 2001 EDT
Modified files:
/php4/pear/DB STATUS ifx.php
Log:
Minor fixes
Index: php4/pear/DB/STATUS
diff -u php4/pear/DB/STATUS:1.16 php4/pear/DB/STATUS:1.17
--- php4/pear/DB/STATUS:1.16Fri Mar 23 23:00:45 2001
+++ php4/pe
cox Mon Mar 26 15:31:50 2001 EDT
Modified files:
/php4/pear DB.php
/php4/pear/DB pgsql.php
Log:
pgsql.php
* connect() always use pg_connect string instead of the deprecated params
mode
* removed duplicated functions prepare() and execute() (n
cox Mon Mar 26 16:57:25 2001 EDT
Modified files:
/php4/pear/DB common.php ifx.php pgsql.php
Log:
ifx.php
* Changed default fetchmode to ORDERED
* Remove extra checks in connect and added $dns property
* fetchRow() now uses fetchInto()
common.p
cox Tue Mar 27 16:54:05 2001 EDT
Modified files:
/php4/pear/DB ibase.php oci8.php
Log:
oci8.php
* added not capable for fetchInto when $rownum !== null (feature not
supported yet)
* fix fetchInto to return null on no more data
* Removed extra che
cox Wed Mar 28 15:52:21 2001 EDT
Modified files:
/php4/pear DB.php
/php4/pear/DB ifx.php mysql.php pgsql.php
Log:
pgsql.php
* better handling of $rownum param in fetchInto()
* changed property numrows[] to num_rows[]
DB.php
* $rowmun in
i proove the entries with count($HTTP_SESSION_VARS["xy"]) ,
there are only one entry.
Have somebody an idea?
Thanks,
Thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact t
cox Mon Apr 2 17:23:46 2001 EDT
Modified files:
/php4/pear/DB odbc.php sybase.php
Log:
odbc.php
- spaces & idents
- new temporary fetchInto()
- removed extra checks in connect()
Note:
in fetchRow this line looks very strange (isn't 3 params
i proove the entries with count($HTTP_SESSION_VARS["xy"]) ,
there are only one entry.
Have somebody an idea?
Thank,
Thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact t
just the PID's?
How can I do this quickly and easily?
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
hat to grep somehow and get just the PID's?
>
> (1) look up system / backtick operator / ... to get the output of the
> grep call as array, one line per entry
>
> (2) do a
>
> foreach ($TheOutput as $Line) {
> if (preg_match ('/^\s*(\d+)/', $Line, $Matches)) {
On 4/4/2001 1:32 PM this was written:
>
> If you're using PHP, you're already a winner (in my book anyway!)
>
LOL
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP General
file looks like this:
#!/usr/local/php4/bin/php -q
And the first line is displayed to the screen when the script is ran. Why is
that and does anyone know how to stop that?
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
cox Wed Apr 4 15:55:10 2001 EDT
Modified files:
/php4/pear/DB pgsql.php
Log:
as the row counter starts with 0, last row is before numrows
Index: php4/pear/DB/pgsql.php
diff -u php4/pear/DB/pgsql.php:1.36 php4/pear/DB/pgsql.php:1.37
--- php4/pea
every script is displayed (the
> execution line)
>
> I.e. The file looks like this:
>
> #!/usr/local/php4/bin/php -q
>
> Code.
> ?>
>
> And the first line is displayed to the screen when the script is ran. Why is
> that and does anyone know how to stop that?
--
version
of the suse linux and PHP4, if anyone has an idea how to rerun the apache
without a completly new compilation of it please tell me
thanks and
best regards
Thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-ma
ine 0
PHP Warning: Basic Functions: Unable to register functions, unable to load
in Unknown on line 0
and /sbin/init.d does no more exist
Thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
On 6/18/2001 3:15 PM this was written:
> We have re-enabled the PHP mailing lists. They are now running from a
> temporary machine sitting on the floor of my spare bedroom. A more
> permanent home is in the works.
LOL, ya hoo!!
--
Thomas Deliduka
I
there any changes in the version which could be causing these problems?
Not sure, any mysql-related stuff here: http://www.php.net/ChangeLog-4.php
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
x27;s http authentication I'm not sure.
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
I
I use imap_status, but i want the information on the mail
(Subject,Size).
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 PROTECTE
Result shown in the browser, queried by php : ÑgdIFv"@?pfê"2
Can somebody help me, thanks,
Thomas
--
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 administrato
= fobar($foo);
} else {
$dofoo = foobar($bar);
}
Or
If ($foo == "bar")
{
$dofoo = fobar($foo);
}
else
{
$dofoo = foobar($bar);
}
I would never trust someone who charged by line.
I think in general it's about $100-$150/hour for programmi
olution
to their hosting.
Well, we want to migrate this to PHP/MySQL and I don't know how to protect
the source code. My boss is suggesting to make a DSO but I really am not a C
programmer to do all that. I want to make it all in PHP but somehow protect
the code. Any ideas?
--
Thomas Deli
PHP
(http://www.php.net/manual/en/ref.curl.php)
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command
how can i populate an dropdown box useing php & postgresql.
Thanks in advance
--
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]
a list of big,
> impressive-sounding, high-profile sites using PHP. I went looking
> for the list on PHP.net, and the closest I could find is
> http://pt2.php.net/sites.php which, as you'll see, is suffering from
> a fatal error.
--
Thomas Deliduka
IT Manager
--
would
> like to be removed from this mailing list please href="mailto:[EMAIL PROTECTED]";>Click Here!
>
> ---
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To conta
I've been looking in several places and can't find a good PHP code resource
site. The ones I have found have stuff that isn't very good.
Anyway, I'm looking for a PHP app with MySQL back-end that will do a
Portal/directory listing like Yahoo or the Open Directory Project.
other file sess_777
Contained in sess_777 is my second variable.
Is this too abstract? Do I need to give code?
I even do session_name($PHPSESSID); before session_start() and get the same
results.
8 months ago, nobody had an answer for me. Does anyone now?
--
Thomas Deliduka
R6/lib
> /usr/kerberos/lib
> /usr/lib
> /usr/local/mysql
> /usr/local/mysql/lib/mysql <--This is were libmysqlclient.so.10 is
>
>
> I really need to get this working
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Interne
On 8/6/2001 2:38 PM this was written:
> Put a webcam in your window. Put the city names in a database. Rotate through
> the city names randomly. They will be None The Wiser.
LOL yeah right!
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution T
Hallo,
my ISP doesn´t support natcasesort(),
can anybody tell me how to write a cmp function?
I couldn´t find a documentaton about it.
Sorry for my bad english I´m german.
Greetings
Dyo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional co
I'm looking for a yahoo-style link system done in PHP.
Anyone know if a good one exists out there and where I can find it?
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP General Mailing
On 8/15/2001 9:36 AM this was written:
> what kind of a link system do you mean? Like the categories search, or
> something else?
Yeah, I found one: http://www.in-link.net/
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angs
On 8/21/2001 11:42 AM this was written:
> I am trying to find a way to list files alphabetically.
Try putting the filenames into an array and sort the array.
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.
On 8/21/2001 3:43 PM this was written:
> For someone used to Java & JavaScript.. what function would replace
> myString.indexOf(myStringPiece) ??
Strstr()
Or stristr() for case insensative search
http://www.php.net/manual/en/function.strstr.php
--
Thomas Deliduka
it's still a viable option that will be around for at least another
6-7 years. This kid thinks it's shelf life is another 3. What do ya'll
think?
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.new
On 8/22/2001 10:52 PM this was written:
> I don't know if you refer to this list or other one, but I've been a
> webmaster since 1993 and in computers in general since 1988 and I also
> consider myself of the "advanced" type.
It definitely wasn't this li
ould see JSP at 19.9% and PHP at 11.2 and say that proves his point.
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTE
is an archive on this list but I forget where it is. Perhaps the
support page on www.php.net will give it.
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP General Mailing List (http://www.php.net/)
To
networking market. I don't think this affected much non-technological
> companies, big or small. So I don't think your anti-big corporations
> speech has much to do with this.
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet
d
> built one in a couple
> minutes with PHP. I don't think it would have been that painless under
> Java.)
> But we use PHP on some very large projects too - it requires you to
> plan ahead -
> but that should be the basis for any project, regardless of technology. :)
I'm trying to locate instructions for building on/for win32 platform. Can
someone supply a pointer?
thanks
tom
--
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-
How come that I cannot store a varible in the session when I do this
from within another object?
This is my code:
Click here\n");
}
}
}
new MyClass($state);
?>
/watson
--
PHP General M
> This is because $foo is local to the member functions of the class.
> declare global $foo at the start of every function.
Ok thnx... it worked... but how do you then explain this?:
***
foo = $bar;
}
function getFoo() {
> Hmmm, it seems that "obj" is not saved to the session file.
>
>
> I don't thik that & before new is needed.
This is weird :) It worked when I removed the & (thought that I tried that
;). Now I just can't remember why I put it there in the first place. I hope
it wasn't importent ... well I w
he wait will pay off with the volume of users in
> 10-12 years.
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTE
Hi all,
After a bit of testing, I've noticed, that the $HTTP_SESSION_VARS array
isn't as global as the manual makes it. The following piece of code should
produce 2 blank lines and a "click here" link the first time it's loaded.
When you click on the link, I would expect two lines saying "som
should be fine...
I had cURL w/SSL with PHP 4.0.6 and it wouldn't work. I don't know what the
errors are so I can't really help with this conversation. I will probably
try a later version of cURL to see how it works.
--
Thomas Deliduka
IT Manager
-
New
ode that one can use in ASP that will print to the browser the
>> contents of an ascii file:
>>
>>
>>
>> Can anyone tell me what the PHP equivelant might be?
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your In
This is a pretty funny article:
http://www.bbspot.com/News/2000/6/php_suspend.html
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail
On 9/20/2001 5:56 PM this was written:
> How to close persistance connection to MySQL server ?
You don't, they stay open for a certain amount of time, not sure how long..
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet An
ght, they're going to need extra help in the
coming years! It should be interesting, it probably won't come to anything.
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP General Mailing List
I don't know if this exists already, I'm looking for it but I'm not coming
up with much of anything.
Basically, a function to take a number and convert it to a string:
1 converts to "one"
365 converts to "three hundred sixty-five"
This would be awesome for m
et the SSID. It gives the SSID a name or something.
I have been told this is all setup correctly, yet, you can see it doesn't
work.
The permissions on my /tmp directory look like this:
drwxrwxrwt /tmp
Does this have anything to do with this? I don't know much about the
permission
/
Which requires them.
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROT
301 - 400 of 862 matches
Mail list logo