For example, if you have
Please check here
If user does not check the checkbox, you'll get nothing since browser does not
send data at all for the checkbox. However, since you've created the form by
yourself, you know there is the checkbox named "checkbox_test". So you can check
like
if (!isse
Hello everybody,
I need to convert between dates and weeknumbers, with PHP. Converting a
given date to a weeknumber can be done with MySQL, but I don't know how
to go the other way around. I need a function like
get_dates_in_week($weeknumber). A function to convert between a date and
a weeknumbe
Just use $HTTP_POST_VARS and $HTTP_GET_VARS.
(Recent PHP4 is always compiled with "enable-track-vars", if you are using older
PHP set track-vars to true in php.ini)
Read
http://www.php.net/manual/en/language.variables.php
and
http://www.php.net/manual/en/language.variables.external.php
Regards,
May be get_meta_tags() is XHTML compliant.
(XHTML requires "" and lowercases for attributes)
I suggest you to use double quotes.
--
Yasuo Ohgaki
"Paul Rees" <[EMAIL PROTECTED]> wrote in message
r19NDKAFmot6Ew$[EMAIL PROTECTED]">news:r19NDKAFmot6Ew$[EMAIL PROTECTED]...
> Hi,
>
> The php function '
It is $39.95 at barnesandnobel.com and at fatbrain.com.
That GST is a killer. It will probably have an RRP around $110 here in
Australia too.
Cheers,
Luke Welling.
""YoBro"" <[EMAIL PROTECTED]> wrote in message
995r3k$poh$[EMAIL PROTECTED]">news:995r3k$poh$[EMAIL PROTECTED]...
> I actually thi
I guess you have installed the ISAPI module which, as stated in the
instructions, is not very stable.
Switch to the cgi version and all will come good. Change php4isapi.dll to
php.exe in your script mappings, and remove phpp from the filters list.
Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113
Did you read
http://www.php.net/manual/en/function.dl.php
and related manual pages?
If you are having problem with dl(), what is your PHP version?
I forgot which version, but some PHP seems does not load extensions with dl().
Look for bug db, I think this bug is closed.
As a short term resoluti
How about use PEAR/Date/Calc.php?
Regards,
--
Yasuo Ohgaki
"Michel Groenenstijn" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello everybody,
>
> I need to convert between dates and weeknumbers, with PHP. Converting a
> given date to a weeknumber can be d
I think you can do it using
strftime
%V - The ISO 8601:1988 week number of the current year as a decimal number,
range 01 to 53, where week 1 is the first week that has at least 4 days in
the current year, and with Monday as the first day of the week.
%W - week number of the current year as a d
Are you sure your domain is managed by NSI (network solutions)?
My domains are not (bunch of .com .net .org), and your domain might be.
If you are just looking for whois server, I suggest to use search engines. (i.e.
yahoo, lycos, etc)
Regards,
--
Yasuo Ohgaki
""Jacky"" <[EMAIL PROTECTED]> wrot
"Nikolai Vladychevski" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> My site has been working with cookies just fine until i discovered
> that some browsers (i think it is some browser under MacOS, I'm
> investigating) instead of deleting a cookie
Okay, basically,
I'm trying to create a script such that it will change the variables inside
of my .inc page.
Something like
lets say I have this file called "database.inc"
Inside it I have :
$dbhost = 'blah'
$dbuser= 'blah'
$dbpass= 'blah'
I would like to make a script such that I can modify
Hi,
Recently, I saw a presentation by Rasmus Lerdorf about php. He used
netscape and php scripts as presentation software and it looked really cool.
Does someone know if this is somewhere available ?
Thanks,
Henk
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EM
include "database.inc"
.
.
.
.
$dbhost='localhost';
-Stewart
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 20 March 2001 09:26
To: Jason Stechschulte
Cc: 'PHP General List. (E-mail)'
Subject: Re: [PHP] Editing Variables from another script.
Okay, basic
I think you didn't get what I meant,
I need a script such that I can change the content of database.inc from an
external script (form or whatever)
- Original Message -
From: "Stewart Taylor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, March 20, 2001 5
Nothing unusual. Very robust and stable.
-Original Message-
From: Hardy Merrill [mailto:[EMAIL PROTECTED]]
Sent: 19 March 2001 23:18
To: [EMAIL PROTECTED]
Subject: [PHP] PHP w/ Oracle OCI8 - how stable?
I'm thinking of using PHP to talk to an Oracle database with
the OCI8 interface - is
On 19 Mar 2001 06:53:00 -0800, [EMAIL PROTECTED] ("David G.") wrote:
> Since fopen/fread/fclose all work with standard URLs, why not allow
> file_exists() to work with URLs as well?
> What is the procedure to make such a request?
Try this:
function url_exist($url) {
$url_parts = parse_u
I cofigured apache 1.3.14 with php4 on my computer(Mandrake 7.2) but I can
not use imap functions. I read that I have to compile PHP with imap. I did
it, but I get some errors when compile apache whit this php.
Can anybody help me with some advices?
Thanks.
Calin
--
PHP General Mailing List (
I am used to perl syntax of:
$var->{'abc'} for a hash (associative array)
Can this syntax be done for PHP.
What other syntax is there for PHP hashes? Any that look like this?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command
On Tue, 20 Mar 2001 [EMAIL PROTECTED] wrote:
> I think you didn't get what I meant,
>
> I need a script such that I can change the content of database.inc from an
> external script (form or whatever)
Have you tried with global variables (see array $GLOBALS) ?
--
Ben
Committee, n.: A group of m
Michael-
Thank you, it works perfectly!
--Dan
"Michael Kimsal" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Click here for John
> Doe's vCard
>
> GenericCard.php would have something like...
>
> //
> // build $text from $uid passed in
> //
> header("Conten
Do you mean that you want to alter the physical contents of 'database.inc'?
This would require you parsing the existing file yourself, writing a new
version of the file, altering the relevant line of code, removing the
original file and renaming your new file to the original filename.
This isn't
$xy=array("a"=>"orange","b"=>"banana","c"=>"fruit");
--
[EMAIL PROTECTED]
+49 9721 188848
+49 171 370 97 15
""Costas"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
997b0s$3cl$[EMAIL PROTECTED]">news:997b0s$3cl$[EMAIL PROTECTED]...
> I am used to perl syntax of:
>
> $var->{'abc'} for a hash
[Since original poster requests for procedure for feature/change request.]
You can use bug reporting system to request new feature or changes.
http://www.php.net/bugs.php
Use "Feature/Change Request" as "Type of bug".
It will be sent to php-dev mail list and stored as feature/change request in d
FYI:
Looks like it is fixed in CVS version and get_meta_tags() now accepts single
quotes.
(I still recommends to use double quotes for your application, but we cannot
force
others and single quotes should be accepted for older HTML versions)
Regards,
--
Yasuo Ohgaki
""Yasuo Ohgaki"" <[EMAIL PROT
I think there should not be a problem to do it just with a global variable
or you can pass
variables from external script to the (internal) script just by post or
get-methods. but what, if
the scripts are on different domains?
i have the problem that netscape 4.6 and more can't allow access to
The examples of holding passwords in databases (i.e. mysql) tend to encrypt
the password. Although this seems sensible (if not necessary) it douse mean
that if a user forgets there password the normal solution is to generate a
new random password and email it to them. Then I realised that this f
On Monday 19 March 2001 23:55, you wrote:
> my next question would be. I'm working on a list of meetings. I
> return a list for the current month, what I would like to do is make
> the current week meetings show in red. However, I'm not sure of the
> best approach to do this.
Just get the curr
Hello,
thanx to everyone who replied, I have found all the info I was looking for.
Cheers.
.
.. Dimitris Batis ... [EMAIL PROTECTED] ..
.. http://www.ravencrypt.com
I'm facing this problem.
I have made a room booking application.
There is a Start Date & Time and End Date & Time of
Booking a room.
Problem is that once booked, you can't book a room
with a date or time that falls between an Already
booked Date & Time.
For example, if someone's booked a ro
homesite is very nice
www.allaire.com
almir
""Richard Lynch"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
01f901c0b0c8$291ba800$[EMAIL PROTECTED]">news:01f901c0b0c8$291ba800$[EMAIL PROTECTED]...
> > I am looking for good php editors. Currently, i am using PHP coder. It
> > highlights syntax and
are constants global, do i have to do something in my classes so that i can
use them as object variables, i have tested in with functions seems to be
global but how about classes and has anybody used it realy
regards
almir
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-ma
Peter,
what do you mean by Newdate between date1 & date2??
the logic i'm using is that i'm checkin if the new
Start Date & End date lies between the old Start Date
& End Date or not. If it does, than entry is denied,
else booking is succesfull. But things are not
running, following is the code i
Hello everybody,
I already am familiar with PHP's ftp capabilities. My question though is if anyone has
ever used or know wether PHP is compatible or not with sftp (OpenSSH secure FTP). If
so, can I use the same libraries or is there any PHP extention that I must download in
order to enable it
set its valu to nothing , or expiery date to yesterday
the best is both
-almir
"Nikolai Vladychevski" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> [EMAIL PROTECTED] wrote:
> >
> > How do you "delete" the cookie?
>
> I delete like this:
>
>
> setcoo
and I dont think you should use haeder functions with cookie together
do it with javascript , i had some problems if I used this two together
(cookie, and header)
-almir
"Nikolai Vladychevski" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> [EMAIL PROTECT
You've been quite helpful for which I thank you very much!
I found an article in phpbuilder.com introducing NCTLS - a class that checks
the preferred languages and looks for a language file untill it finds a
match - now I have it up and running ;-)
There's one more issue that bothers me... :
On m
I configured PHP --with-oci8=/path/to/oracle/home, and I'm seeing
"flaky" behavior when I restart Oracle without restarting the
web server - ORA-03113 and ORA-03114 errors all over. Then when
I restart the webserver everything is fine again.
Is this unusual? Did I do something wrong in the setu
On Tue, Mar 20, 2001 at 07:20:35AM -0500, Hardy Merrill wrote:
> I configured PHP --with-oci8=/path/to/oracle/home, and I'm seeing
> "flaky" behavior when I restart Oracle without restarting the
> web server - ORA-03113 and ORA-03114 errors all over. Then when
> I restart the webserver everything
Hi,
>From a search of the PHP Site.
--
Status: Closed User Modify Dev Modify
From: [EMAIL PROTECTED]
Date: 1999-12-07 16:51:27
Type: Compile Failure
OS: AIX 4.2.1
PHP Version: 4.0 Latest CVS (07/12/1999)
Assigned To:
Short Desc.: SQLCHAR undeclared
--
use
$aArray["abc"]=7;
echo $aArray["abc"];
""Costas"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
997b0s$3cl$[EMAIL PROTECTED]">news:997b0s$3cl$[EMAIL PROTECTED]...
> I am used to perl syntax of:
>
> $var->{'abc'} for a hash (associative array)
>
> Can this syntax be done for PHP.
>
> What other
Hi,
does somebody know a function where I can read all variables of an object
independent of there name?
I have to test with large classes, more than 30 vars per class, and dont
want to implement a function just for testing.
I want to echo all values of vars of a class without specifyieng explic
Hi
Whats the best method to get the filename of the file I am using. E.G if the
file is called tom_woz_here.php and would I go about stickin that into
$FileName= ???
Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
if your input is a number of seconds why not just treat it as a unix
timestamp so ...
echo date("H:i:s", $num_seconds)
... will work.
Tim Ward
Senior Systems Engineer
Please refer to the following disclaimer in respect of this message:
http://www.stivesdirect.com/e-mail-disclai
You could try
echo serialize($object_var);
to display the object in it's serialized form.
-Stewart
-Original Message-
From: Thorsten Viel [mailto:[EMAIL PROTECTED]]
Sent: 20 March 2001 12:59
To: [EMAIL PROTECTED]
Subject: [PHP] Easy Object Reading
Hi,
does somebody know a function
In article <997dil$t5u$[EMAIL PROTECTED]>, Yasuo Ohgaki
<[EMAIL PROTECTED]> writes
>> "Paul Rees" <[EMAIL PROTECTED]> wrote in message
>> r19NDKAFmot6Ew$[EMAIL PROTECTED]">news:r19NDKAFmot6Ew$[EMAIL PROTECTED]...
>> > Hi,
>> >
>> > The php function 'get_meta_tags' doesn't work when the meta tag n
they are already in one ... $HTTP_POST_VARS or $HTTP_GET_VARS
Tim Ward
Senior Systems Engineer
Please refer to the following disclaimer in respect of this message:
http://www.stivesdirect.com/e-mail-disclaimer.html
> -Original Message-
> From: Chris Carbaugh [mailto:[EM
""almir"" <[EMAIL PROTECTED]> wrote in message
997fat$jdk$[EMAIL PROTECTED]">news:997fat$jdk$[EMAIL PROTECTED]...
> are constants global, do i have to do something in my classes so that i can
> use them as object variables, i have tested in with functions seems to be
> global but how about classes
> Actually my error is
> php_odbc.c: In function `odbc_column_lengths':
> php_odbc.c:606: `SQLINTEGER' undeclared (first use in this function)
> php_odbc.c:606: (Each undeclared identifier is reported only once
> php_odbc.c:606: for each function it appears in.)
> php_odbc.c:606: parse error befor
$FileName = $PHP_SELF;
HTH
Jon
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 20 March 2001 13:20
To: [EMAIL PROTECTED]
Subject: [PHP] get filename?
Hi
Whats the best method to get the filename of the file I am using. E.G if the
file is called tom_woz_he
I compiled php --with-pgsql, but phpinfo() doesn't list that.is this a
problem with php.ini?
Thanks,
Gary
--
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-m
$HTTP_SERVER_VARS['PHP_SELF'],$HTTP_SERVER_VARS['SCRIPT_NAME'], etc.
There are many values, that you can use to get script name, in
$HTTP_SERVER_VARS.
Regards,
--
Yasuo Ohgaki
<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi
>
> Whats the best method to get
sas Tue Mar 20 04:50:26 2001 EDT
Modified files:
/php4/ext/ypyp.c
Log:
fix build
Index: php4/ext/yp/yp.c
diff -u php4/ext/yp/yp.c:1.17 php4/ext/yp/yp.c:1.18
--- php4/ext/yp/yp.c:1.17 Mon Mar 19 09:01:35 2001
+++ php4/ext/yp/yp.cTue Mar
I am trying to connect to a remote mySQL server through PHP but I get a
mySQL error of "Unknown Database". I can connect to the remote mySQL server
using the mysql command but not with PHP.
1. How can I debug what the problem is?
2. Do I need to specify the Port parameter in PHP?
3. Which mySQL
$PHP_SELF will be the filename including $QUERY_STRING and $PATH_INFO
variables, $SCRIPT_NAME should be just the filename.
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 20, 2001 5:19 AM
Subject: [PHP] get filename?
> Hi
>
> Whats the best me
What other ways might there be ?
- Original Message -
From: "Neil Kimber" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Stewart Taylor"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, March 20, 2001 6:10 PM
Subject: RE: [PHP] Editing Variables from another script.
> Do you mean
> -Original Message-
> From: Thorsten Viel [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 21 March 2001 00:59
> To: [EMAIL PROTECTED]
> Subject: [PHP] Easy Object Reading
>
>
> Hi,
>
> does somebody know a function where I can read all variables of an object
> independent of there name?
>
>
excuse my ignorance here, but is this a configurable options? Anytime I
use $PHP_SELF, it strictly the directory and filename..
for example say I have a forum running at
www.somedomain.com/forum/index?Message=12
my $PHP_SELF strictly gives me /forum/index.php. I know this for a fact
because
It depends upon what your overall aim actually is.
If you want a different value depending upon where this file is being used
in your site, then you should probably just set the value accordingly in
that part of the site.
i.e.
> > include "database.inc"
> > .
> > .
> > .
> > .
> > $dbhost='localh
If you don't want to dump this to the screen but would prefer to have this
in a string (to send to a log file etc..) then use the following function:
function getStringFromObject($prmAryIn)
{
// Following code was ripped from
http://www.php.net/manual/en/function.var-dump.php
// i
Basically, thats not what I'm going to do.
I'm making an administrative script such that admins can change the location
and values of the $dbhost, $dbuser, $dbpass in the database.inc with just a
form.
Kinda tough eh ?
- Original Message -
From: "Neil Kimber" <[EMAIL PROTECTED]>
To: <[E
Probably wherever you registered your domain name. Unless you have had it
transferred somewhere.
chad angerer
html programmer
.. :one man with a club is a hooligan. a thousand men with clubs are a
regiment: ..
-Original Message-
From: Jacky [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, M
ATTENTION!
I Found this company on the internet. They came very highly recommended
by several of my friends and associates. They have the most qualified leads I
have ever worked. Forget those generic phone leads... sign up 5 out of
15 or more every time!!
They Are having a 33% off sale thi
when you connect to server issue
"show databases" -query then look inside what you can see some servers are
case sensitive
i hope that will help,
and are you sure that you are connected , it could be that you may not
connect at all because of firewalls or something like that
-almir
"Floyd Pieda
It is a newbie question about working with local files. I just want to know
if it posible to open and modify a local file (I mean that it is located in
the local hard disk of the client machine) or because of security reasons it
is only posible to open and modify it when the file resides in the se
What is the status on the ISAPI version of PHP?
Last I looked (4.0.1) it was still rather unstable.
- Carsten
--
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-m
steinm Tue Mar 20 07:02:11 2001 EDT
Modified files:
/php4/tests testdom
Log:
- test script for rewritten domxml module
Index: php4/tests/testdom
diff -u php4/tests/testdom:1.18 php4/tests/testdom:1.19
--- php4/tests/testdom:1.18 Fri Nov 10 02:28:30 2000
Utilizo este código para depositar una cookie en el cliente, lo único
que me caduca al cabo de un tiempo, ¿alguién sabe qué es lo que tengo
que poner para que la cookie no caduque nunca?
Gracias
--
Francesc Lladó i Dardet
[EMAIL PROTECTED]
Interkonet Publishers s.l.
Atenes 22
08006 Barcelona
stanard newbie answer :)
php is server side, not client side
php is serverside there is no way of ever ever doing anything client side because of
this.
http://php.net/manual/en/function.fopen.php
are the functions for opening files.
--
Chris Lee
[EMAIL PROTECTED]
""Jon"" <[EM
One problem is that you are only checking the first booking.
select * from booking where room='room'
gives ALL bookings, and you look like you are just testing
the FIRST one.
why not turn it round and do:
select * from booking where
('$start'>=startdate and '$start'<=enddate) or
('$en
You need to submit the form, at which point any checkboxes ticked will be
available in php (under their html name attribute) for assigning as session
variables. Any not set will, unfortunately, not be sent. You can initialise
the session variables, defaulting to false, on the form page to get arou
php-general Digest 20 Mar 2001 15:53:13 - Issue 578
Topics (messages 44681 through 44762):
off the topic but relevant with us
44681 by: Jacky
44703 by: Yasuo Ohgaki
44754 by: Angerer, Chad
Re: wordwrap() in php4.03pl1 does not work(?)
44682 by: Tiki
Re: PHP
I discovered the same thing, that all values from text fields ARE
text, i.e. strings. Also, that an empty field IS set upon return,
s...
To check for empty field, check for empty STRING equivalence:
if ( $input_var_from_form == "" ){
Do something because fi
try 'chmod 0700 session', as I believe it's octal in linux.
--
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]
Gotya. The why not limit your include file to only contain those values that
are important to you. So you get something like:
varsdatabase.inc
$dbhost="x";
$dbuser="y";
$dbpass="z";
Then, in your PHP code you just rewrite this simple file. That way you don't
have to worry about pars
steinm Tue Mar 20 07:03:33 2001 EDT
Modified files:
/php4 NEWS
Log:
- news about domxml
Index: php4/NEWS
diff -u php4/NEWS:1.615 php4/NEWS:1.616
--- php4/NEWS:1.615 Mon Mar 19 18:09:17 2001
+++ php4/NEWS Tue Mar 20 07:03:33 2001
@@ -2,6 +2,7 @@
Michael Kimsa wrote:
>What am I missing?
What you are missing, Michael, is that ODBC is for access to a
proprietary, commercial product from a monopolist megalith.
To use ODBC, on is accessing (pun intended) a non open source database,
i.e., you gots to pay M$. This means for someone to write a
steinm Tue Mar 20 07:01:14 2001 EDT
Modified files:
/php4/ext/domxmlphp_domxml.c php_domxml.h
Log:
- complete rewrite of domxml module.
It is now mostly conform to DOM Level 2 though some classes and
methods are still missing
Index: php4/ext/d
Hi!
What is the best way to delete line from a file?
I want to delete line which is located somewhere in the middle of the
.txt file.
I dont want to leave blank line.
10x
Nemanja
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command
dbeuTue Mar 20 07:44:55 2001 EDT
Modified files:
/php4/win32 registry.c
Log:
fix registry per directory values
# they never really worked for me before
Index: php4/win32/registry.c
diff -u php4/win32/registry.c:1.8 php4/win32/registry.c:1.9
--- php4/win32
I'm new to this list (and relatively new to PHP) so if I'm failing in some
point of list ettiquette, please excuse me. I have two questions:
1) How do I return multiple data types at once from a function? For instance
I might want to return 5, "apple", and true (an int, a string, and a boole
I want to create a free php and MySQL chat.
Anyone interested in this project ?
--
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]
Under some conditions (I haven't determined which)
if ($input_var_from_form == "")
doesn't work, but
if (strlen($input_var_from_form) == 0)
does.
Rudolf Visagie
[EMAIL PROTECTED]
-Original Message-
From: Dennis Gearon [mailto:[EMAIL PROTECTED]]
Sent: 20 March 2001 06:24
To: [EMAIL PRO
steinm Tue Mar 20 08:20:43 2001 EDT
Modified files:
/php4/ext/domxmlphp_domxml.c
Log:
- fixed lot of compiler warnings
Index: php4/ext/domxml/php_domxml.c
diff -u php4/ext/domxml/php_domxml.c:1.29 php4/ext/domxml/php_domxml.c:1.30
--- php4/ext/domxml/ph
Very interesting! I'd think it would be a bug if it did work that way.
--
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]
Hi,
I've built a shopping cart using PHPLIB. When using the BACK or FORWARD
buttons in IE, argument values are passed to the new page, inappropriately
updating the information. Ack! This does not appear to be an issue with most
versions of netscape.
When called with the BACK or FORWARD button is
I do get your message Jeff, but tell me, after having
used the following code ..
select * from booking where
('$start'>=startdate and '$start'<=enddate) or
('$end'>=startdate and '$end'<=enddate)
what code should be written to actually insert booking
data into the table? Because this is
PHPProjeckt at the following URL has not only a chat utility but a whole
lot others built in, maybe you should look into it..
http://www.phprojekt.de/en/
On Tue, 20 Mar 2001, Marian Vasile wrote:
> I want to create a free php and MySQL chat.
>
> Anyone interested in this project ?
>
>
>
>
Hi,
Is is possible to use the php script tags in files with an
html extension? I'm running 4.0.4pl1 and apache 1.3.12
on OpenBSD 2.8.
Thanks,
Rick VanNorman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL P
Hi Ben.
I see your point, but it's harder to deal with in those cases.
I'd reckon most people on this list are using some type of shared hosting
system anyway, where they CAN'T do that.
Creating extra users in most databases I've used is a bit of a pain, and trying
to
tie in your application's
Always assume people will attempt the most inane things...
--
phill
""Stephan Ahonen"" <[EMAIL PROTECTED]> wrote in message
9969kn$eho$[EMAIL PROTECTED]">news:9969kn$eho$[EMAIL PROTECTED]...
> > Oh in addition this won't work accurately if $time is greater than about
2
> > billion(2147483648 I be
sbergmann Tue Mar 20 09:04:45 2001 EDT
Modified files:
/php4/ext/domxmlphp_domxml.c
Log:
Nuke another warning.
Index: php4/ext/domxml/php_domxml.c
diff -u php4/ext/domxml/php_domxml.c:1.30 php4/ext/domxml/php_domxml.c:1.31
--- php4/ext/domxml/php_domx
You can tell apache to have the php interpreter parse files with an html
extension, thereby letting you use the tags in html files...whether this
is a good solution or not is another question.that would mean that each
file would get parsedwhy are you trying to do this?
jack
-Orig
Hello everybody,
I already am familiar with PHP's ftp capabilities. My question though is if
anyone has ever used or know wether PHP is compatible or not with sftp
(OpenSSH secure FTP). If so, can I use the same libraries or is there any
PHP extention that I must download in order to enable it.
Hi,
> What is the best way to delete line from a file?
>
> I want to delete line which is located somewhere in the middle of the
> .txt file.
> I dont want to leave blank line.
Well, pretty much the only way to do that is to copy the data line by line
to another file, skipping the unwanted line
Hello
I am tring to make socket program.
I compile php with --enable-sockets option
But when I write code, the error message appears which is "Fatal error: Call to
undefined function: socket() in /www/htdocs/test.php on line 6"
I can't understand what am I doing wrong
here is the
Hi,
first thanks for your help on my last thread.
Another question.
Is there a function what specifies the class of an object?
for example:
class test
{
blabla
}
$object = new test;
any_function($object) results "test"
thanks for your help
--
PHP General Mailing List (http://www.php.
see
http://www.php.net/manual/en/function.get-class.php
-Original Message-
From: Thorsten Viel [mailto:[EMAIL PROTECTED]]
Sent: 20 March 2001 17:33
To: [EMAIL PROTECTED]
Subject: [PHP] Objectclass
Hi,
first thanks for your help on my last thread.
Another question.
Is there a functio
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (acleave)
wrote:
> 1) How do I return multiple data types at once from a function? For
> instance
> I might want to return 5, "apple", and true (an int, a string, and a boolean)
> all at once from a function.
return array(5, "apple", TRUE);
I'm looking for a PHP web-based POP/IMAP mail client to install on my
RH7 machine. Anyone know of any with really good looking interfaces?
I found a few that I like, but they're CGI, and commercial or
ad-sponsored. I'll be happy with a free CGI package if anyone knows of
a great one.
Thanks,
1 - 100 of 241 matches
Mail list logo