Hi people
I got problem of how to assign session value in php3. As far as I know, all syntax in
manual talks about php4 syntax only. How am I going to do that?
best
Jack
[EMAIL PROTECTED]
"There is nothing more rewarding than reaching the goal you set for yourself"
As far as I know, the session fucntions work only with php4
for php3, you might want to take a look at phplib
hope that helps
Ankur Verma
- Original Message -
From: "Jacky@lilst" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 08, 2001 2:35 AM
Subject: [PHP] session_
Hi!
When I run this PHP my file idb.xml returns empty but how do I do if I
then whant to remove the file idb.xml. I just doesn´t want it empty, I
want it to disappeare.?
Thanks for help.
Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additi
On Wednesday 07 March 2001 06:37, you wrote:
> Hi,
>
> Well there are many ways to run a process in the
> background, my favorite way is detaching the process
> or the program or process from within, so if it's a c
> program pretty easy, but incase you dont have the
> source, then you can use this
http://phplib.netuse.de
--
Best regards,
Maxim Derkachev mailto:[EMAIL PROTECTED]
Symbol-Plus Publishing Ltd.
phone: +7 (812) 324-53-53
http://www.Books.Ru -- All Books of Russia
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional com
try using unlink()
http://www.php.net/manual/en/function.unlink.php
hope that helps
Ankur Verma
HCL Technologies
Noida
- Original Message -
From: "Jan Grafström" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 07, 2001 2:08 PM
Subject: [PHP] How to completly remove a
have you checked the permissions on the temp directory on your server? make
sure that the directory has appropriate permissions
for locating the temp directory in which php is uploading the files, use
amd look for upload_tmp_dir setting.
hope that helps
Ankur Verma
- Original Message -
Apache 2.0 seem to be now supported by PHP4.04pl1.
I tried PHP4.0.4pl1 & Apache 2.0a8 (configure don't seem to work for me with
2.0a9)
But. I did not succeded to make it working !
Do someone have a tips on some compiling flags working, or other versions ?
Mine made apache to show a segmentati
$B!z!z!z!z!z!z%^%$%i%$%s$N$*?=$79~$_$OEvhttp://www.ni.bekkoame.ne.jp/bc1548/index.html
$B!z!z!z!z!z(B
$B>pJsDs6!4k6H$+$i$N$40MMj$K$h$j!"(B
$B$3$N%a!<%k$rG[?.$7$F$*$j$^$9!#(B
$Bl9g$OI,$:JV?.$K$F$*4j$$CW$7$^$9!#(B
$B%a%$%k
> hi friends
>
> can any one of you send me the url's to download mysql database since
> three
> days i have been trying to download that through www.mysql.com but
> unfortunately everytime download was incomplete.
> i need some url's other than mysql.com where i can download mysql
> databas
Hi,
I have a simple text file search. I do not want users to search on words
such as 'is', 'and', 'or','the',etc. or single letters or numbers. Has
anyone got a
dictionary with all of these in so I could do a search through it before
starting the main search?
Thanks,
Ajdin
--
PHP Genera
> --
> From:
> [EMAIL PROTECTED][SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, March 07, 2001 2:42 PM
> To: [EMAIL PROTECTED]
> Subject: ezmlm response
>
>
>
> hi friends
>
> can any one of you send me the url's to download mysql database since
> three
> days i have been
PHP 4.0.2 on Win32
or PHP 3 on Win32
extension=php_ldap.dll is on in the php.ini file
I get 'Unable to load php_ldap.dll' (PHP4) when I call a php file ?
I get 'Call to an unsupported function ldap_connect()' (PHP3) ?
Help please ?
--
PHP General Mailing List (http://www.php.net/)
To unsu
I have been having problems using the PHP 4 ISAPI module with IIS 4 on NT4 (The most
common problem is HTTP 500 internal server error which disappears if page is
refreshed). This is apparently not too surprising given the current status of the
ISAPI module. So I have switched to using CGI, whic
PHP 4.0.2 on Win32
or PHP 3 on Win32
extension=php_ldap.dll is on in the php.ini file
I get 'Unable to load php_ldap.dll' (PHP4) when I call a php file ?
I get 'Call to an unsupported function ldap_connect()' (PHP3) ?
Help please ?
--
PHP General Mailing List (http://www.php.net/)
To uns
Hi!
I'm trying to make some mpegs available only to people who authenticated
themselves using php. But all the solutions I found somewhat unpleasant
because I uses chmod to set the file attributes to u=rw and then
used either
i) readfile("ftp://name:password@server/path//test.mpeg");
or
ii) head
zeevWed Mar 7 02:08:19 2001 EDT
Modified files:
/php4 NEWS php.ini-dist php.ini-optimized
Log:
Update .ini's and NEWS
Index: php4/NEWS
diff -u php4/NEWS:1.605 php4/NEWS:1.606
--- php4/NEWS:1.605 Tue Mar 6 18:09:17 2001
+++ php4/NEWS Wed Mar
Hey,
Well sure there is:
$fp = fopen($filename, 'r') or die('damn');
$read = fread($fp, filesize($filename)) or
die('damn');
$filestr = basename($filename);
header("Content-Disposition: attachment;
filename=$filestr");
header("Content-Type: application/octet-stream");
echo $read;
exit;
Neat A
php-general Digest 7 Mar 2001 10:21:47 - Issue 552
Topics (messages 42815 through 42886):
Problem with either timing or large data structures...
42815 by: Eric Nielsen
Re: Please Help - Really BASIC stuff!
42816 by: Jon Snell
Problem using readfile
42817 by: Ma
Oh yeah, we don't wanna get HUPed!
--- Christian Reiniger <[EMAIL PROTECTED]> wrote: > On
Wednesday 07 March 2001 06:37, you wrote:
> > Hi,
> >
> > Well there are many ways to run a process in the
> > background, my favorite way is detaching the
> process
> > or the program or process from within
I have smth like that in my code:
$wyjscie.="blankietparttwo{}{$imie $nazwisko $ulica $kodpocztowy $miejscowosc}";
And I get error:
Parse error: parse error, expecting `'}'' in zamowienia.inc on line 609
What's wrong?
--
Piotr Duszynski
PHP 4.0 is extremely fast as it is, and is running at equivalent speed to
mod_perl (your mileage may vary, but many people say it's faster, and I'm
sure there are people for whom it's slower). However, it doesn't do
post-compilation caching (and as a matter of fact, neither does mod_perl,
oth
joostersWed Mar 7 02:28:00 2001 EDT
Modified files:
/php4/sapi/isapiphp4isapi.c
Log:
Added support for Zeus SSL client certificate information.
Added SERVER_SIGNATURE to the environment.
Submitted by: [EMAIL PROTECTED]
Index: php4/sapi/is
Which is the main difference between include() and
require() functions?
Thanks
Costis
--
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]
>Which is the main difference between include() and
>require() functions?
"include" is optional
you can put it inside an "IF"
like this:
if (0)
{
/* THIS WILL NOT SHOW... */
include "optional_file.php";
}
but "require" happens every time,
even if it is inside an "IF" that does no
My problem is the images are displayed all at once instead of one at a
time. So I get 10 images all on one page. How do I make it display one
image at a time like a slideshow instead of all images on one web page?
. The problem seems to be within my loop. I am using latest php4
version.
// sl
On 07-Mar-01 Fates wrote:
> My problem is the images are displayed all at once instead of one at a
> time. So I get 10 images all on one page. How do I make it display one
> image at a time like a slideshow instead of all images on one web page?
> . The problem seems to be within my loop. I a
On Wed, Mar 07, 2001 at 04:46:49AM -0700, Fates wrote:
> My problem is the images are displayed all at once instead of one at a
> time. So I get 10 images all on one page. How do I make it display one
> image at a time like a slideshow instead of all images on one web page?
> . The problem seem
Hi,
This may be a stupid question but how can I execute programs as another
user under php?
I'm using Linux with Apache 1.3.12 and PHP 4.
Thank you in advance.
Ivari
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [
Hi,
Anyone got any functions that converts string with comma separated thousands
(eg 8,982) to integer/float?
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 administrat
I am calling on a number of fields from my db one of which is a date. When
the date displays it is in the following format
-MM-DD 00:00:00
I Want it to only display the date and not the time like this
-MM-DD
Is it possible to remove the time when calling on it from the db
can anyone h
If it's stored as a unix timestamp you can format it any way you like.
[www.php.net/date]
If it's stored as a string in the -MM-DD hh:mm:ss format, you can use
substr(0,10) [www.php.net/substr] to get the first 10 characters and only
display those.
HTH
Jon
-Original Message-
From:
At 22:05 07.03.2001, Jacky@lilst said:
[snip]
>People
>very basic question here, I wanna assign username onto session after the
>login succeed, I use:
>
>session_start();
>session_register("username");
>$UserNameSession="username";
[snip
> -Original Message-
> From: Matt Davis [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 07, 2001 7:35 AM
> To: Php Mailing List
> Subject: [PHP] dates from db
>
>
> I am calling on a number of fields from my db one of which is
> a date. When the date displays it is in the following
I copy 'msvcrtd.dll' in winnt\system32 and php3 works fine, but not php4
HELP !
Alain ROMERO a écrit :
> PHP 4.0.2 on Win32
> or PHP 3 on Win32
> extension=php_ldap.dll is on in the php.ini file
>
> I get 'Unable to load php_ldap.dll' (PHP4) when I call a php file ?
> I get 'Call to an un
did you copy this file "php4ts.dll" into your winnt/system32 folder?
i believe you need that in order for the isapi to work
--lance
- Original Message -
From: "Greig, Euan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 07, 2001 5:44 PM
Subject: [PHP] PHP dll on NT -
sniper Wed Mar 7 05:24:12 2001 EDT
Modified files:
/php4/sapi/cgi cgi_main.c
Log:
Fixed the help for other options too.
Index: php4/sapi/cgi/cgi_main.c
diff -u php4/sapi/cgi/cgi_main.c:1.98 php4/sapi/cgi/cgi_main.c:1.99
--- php4/sapi/cgi/cgi_main.c:1.
i want unsuscribe me please
My own solution to this is a bit more complex but it seems to work with both of the
databases I work with. MySQL and Postgress.
for example I would use 'select *,unix_timestamp(cr_date) as my_cr_date from table
where ref_index=2345;'
Then when I go to output it I can use the unix date command
I think you'll find that cmdFinish is only passed through if the form is
submitted by pressing the button. Hitting return on any other field will
submit the form without sending cmdFinish. It might be sfare to check if one
of your text fields is set.
Tim Ward
Senior Systems Engine
andrei Wed Mar 7 06:00:53 2001 EDT
Modified files:
/php4 NEWS
Log:
That came from php-gtk.
Index: php4/NEWS
diff -u php4/NEWS:1.606 php4/NEWS:1.607
--- php4/NEWS:1.606 Wed Mar 7 02:08:18 2001
+++ php4/NEWS Wed Mar 7 06:00:52 2001
@@ -5,7 +5,6
its not a bug, the proper syntax for {} is this.
echo "hello {$names[1234]} how are you ?";
change your code to this.
$wyjscie.="blankietparttwo\{}\{$imie $nazwisko $ulica $kodpocztowy $miejscowosc}";
or
$wyjscie.= 'blankietparttwo{}{'. "$imie $nazwisko $ulica $kodpocztowy $miejscowosc}
At 13:41 7/3/2001, Derek Sivers wrote:
>>Which is the main difference between include() and
>>require() functions?
>
>
>"include" is optional
>you can put it inside an "IF"
>like this:
>
>if (0)
> {
> /* THIS WILL NOT SHOW... */
> include "optional_file.php";
> }
>
>
>but "require" happen
hi!
I'm having some trouble with this. If i use an ftp address out of some
reason I'm unable to read the file(although I get a handle).(ftp server
supports passive mode)
And if I use http(without authorisation) the browser still asks if I want to
save it.(even if I use video/mpeg as Content-Type)
this will work
$val)
$tmp_array[$pos] = $val['year'];
asort($tmp_array);
// display however you want
foreach ($tmp_array as $pos => $val)
echo $array[$pos]['name'] ."\n";
?>
--
Chris Lee
Mediawaveonline.com
ph. 250.377.1095
ph. 250.376.2690
fx. 250.554.1120
> I am working on a site using PHP (obviously) and PostgreSQL. I am
> currently using the oid as a key on a table. I would like to return the
> user to the same record after INSERTing it, but I cannot figure out how
> to get the oid of the record after doing an INSERT. Ideally, I would
> like
I'm using PostgreSQL for session storage. I forgot to unset session vars
occasionally, so I wrote
a little script to view sessions and its contents. If you are using DB for
session, how about write a little script to view session? It will be very
helpful to debug session related problems.
If you
Hello all,
I would like to check some names ( @ seperated strings) with this global $PHP_AUTH_USER
I first do
$arrLoginName = explode("@", $row->usr_loginName);
How can I construct a loop which stops and returns true if a match is found?
Any hints would be great.
Many thanks
Roland
Hello everyone-
I was wondering if anyon has gotten PHP to call a Java class in a Unix
enviroment? If so what are your settings in the php.ini file etc.
Thanks for any help!
Jay Paulson
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
I'd like to parse a html file in much the same way the xml parser works. Ie
calling a method for every tag encountered and so on. The xml parsing
methods don't seem to be forgiving enough for much of the html that's out
there. For example, many html files have tags like this:
but xml
fmk Wed Mar 7 08:33:14 2001 EDT
Modified files:
/php4/main main.c
Log:
Removing a compiler warning
Index: php4/main/main.c
diff -u php4/main/main.c:1.355 php4/main/main.c:1.356
--- php4/main/main.c:1.355 Sat Mar 3 17:45:19 2001
+++ php4/main/main.c
I can easily send standard email messages via PHP. Does anyone know how to
send SMS messages?
--
Michael A. Smith <[EMAIL PROTECTED]>
Director of Data Systems, wcities.com
ICQ: 35884415
:wq
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additiona
Here's another case that shows up often in html, but is illegal in xml, that
I would need to parse: meta tags, tags, tags, and other
"singletons".
xml_parse would give an error, because the HEAD block is being closed with a
still-open META "block".
Nate
-Orig
I have news webpage of sorts that pulls entries out of a mysql database.
There is a form to submit news and it is automatically added to the new
page upon submition.
What I am wandering is when a individual submits news, the end result on
my news page does not hold the same format it was put in
Rol wrote:
>
> Hello all,
>
> I would like to check some names ( @ seperated strings) with this global
>$PHP_AUTH_USER
>
> I first do
> $arrLoginName = explode("@", $row->usr_loginName);
>
> How can I construct a loop which stops and returns true if a match is found?
>
> Any hints would
You need to do a str_replace() on any fields that need to have breaks in
them. Try something like this:
echo str_replace ("\n", "", $fieldvariable)
Josh Hoover
KnowledgeStorm, Inc.
Searching for a new IT solution for your company? Need to improve your
product marketing?
Visit KnowledgeStorm a
Hi,
I want ease the authentication process of the users on my network.. Now,
here is the problem..
I have a php script that re-directs to another company's page.. In that
page, there is a link to go forward, but that link has a session id in
it, that is dynamically generated when the page is cal
or you could just call the nl2br() function to do the same thing...
Jay Paulson
Developer, Web Technologies
Viatel, Inc.
-Original Message-
From: Hoover, Josh [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 07, 2001 11:22 AM
To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
Subject: RE: [PHP]
Tim, I just tried this in IE 5.0, and the submit button name-value pair was
posted along with the other form variables, even though I submitted the form
by hitting return on another field. Is the behavior you described specific
to a certain browser version?
Kirk
-Original Message-
From:
andrei Wed Mar 7 08:43:39 2001 EDT
Modified files:
/CVSROOTavail cvsusers gen_acl_file.m4
Log:
Adding accounts for bkelly and adrianz.
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.110 CVSROOT/avail:1.111
--- CVSROOT/avail:1.110 Sun Mar 4 09:36:30 2001
nl2br -- Inserts HTML line breaks before all newlines in a string
http://php.net/manual/en/function.nl2br.php
-Brian
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 07, 2001 12:09 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Text and for
dbeuWed Mar 7 09:23:31 2001 EDT
Modified files:
/php4/ext/zlib zlib.c
Log:
add missing globals fetches
Index: php4/ext/zlib/zlib.c
diff -u php4/ext/zlib/zlib.c:1.75 php4/ext/zlib/zlib.c:1.76
--- php4/ext/zlib/zlib.c:1.75 Tue Mar 6 12:43:54 2001
+++
I wrote a small script like a email list only when I run it with 3 emails.
The first record gets his info, 2nd get his plus first, 3rd get his plus 2nd
and 1st. Why is it doing this?
David Smith
Number 3 record gets email with:
-
Hi [EMAIL PROTECTED],
Your email is
you mean you want the url ?
$HTTP_REFERER
This variaable is set by the client's browser though, this means it may not be set at
all, or could be forged. you will have to check against this.
I dont think this is what you mean though, email me I'll see what I can do.
--
Chris Lee
usr_loginName);
foreach($arrLoginName as $pos => $val)
if (match)
return 1;
return ;
}
?>
is this what you mean? please post regarding.
--
Chris Lee
Mediawaveonline.com
ph. 250.377.1095
ph. 250.376.2690
fx. 250.554.1120
[EMAIL PROTECTED]
""Rol"" <[E
Errrm, no easy solution. You should either find an SMS gateway connection that can
receive formatted emails, convert them and post them (at a charge to you), or go the
whole hog and get yourself a connection to an SMSC via http. I would suggest you
pursue the first approach as the second is onl
suppy a code snippit and I would have a huge advantage here, but I'll swing in the
dark on this ok.
your looping all this in a for/while/foreach loop right. your generating the body like
this ?
foreach($people as $pos => $val)
{
$email_body .= 'name is '. $people[$pos]['name'] ."\n";
Hi,
I'm using PHP-4.0.4pl1, and I'm trying to using the
odbc_error/odbc_erromsg functions, but this are only availabe on the CVS
tree! Before I set up a cvs client download the fonts and try to compile
it, I'm willing to know if there is a new version soon to be released? Or
if the above odbc
> I can easily send standard email messages via PHP. Does anyone know how to
> send SMS messages?
Send them as an email too, most tele companies have the possibility for that
option (atleast here in denmark)
--
Henrik Hansen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-
this message is preferencially for brazillian developers:
Procuro programador php de nível intermediário a avançado para parceria de elaboração
de projeto de médio a grande porte.
Requisitos:
- morar em Porto Alegre/RS ou grande POA;
- conhecimentos de nível médio a avançado em php 3 ou 4+, my
Thanks, I should have drop a code snippet in there... My problem was the .=
-Original Message-
From: Chris Lee [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 07, 2001 11:39 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] email with multiple records
suppy a code snippit and I would have a
Ok here is my code... I have another question too. How can I include in the
email a variable placed in the textarea of the form. Example: Hi your email
is $email. and it would add the variable in each email and not show $email
as plain text. Also open to any code suggestions as I am still
> Hi,
>
>I'm using PHP-4.0.4pl1, and I'm trying to using the
> odbc_error/odbc_erromsg functions, but this are only availabe on the CVS
> tree! Before I set up a cvs client download the fonts and try to compile
> it, I'm willing to know if there is a new version soon to be released? Or
> if
On Wed, Mar 07, 2001 at 10:07:37AM -0700, Nathaniel Hekman wrote:
> Here's another case that shows up often in html, but is illegal in xml, that
> I would need to parse: meta tags, tags, tags, and other
> "singletons".
>
>
>
>
>
> xml_parse would give an error, because t
> Hi,
>
> This may be a stupid question but how can I execute programs as another
> user under php?
> I'm using Linux with Apache 1.3.12 and PHP 4.
The only way i can figure out would be by using the sudo command without a
password
(don't do that with root), do a 'man sudo' on your linux box
--
Hello again,
I'd better explain better.
I have logon screen Header("WWW-Authenticate: Basic realm=\"whatever\"");
where I would like the compare the user name $PHP_AUTH_USER with the one in
my database
All names like Mike or mike are @ seperated strings
How can I check the names from this arra
On Wed, 7 Mar 2001, Henrik Hansen wrote:
> >I'm using PHP-4.0.4pl1, and I'm trying to use the
> > odbc_error/odbc_erromsg functions, but this are only availabe on the CVS
> > tree! Before I set up a cvs client download the fonts and try to compile
> > it, I'm willing to know if there is a new
Hi,
Has anyone here dealt with the new Interbase 6.0 License?
The web site says it is a free download for development, but I can't find any info
about commercial use, and their sales office doesn't seem to know either, and they
haven't called back yet.
Anyone know what the commercial license is
Both the binary and source distros are available on the website. I beleive
Interbase has gone open source.
http://www.borland.com/interbase/
Chad
-Original Message-
From: Chris [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 07, 2001 1:23 PM
To: php
Subject: [PHP] Interbase
Hi,
Has
> Thanks for the URL Henrik, but I'm finding a linux dist :) My odbc
> functions are used on a linux box to access DB2/AIX :)
sorry, well for linux do this:
compile compile compile :)
--
Henrik
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For ad
I posted a related question yesterday with no response. I've done some more
investigating and think I can lay some of the blame on the string concatentation
operation. If anyone can tell me what might be causing this behavoir I would greatly
appreciate it.
the following code shows the rough
you might try www.ibphoenix.com as they have more info (than the Borland
site) regarding InterBase.
Brett
""Chris"" <[EMAIL PROTECTED]> wrote in message
03fd01c0a73c$15183c00$01c8c8c8@ibcserver">news:03fd01c0a73c$15183c00$01c8c8c8@ibcserver...
Hi,
Has anyone here dealt with the new Interbase 6.0
Try here to take care of problems..
http://www.w3.org/People/Raggett/tidy/
Chad
-Original Message-
From: Nathaniel Hekman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 07, 2001 10:57 AM
To: '[EMAIL PROTECTED]'
Subject: [PHP] parsing html / xml
I'd like to parse a html file in much
We have started using PHP on NT over Apache, but since our ISP used IIS we
switched to it. Anyway, we just started having real problems after our
application got really big, so that I cannot really compare Apache x IIS on
NT very well (our errors started happening on IIS if I recall correctly).
A
andrei Wed Mar 7 11:35:32 2001 EDT
Modified files:
/CVSROOTavail cvsusers gen_acl_file.m4
Log:
Account for Iuri Fiedoruk to go PHP-GTK docs translation.
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.111 CVSROOT/avail:1.112
--- CVSROOT/avail:1.111 Wed Ma
Chad is right. Interbase 6.0 is already a free DB software.
go to www.borland.com e get it freely.
[]'s
__
Wagner Nunes
[EMAIL PROTECTED]
> - Original Message -
> From: "Angerer, Chad" <[EMAIL PROTECTED]>
> To: "'Chris'" <[EMAIL PROTECTED]>; "php" <[EMAIL P
Matt McClanahan wrote:
[...]
> You're not going to find an XML parser that allows for most HTML,
> because if such a parser did exist, it would be a broken XML parser. :)
[...]
Fair enough, and that's as I expected. So that brings me to the second part
of my question: is there any php library t
Embarrassing, isn't it?
Do you have a loop building messages, with something like
$msgbody .= $data_to_send
THat little " . " caught me. I was emailing usernames and passwords --
fortunately it was an obvious error.
Miles
At 01:22 PM 3/7/01 -0500, WreckRman2 wrote:
>I wrote a small script l
I am trying to write a script which allows you to build a PHP mailto form
online, but I am stuck
if you go to www.wisemonkeydesign.co.uk/wise/mailto.htm
after step 3 when you have to create,
ho do I pass the HTML code and names of the fiels into the next page.
for instance the user has choo
Try using an array, such as name[], with NO SUBSCRIPT, to store the chosen
items. That will be passed as a form variable and can be stepped through on
the next page where you can parse step through the array and create the
form. You could probably do this all in the same form, setting variable
Hello,
I'm interested in the technology "Remote Scripting". Basically, I would
like to deliver "real-time" information to a browser without having to
reload the page.
Is anyone familiar with this?
Thanks,
Karl
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL
sas Wed Mar 7 12:15:34 2001 EDT
Modified files:
/php4/ext/ircg ircg.c
Log:
There are some subtle changes which are not recognized by the compiler,
so bark, if someone tries to build against anything older than IRCG 2.0b1.
Index: php4/ext/ircg/irc
Hey folks. I have another htaccess question. I have an entire folder set
up to require authentication. It's in an htaccess file, not in each page.
I was sure that the variable that's passed from the authentication dialog
was $PHP_AUTH_USER, but it's not working when I use that in a query. Anyo
At 3:28 PM -0600 3/7/01, Jacky wrote:
>Hi people
>I got problem of how to assign session value in php3. As far as I
>know, all syntax in manual talks about php4 syntax only. How am I
>going to do that?
>best
In PHP3, you'll have to create your own session functions, or use a
library like PHPL
Karl,
Check the archives, if you haven't done so already. I think this was
already discussed in the last week of February, although not under the same
heading as yours.
Miles
At 02:05 PM 3/7/01 -0700, Karl J. Stubsjoen wrote:
>Hello,
>
>I'm interested in the technology "Remote Scripting". Ba
Try this:
-Original Message-
From: Jason Jacobs [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 07, 2001 4:09 PM
To: [EMAIL PROTECTED]
Subject: [PHP] htaccess
Hey folks. I have another htaccess question. I have an entire folder set
up to require authentication. It's in an htacces
not really sure I understand,
but what I want to do is take the HTML generated in step 3 and place it
between the tags in the last page where the code is displayed
ie
Title mr
mrs
Missnameaddressaddress2message
that is the code from step 3 how do I get that to display on the next page.
20:15:33 sas Exp $ */
+/* $Id: ircg.c,v 1.45 2001/03/07 20:24:28 sas Exp $ */
#include "php.h"
#include "php_ini.h"
@@ -742,6 +742,15 @@
{
php_irconn_t *irconn = dummy;
+#if IRCG_API_VERSION >= 20010307
+ if (irc_sizeof_irconn() != sizeof(irconn_t)) {
@@
msg_send(conn, &m);
}
+#if IRCG_API_VERSION >= 20010307
+static void mode_channel_handler(irconn_t *ircc, smart_str *nick,
+ smart_str *channel, smart_str *who, int mode, int give, void *dummy,
+ void *dummy2)
+{
+ php_irconn_t *conn = dumm
sas Wed Mar 7 12:49:01 2001 EDT
Modified files:
/php4/ext/ircg ircg.c
Log:
Add default message for channel modes
Index: php4/ext/ircg/ircg.c
diff -u php4/ext/ircg/ircg.c:1.46 php4/ext/ircg/ircg.c:1.47
--- php4/ext/ircg/ircg.c:1.46 Wed Mar 7 12:4
1 - 100 of 155 matches
Mail list logo