Hi,
Can anybody recommend a good OpenId Provider?
I need one with LDAP integration if available.
tia,
Roy
--
Roy Kaldung
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Search engines indexing your site?
On Wed, May 21, 2008 at 11:54 AM, robert <[EMAIL PROTECTED]> wrote:
> Hi
> Every so often my site is "attacked" in which all URLS on my site are
> retrieved in the span of minutes. What is this called?? I mean what do I
> google for? I don't know where to begin.
I'm not sure, but perhaps tidy can fix the broken elements of the xml
file... I don't remember if it will close your quotes or just drop the
element from the tag.
On 9/17/07, John Taylor-Johnston <[EMAIL PROTECTED]> wrote:
>
> Pour examples of xml, but this is what I want to do. I have a quiz.
>
>
Name all your input boxes the same thing, and include a similar level hidden
input:
on your POST
$_POST['sku'] && $_POST['qty'] will be arrays, and the ordering will be the
same so you can be sure of what index position/sku the qty is for.
On 9/14/07, Ji H. Park <[EMAIL PROTECTED]> wrote:
On 9/10/07, Sascha Braun - CEO @ Braun Networks
<[EMAIL PROTECTED]> wrote:
> - The Google standard, of websites describes, that Query URL's
> like ?param1=XYZ¶m2=123 or as in $_SERVER['QUERY_STRING']
> are not human readable, which makes them not acceptable as valid
> content links.
Those are ind
You might want to consider a few things:
Queueing your email in a database table and sending it out in a
separate process.
or
Finding a mail daemon that will queue quickly for you and not send
directly on adding to the queue.
I use the first of the two options and it works quite well for us.
G
Are you tired of working on the same types of web apps? Are you
looking for more of a challenge where you can put your code-fu to its
test working in a high-traffic, open-source friendly environment? Can
you tackle any problem put in front of you, hacking your way through
problems you've not prev
uot; dollars this week.\n");
?>
Returns:
Today's Date:
1 June 10, 2007
, you will be out 0 dollars this week.
Thanks in advance for any feedback!
"Tijnema" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
My host company must have an installation/configuration issue.
Variables from forms are not being passed to the php scripts that are sent
via
Has anyone heard of this and know of the fix?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
My host company must have an installation/configuration issue.
Variables from forms are not being passed to the php scripts that are sent
via
Has anyone heard of this and know of the fix?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
finds them and not go looking for the real file?
On Thu, 2006-02-23 at 15:59 -0700, Joel Leibow wrote:
You need to check your httpd.conf and make sure the "Options FollowSymLinks"
is set for the server. Check the apache documentation for further
information.
Joel Leibow
"Roy S
trying. I am thinking this is an Apache issue. I tested PHP CLI and it works as expected just like a shell. Apache must be at fault for this problem.
On Thu, 2006-02-23 at 11:37 +1100, Chris wrote:
Roy Souther wrote:
> How can I make PHP use the symlink and stop trying to resolve the
> or
I am trying to stop PHP from resolving symlinks. I have a PHP CMS that I use to host dozens of sites using Apache virtual hosting features. I need all the sites to run the exact same PHP CMS code but use their unique directories to host the different config files. The problem is that the PHP sc
ine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
# /usr/local/bin/php -m
[PHP Modules]
calendar
ctype
ftp
gd
gettext
iconv
mbstring
mysql
overload
pcre
posix
session
standard
tokenizer
xml
zlib
[Zend Modules]
Anyone have an idea why the module is not working ?
Thanks
Sébastien Roy
Adminis
wrong?
The reason I want to use an interface is to define a preset definition
of what my classes should implement when they are designed using
specific design patterns.
Gavin
On Wed, 02 Mar 2005 03:17:59 +0100, Jochem Maas <[EMAIL PROTECTED]> wrote:
> Jason Barnett wrote:
> > Gavin R
Well yes and no, conceivably, the system has no idea what singletons
are out there other than what is specified in a configuration file.
You are in essence hard coding the class name in the switch.
Gavin
On Tue, 01 Mar 2005 17:47:24 -0500, Jason Barnett
<[EMAIL PROTECTED]> wrote:
> A switch sta
I have an interface:
interface ISingleton
{
static function getInstance();
}
that works in 5.0.3 but in 5.1 CVS I get the following error:
Fatal error: Access type for interface method
ISingleton::getInstance() must be omitted ...
If I take out the static keyword then it doesnt matc
I believe there is small problem in PHP5 with regard to static
functions in uninstanced classes. From discussions in various php irc
channels and what I've read about it in the docs, I can not call a
static function in an uninstanced class via a variable. For example:
$class = "MyClass";
$ins
x27;Working', workers =83,
when_assigned='1069188871' where work_order_id='1' [nativecode=ERROR:
column "workers" is of type integer[] but expression is of type integer
You will need to rewrite or cast the expression ]
Any and all advice/help much appreciated.
--
Dr. Roy F. Cabaniss
Associate Professor of Marketing
University of Arkansas Monticello
http://cabanisspc.uamont.edu
signature.asc
Description: This is a digitally signed message part
ather wierd and
that too could be effecting your script.
Sushmita Roy wrote:
Yes, I am calling the fopen with two parameters.
The filename is also a string. The problem is when
I pass a string variable the fopen fails but succeeds
when I pass a constant string.
Raditha Dissanayake wrote:
Hi,
check your register_globals settings.
Sushmita Roy wrote:
Hi,
I am developing a web application using PHP and I am facing a funny
kind of problem with the PHP fopen function. I have a webscript,
which has a function in which a file has to be opened in the directory
of the webserver.
The function
Hi,
I am developing a web application using PHP and I am facing a funny
kind of problem with the PHP fopen function. I have a webscript,
which has a function in which a file has to be opened in the directory
of the webserver.
The function takes the file path as a parameter.
The fopen function fail
Is there a way to attach a file with the mail() function?
Thanks!
Unfortunately, they are indeed enclosed by double quotes
Roy
-Original Message-
From: Jay Blanchard [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 31, 2003 12:58 PM
To: Roy W; [EMAIL PROTECTED]
Subject: RE: [PHP] Escaping nasty quotes
[snip]
Sorry...Because of the double quote near
Thanks, Chris. But I kept what I had and then just added:
$query = addslashes($query);
Doesn't return an error.. But doesn't complete the task.
:-(
-Original Message-
From: Chris Shiflett [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 31, 2003 12:39 PM
To: Roy W; [EMAIL
Sorry...Because of the double quote near the ENCLOSED BY .. It delivers a
PARSE ERROR
?
-Original Message-
From: Jay Blanchard [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 31, 2003 12:38 PM
To: Roy W; [EMAIL PROTECTED]
Subject: RE: [PHP] Escaping nasty quotes
[snip]
$query = "
I have this:
$query = "LOAD DATA LOCAL INFILE '/home/data.txt' INTO TABLE mytable FIELDS
TERMINATED BY ',' ENCLOSED BY '" . '"' . "' ";
$result = MYSQL_QUERY($query);
PRINT "$query2";
The query doesn't take ... but if I cut and paste the printed response into
the mysql server manually ... works
If I have:
$firstdate = "2003-06-28";
then how can I get $firstdate plus 4 days?
Thanks!
Can someone let me know how to return TWO variables from a function
I tried:
return $var1, $var2;
But I get parse errors and other errors.
Thanks!
$amount is a calculated number
If $amount equals for example 52., how do I get that to print as "52.00"
similarly, if amount = 52.5 how do I get that to print as "52.50"
Thanks!
(looked at all sort of type casting manual stuff to no avail)
I have a bunch of variables stuffed in myArray()
I want to run a MySQL SELECT statement ($query=" ..") where it will
access only those records in the database "WHERE" table.fieldname is found
in myArray
Is there a simple one liner? Or do I have to "loop" it through (kinda nasty
as you can
but I've given up looking
on my own. I have both multi-byte and iconv support enabled, but they don't
seem to have what I need. Thanx.
For clarity: ord() is not what I need, as it can only recognize ASCII chars.
I need to be able to get ordinal data about the whole range of Unicode
ch
ImageCreateFromPNG just won't work in php4.3 on windows 2000 . . . .I
cannot find any information on that ... can someone help me?? please....
Roy van Arem
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ImageCreateFromPNG does not work ...
I use php4.3 on win2000 and ImageCreateFromPNG give an error...
undefined function... how is that possible... can someone help me
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hi,
i want to know how to execute a command of another program in PHP. For
example, i run a server program and get a command prompt from that server
program. Now i want to execute a command of that server program in that
command prompt from a web interface that is going to be designed in PHP. i
-
From: Rick Emery [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 25, 2002 4:30 PM
To: 'Darren Gamble'; 'Walker, Roy'; '[EMAIL PROTECTED]'
Subject:RE: [PHP] Regular Expressions? Help!
exec() can capture ALL output from a command if you supp
No. I think there is a carriage return (\n), but there is not a blank line
at the end.
-Original Message-
From: Rick Emery [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 25, 2002 3:07 PM
To: 'Walker, Roy'; '[EMAIL PROTECTED]'
Subject:RE: [PHP]
Sorry. Yes. It looks exactly like it should. And I see the ouput from the
command like it should on the screen, I just can't capture it in the script.
-Original Message-
From: Rick Emery [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 25, 2002 2:59 PM
To: 'W
:50 PM
To: 'Walker, Roy'; '[EMAIL PROTECTED]'
Subject:RE: [PHP] Regular Expressions? Help!
exec() works for me.
Remember, though, it returns only the LAST line. Have you tried the
following to ensure it's constructing the command you think it is:
$mycmd =
Message-
From: Rick Emery [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 25, 2002 2:07 PM
To: 'Walker, Roy'; '[EMAIL PROTECTED]'
Subject:RE: [PHP] Regular Expressions? Help!
exec()
-Original Message-----
From: Walker, Roy [mailto:[EMAIL PROTECTED]]
Se
nd it was empty. Any
ideas?
-Original Message-
From: Rick Emery [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 25, 2002 1:54 PM
To: 'Walker, Roy'
Subject:RE: [PHP] Regular Expressions? Help!
well, ya might try:
$my_array = explode( "\" ",$output);
There will be a specific number of variables returned. I just wanted to set
all the output to a string and just run through it to grab the variables.
Thanx
-Original Message-
From: Rick Emery [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 25, 2002 1:28 PM
To: 'Walker
to set each variable to a string and write it to a file.
Thank You for you help.
Roy
** PLEASE NOTE **
This E-Mail/telefax message and any documents accompanying this transmission
may contain privileged and/or confidential information and is int
ber of
lines running at a time. Anyone have any ideas?
Thank you,
Roy Walker
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
code, it does. What I can't figure out is why, even though there is
a value > 1 for $ns1, about 70% of the time, it thinks that value is one for
the calculation of $gm1.
> *
> * Cal Evans
> * Journeyman Programmer
> * Techno-Mage
> * http://www.calevans.com
> *
);
Income statement
$ns1=number_format(rand(900,1200)*1000) ;
$cogs1=number_format(rand(450,600)*1000) ;
$gm1=number_format (($ns1 - $cogs1) * 1000);
Dr. Roy F. Cabaniss
Associate Professor of Business
University of Arkansas Monticello
http://cabanisspc.uamont.edu/~rcaban
--
PHP General
P3 on Linux and
would appreciate any general comments to enlighten me. However, please
don't send me any RTFMs because I have already searched in vain ...
Thanks in advance,
Roy
**
This email and any files transm
Hello,
after execution of session_start, the browser (IE) tries to save the
document
instead of viewing the pdf-file. After removing the line with
session_start()
all works fine.
configuration: Linux(2.4.2), Apache 1.3.22, PHP 4.0.6, PDFlib 4.0.1.
Any thoughts?
Bye
Roy
--
PHP
> Do you have appropriate permissions in the directory you are runnning
> configure in for the user running configure??
Yes.
I'm r00t
--
Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA
Computers are like air conditioners.
They stop working when you open Windows.
--
PHP General Mailing
libstdc++3-devel-3.0.1-3
libsigc++-1.0.3-5
compat-libstdc++-6.2-2.9.0.16
libstdc++-devel-2.96-98
libstdc++3-3.0.1-3
gcc3-c++-3.0.1-3
compat-egcs-c++-6.2-1.1.2.16
libsigc++-devel-1.0.3-5
Thanks a lot
roy
--
Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA
Computers are like air conditioners.
They stop
Where can I find a routine or PHP prog that will evaluate the distances
between zip codes or "find within X miles of a zip code"
Any ideas?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To conta
I have several scripts that when you complete a form it executes a PHP
script.
At the end of each script I have a simple statement saying it's done and
then a place to hyperlink back to a given page:
PRINT "Process complete. Click here to continue";
But what I really wanna do is just have the s
Hello there...
The problem is that I can only add one value into the array...
Anyone knows what I'm doing wrong here(First project by the way!!)
=
'', 'pname' => '', 'pqty' => ''));
$nrItems = 0;
}
// Get variables from products.php
$pro
Hello there...
The problem is that I can only add one value into the array...
Anyone knows what I'm doing wrong here(First project by the way!!)
=
'', 'pname' => '', 'pqty' => ''));
$nrItems = 0;
}
// Get variables from products.php
$pro
a script like this, PHP will output an error
regarding nesting classes. What is the best method to allow for nesting or
associating these two classes, so the second can refer to the first?
-Roy
Roy Wilson, Jr.
Principal Web Engineer, MIS
Ain Spiorad Networks
http://www.ainspiorad.net
--
PHP
Support mainly.
Also, each package is different in what it includes, you should take a look
at the details for more information.
-Roy
On Sunday 29 July 2001 20:07, Christian Dechery wrote:
> What's the deal with that NuShere stuff... I visited their website and
> download a Free ve
Use the virtual() command to call SSI from PHP.
-Roy
on 5/5/01 2:43 AM, James Hamilton at [EMAIL PROTECTED] wrote:
> Hi
>
> I am developing pages for a site that has been constructed using nested
> apache ssi virtual include calls to build each page. Each included page
> may c
browser, but I must deal with it...
Is there something particular I have to do to avoid this problem with
the Netscape browser?
Regards,
Sebastien Roy
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-m
is 88 is not
allowed to access /home/host/yourdomain owned by uid 98 in
home/www/host/127.0.0.1:8080/html/index.php on line 37
His your virtual host have all the same users?
Regards,
Sebastien Roy
PanDragon wrote:
> Thanks for the suggestion, but I need to be able to use the copy command
Hi,
There is a section in the php.ini where you can specified the function you
don't whant to use :
disable_functions : copy; ...
I never used it, but I think it's what you are looking for.
Regards,
Sebastien Roy
[EMAIL PROTECTED]
PanDragon wrote:
> I am running an apach
Hi,
Use the dom xml function privided with the --with-dom=/usr/local/libxml
(witch is the path to the libxml library). There is a good tutorial about
DOM at www.phpbuilder.com.
Enjoy!
Sebastien Roy
[EMAIL PROTECTED]
Serge Vleugels wrote:
> hi,
>
> I've got to change a XML
l document once it has been created. Only to be sure that it is still
well-formed after that I made my changes on it.
Regards,
Sebastien Roy
[EMAIL PROTECTED]
Joe Stump wrote:
> AFAIK php doesn't care about extensions (ie .html vs .htm) - if it's valid
> XML and expat supports i
Hi Andreas,
Please let me know if you find something about that, it would be really
nice!
Regards,
Sebastien Roy
[EMAIL PROTECTED]
Andreas Sisask wrote:
> Hello,
>
> Does php have some feature of using .dtd or .xsd in parsing an .xml file?
> I mean for example if I parse some
his deamon wait on a port for
commands (encrypted) to be executed.via fsockopen(...). Surprisly, it was
easy and it work prety well...
Hope it helps
Sebastien Roy
[EMAIL PROTECTED]
Brandon Orther wrote:
> Hello,
>
> I am trying to make a script that can add users and multiple things t
There it is : http://www.spiral303.com/solaris/frex254a.shtml
Regards
Sebastien Roy
Emiliano Marmonti wrote:
> Thank you Sebastian,
> but I want to know what is flex (and I don´t know where could I obtain it).
>
> Thanks again.
> Emiliano.
>
> --
> PHP Ge
I got the same problem as you did,
Just pick-up flex on a gnu mirror and your problem will be corrected!
Regards,
Sebastien Roy
www.galeasec.com
Emiliano Marmonti wrote:
> Hello all
>
> I´m trying to compile PHP 4.0 under Solaris 8.0 - SPARC 250. When I try to
>configu
find them anywhere else).
Regards,
Sebastien Roy
PHP programmer
[EMAIL PROTECTED]
Jack Lauman wrote:
> I get the following error when I attempt to start Apache 1.3.19
> (RedHad 7.0):
>
> apachectl start
>
> Syntax error on line 230 of /etc/httpd/conf/httpd.conf:
> C
Is there something I'm doing wrong?
Thanks,
Roy Wilson, Jr.
Director, Administration/Information Services
Aosdic Realm
--
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]
the ISP's discussion forum as well to see if anyone
else hosting their content there have seen similar behavior.
Roy
At 10:07 PM 1/15/01 -0600, you wrote:
>Unless I'm even more confused than usual about something I've long believed
>to be true...
>
>MagicQuotes does
o try to
make SURE that these slashes get removed, but that doesn't work all the
time EITHER.
Roy
--
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]
70 matches
Mail list logo