Source is fine, i never install php with binaries, lets see how i go.
On 13/03/2006, at 1:12 PM, Chris wrote:
Dan Rossi wrote:
Hi there, im am planning to spec the software install for one of our
machines that gets an insane ammount of hits and traffic from
referring sites. Im looking into
Hi there, im am planning to spec the software install for one of our
machines that gets an insane ammount of hits and traffic from referring
sites. Im looking into if running the php for this server under fastcgi
instead of as a php apache module will help reduce and apache
bottlenecks ? Most o
characters.
On 24/02/2006, at 10:31 AM, Dan Rossi wrote:
Continueing on my prior problem, Ive discovered that base64_encode
adds forward slashes in its encoded string, when its urlencoded it
becomes something like
/feeds/UmFuZG9tSVZd%2FMChU7sMQqdUi%2FrgYHD7
mod_rewrite doesnt seem to like the
Continueing on my prior problem, Ive discovered that base64_encode adds
forward slashes in its encoded string, when its urlencoded it becomes
something like
/feeds/UmFuZG9tSVZd%2FMChU7sMQqdUi%2FrgYHD7
mod_rewrite doesnt seem to like the %2F in the string and fails with a
404 as it doesnt get
problem, it has
underscores, but there is probably other things in this.
_%E5%D4%13%82%C9%DFN%5EFs%5E47%B2v%2F%D7%A4%0C%C6%9EnJ
I'd base64 encode that first then urlencode :)
On 23/02/2006, at 6:01 PM, Dan Rossi wrote:
Hi ive been trying to find answers with no luck. I am sending a
urlen
mod_rewrite
Somehow this part of the string is a problem, it has
underscores, but there is probably other things in this.
_%E5%D4%13%82%C9%DFN%5EFs%5E47%B2v%2F%D7%A4%0C%C6%9EnJ
I'd base64 encode that first then urlencode :)
On 23/02/2006, at 6:01 PM, Dan Rossi wrote:
Hi ive been trying to
On 23/02/2006, at 8:45 PM, Jochem Maas wrote:
Dan Rossi wrote:
Ok it looks like when i exploded the urls by a comma, one has space
exploding the urls??? - this list is not called 'php-psychics'
for a reason. i.e. don't assume we know that you happen to have a
string which
Somehow this part of the string is a problem, it has underscores, but
there is probably other things in this.
_%E5%D4%13%82%C9%DFN%5EFs%5E47%B2v%2F%D7%A4%0C%C6%9EnJ
On 23/02/2006, at 6:01 PM, Dan Rossi wrote:
Hi ive been trying to find answers with no luck. I am sending a
urlencoded
Hi ive been trying to find answers with no luck. I am sending a
urlencoded encrypted string made with mcrypt. what is happening is
there is somehow special characters that mod_rewrite doesnt like so it
wont find a regex match properly with this rule
RewriteRule ^feeds/(.*)$ refer.php?$1 [L,QSA
It also seems that any forward slash being encoded if it encodes,
mod_rewrite doesnt like, therefore I have to split up the urls using
parse_url, but it seems it still doesnt like the query part and some
special characters like ampersands and equals ?
On 23/02/2006, at 12:30 PM, Dan Rossi
Ok it looks like when i exploded the urls by a comma, one has space
padding, i had to trim it first, the array was coming out like
host=>__http path=>//www.thedomain.com :\
On 23/02/2006, at 1:05 PM, Chris wrote:
Dan Rossi wrote:
Ive just discovered a strange issue where parse_url
Ive just discovered a strange issue where parse_url is not splitting up
the url properly. in the host key its returning like //www.php.net
where the url is http://www.php.net. any ideas ?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hi there im having issue decoding an encoded string created with a pear
package Crypt_CBC which i am encoding a uri into the string and sending
to a rewrite url. The query string is not returning the encoded part of
the url properly for some reason and not decoding properly.
I have already
hi there i was wondering if anyone has an update to if the zend
optimizer will work with the hardened patch installed ? From my
understanding "closed" source extensions arent possible, but maybe they
fix this ? Let me know.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visi
Hi there, please dont bite, but we are looking for an open source or
commercial php product for ticket support and another for project
managent. I have already googled a bit and what ive seen isnt so good.
For our ticketing we mostly require a hosting style ticket system for
server support and
would enclosing in the cdata work ?
On 02/02/2006, at 7:11 PM, Murray @ PlanetThoughtful wrote:
Hi All,
I currently generate a simple rss.xml file for syndication from my
site, containing nothing more than the subject of the post and a link
to the article on my site.
I'd like to syndicate
Hi there, im just wondering if its possible to setup your web service
and let it generate a wsdl file for clients when u request the script
with a wsdl flag like with nusoap ? Im rather not having to code an
entire wsdl document for the web service if possible :\
--
PHP General Mailing List (
Ive discovered these errors in the apache error logs, is this anything
serious ? Is there hardlinks to the source ?
/usr/share/sources/php/php-5.1.1/Zend/zend_compile.c(1862) : Freeing
0x021B4E78 (140 bytes), script=thescript.php
/usr/share/sources/php/php-5.1.1/Zend/zend_hash.c(248) : Actual
Just found this article via phpeclipse.de stating Zend will be
including Eclipse framework in their development schedules :)
http://www.zend.com/news/zendpr.php?id=109
Id like to know more about this standardized application framework. I
wonder if it includes the pear framework, or compiled OO
On 11/11/2005, at 1:21 PM, Curt Zirzow wrote:
Of course i dont get what your trying to do, the rewriterule
doesn't match your description of what you said.
Ok i am vague at most times, i wasnt going to give an exact example as
it will give away some of the systems secret and not so good
On 11/11/2005, at 8:53 AM, Max Belushkin wrote:
I've been having a problem with PHP 4.4.1 and mod_rewrite, which, as
Geert
Booster kindly pointed out, has been reported on
http://lists.freebsd.org/pipermail/freebsd-ports/2005-November/
027038.html,
which also has a link to the PHP bug report
On 11/11/2005, at 8:36 AM, Richard Lynch wrote:
On Wed, November 9, 2005 10:36 pm, Dan Rossi wrote:
Hi there, ive been having issues with mod_rewrite and apache2 with PHP
5.1RC1. I have googled the php bugs and people have been experiencing
the same issue however the php people cant see to
On 10/11/2005, at 4:18 PM, Curt Zirzow wrote:
On Thu, Nov 10, 2005 at 03:36:07PM +1100, Dan Rossi wrote:
Hi there, ive been having issues with mod_rewrite and apache2 with PHP
5.1RC1. I have googled the php bugs and people have been experiencing
the same issue however the php people cant see
Hi there, ive been having issues with mod_rewrite and apache2 with PHP
5.1RC1. I have googled the php bugs and people have been experiencing
the same issue however the php people cant see to reproduce the bug.
Its most definately doing it for me, here is a rewrite rule i have
setup, if i [L] to
Hi there just wondering when there may be a php 5.1 release ? I just
went into the downloads on the php site and the link to RC1 has been
removed ??
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Yes there somehow seems to be an issue with ssl. Does the curl
extension rely on any ssl module in apache to work ?
On 04/11/2005, at 12:34 AM, Jochem Maas wrote:
can you get it to work without SSL?
Dan Rossi wrote:
Here is my code i am using, ive tried and tried, im still getting a
no data
curl_setopt($ch, CURLOPT_USERPWD, 'user:pass');
ob_start();
curl_exec($ch);
ob_end_flush();
if(curl_error($ch)) {
printf("error: [%s] %s", curl_errno($ch), curl_error($ch));
}
curl_close($ch);
?>
On 03/11/2005, at 7:31 PM, Dan Rossi wrote:
Just a standard php 4.3.1
Just a standard php 4.3.11 and apache 1.3 ?? It works via php cli
wierdly enough but not the apache module ?
On 03/11/2005, at 7:17 PM, Jochem Maas wrote:
Dan Rossi wrote:
Hi there, I am trying to test out the new installed curl extension to
connect to a site via ssl and auth basic. However
Hi there, I am trying to test out the new installed curl extension to
connect to a site via ssl and auth basic. However everytime i try to
connect with the browser , in ie it says cannot find server and in mac
safari is says could not load any data etc. If i run the same script
via php cli it w
All standard apache/php4 stuff. The first session is a non cookie
session
ini_set('session.use_cookies', 0);
session_name('sID');
session_start();
ini_set('session.gc_maxlifetime', 14440);
ill attempt the sleep(1) i guess
On 05/10/2005, at 6:36 PM, [EMAIL PROTECTED] wrote:
Hi there!
Are you
:| The php compile error was the subject thats what keeps being
triggered and i get emails from my system about. Session object
destruction failed. I have googled about this yes it was something to
do with the session_set_cookie after session destroy which triggers
this but no fix.
On 05/10/2
hi there, i had asked this one a while ago but no replies. I am having
this issue calling session_destroy on a non cookie session before
creating a cookie based one. Here is the code
@session_destroy();
ini_set('session.use_cookies', 1);
session_name('thename');
session_cache_limiter('no_cache
Hi there, I am using a pear session package to handle my sessions.
However I am trying to destroy a url based non cookie session and then
start a cookie based session however i am trying to set the session
cookie with an expiry date, as ive been having complications with
sessions expiring to wa
oaded, update the
expiration time in this variable to +24hr from the current time (all
times relative to the server's time). Then, it shouldn't matter from
which time zone the user is browsing.
Jordan
On Sep 6, 2005, at 10:37 AM, Dan Rossi wrote:
hi there I have run into problem
hi there I have run into problems with sessions , cookies and expiryt
times with different time zones. Ie our server is in the States however
I am browsing from Koala land downunder. I have been trying to get the
session to expire in a day, however for ppl in the states this is ok,
but for me i
Hi there, i was wondering how I could allow access to a script from
another server/host only ? Its prob a silly question but i guess get
their host ip ? The thing with that is one server which is a webpage
has a javascript popup to load the script on the other server, and i
believe that in this
Just an update i've changed to use non cookie based sessions using
pear's HTTP_Session so sending it in the filename string which loads in
the query string of the php script within the plugin's file source.
However the session isnt expiring now lol.
On 30/08/2005, at 10:32 AM,
times the session variable is there, then on the 4th
time a new session is created but the session variable is empty :|
On 30/08/2005, at 2:43 AM, Andy Pieters wrote:
On Monday 29 August 2005 16:09, Dan Rossi wrote:
? I logged two different sess id's being created.
Hi
I have seen this be
On 29/08/2005, at 10:00 PM, Dan Rossi wrote:
I have just discovered on closer debugging, the windows media plugin
is loading the file twice, i can see the stop button flicker twice and
i made an error log and the word loaded shows up twice, would this be
causing an issue with the session
I have just discovered on closer debugging, the windows media plugin is
loading the file twice, i can see the stop button flicker twice and i
made an error log and the word loaded shows up twice, would this be
causing an issue with the session ?
On 29/08/2005, at 5:20 PM, Dan Rossi wrote:
Hi
Hi there I am trying to use php to output an asx playlist but depends
on a special hash in the url to prevent hotlinking. I am using a
session to store a generated token when generating the url to display
in an embedded player. The token is added in the filename and I am
using rewrite rules to
On 07/07/2005, at 12:29 PM, Rasmus Lerdorf wrote:
Well, where is it? Probably in a libs or .libs directory.
-Rasmus
You aint the Demigod for nothing you know :P
iElectro:/usr/share/php-5.1.0b2/ext/hello root# gcc -dynamic
-flat_namespace -bundle -undefined suppress -DPHP_ATOM_INC
-I/us
On 07/07/2005, at 11:43 AM, Rasmus Lerdorf wrote:
Yeah, the OSX build is a bit messed up right now. You can fix it
manually by doing a copy-paste of the final link line and replace
hello.lo with hello.o
-Rasmus
thanks mate however I get file cannot be found, i even tried to symlink
it
Hi there I am trying to compile the demo example hello world extension
on OSX with no luck I keep getting errors when trying to compile.
iElectro:/usr/share/php-5.1.0b2/ext/hello electroteque$ make
gcc -dynamic -flat_namespace -bundle -undefined suppress -DPHP_ATOM_INC
-I/usr/share/php-5.1.0b2/
On 07/07/2005, at 10:26 AM, Richard Lynch wrote:
"slow" switch
You're a funny man Richard. So how is there overhead using callbacks if
you dont mind me asking ?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 06/07/2005, at 10:47 PM, André Medeiros wrote:
If ($string == '') ??
or if (isset($string)) ??
$string may be defined and still be empty ;)
Hence my first example :P
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 06/07/2005, at 7:55 PM, Ross wrote:
I have been using empty in forms for some time now. but have just
discovered
that
PHP 4 As of PHP 4, The string value "0" is considered empty.
If ($string == '') ??
or if (isset($string)) ??
--
PHP General Mailing List (http://www.php.net/)
On 06/07/2005, at 3:43 PM, Rasmus Lerdorf wrote:
The GOTO mechanism uses a bit of a compiler trick known as
"computed gotos" to try to make each one a very simple branch at the
assembly level. It looks like this in C:
That is, we can dynamically create a list of labels and then use a GOTO
t
On 06/07/2005, at 5:05 AM, Jochem Maas wrote:
well I hadn't got a clue about this vm stuff but I read that
there are CALL, GOTO and SWITCH [vm?] models implemented. according to
'Seb' CALL goes fastest. But I would assume that offering different vm
models meant that raw speed is not the only
On 06/07/2005, at 12:08 AM, Rasmus Lerdorf wrote:
Dan Rossi wrote:
Continouing from my previous email I have been reading further on
Seb's
blogs regarding bechmarks with PHP5.1 and the different vm's that it
compiles with. I dont particularly understand what the virtual machine
i
Continouing from my previous email I have been reading further on Seb's
blogs regarding bechmarks with PHP5.1 and the different vm's that it
compiles with. I dont particularly understand what the virtual machine
is for, but he does meantion threading. Does this mean PHP5.1 will be
able to run w
In my research in finding ways to load classes automatically, I have
stumbled across Aspect PHP. Does anyone know what it does and why it
was developed ?
http://frassle.rura.org/Directory/index?cat=11169
It looks like the guy here has done what I am looking for, using
__autoload to do classlo
Hi there, an internal client of ours requires spell checking in their
textarea forms on names of people for searching thousands of records
properly. What it needs to be able to do is add new names to the
dictionary. The server its on is a few years old, it already has the
pspell and aspell libr
On 21/06/2005, at 7:47 PM, Catalin Trifu wrote:
I presume you mean whether it's interactive_timeout or wait_timeout,
or ?
Actually they both are important. Read the mysql at dev.mysql.com
C.
We should be sweet now, still use persistant connections on a high
traffice server, bu
On 21/06/2005, at 6:06 PM, Catalin Trifu wrote:
Hi,
This is a database issue and has to do with the following mysql
variables:
interactive_timeout
wait_timeout
By default these variables are set to 28800 and they represent the
time for which
the server waits on "p
Hi there, I have run into issues on a public production server where I
keep running into max connection issues on mysql if I am using
peristant connections. Sometimes the machine gets high traffic and I
was wondering if there are good reasons to leave them on or off. After
turning them off its
Hi, I had made a feedback complaint to Apple without any reply, I was
wondering if anyone has had any issues with their php cli crapping out
whenever an apple update occurs under OSX ? It seems to revert back to
php 4.3 or whatever is the default in the base system. I run a php5
system. Here is
On 10/06/2005, at 7:46 PM, Thomas wrote:
Hi there,
I would like to find out about the usage of custom tags in Flexy. I
would
like to do something like , or
similar. The
documentation is very scarce about this. It would be great if you
could help
me, otherwise refer me to a good documentat
I've been given the bombed task of coming up with a pre-moderated
threaded chat solution. I had implemented a moderated flash chat
however with 100 users all making bulky comments to the chat guests, it
became unbearable for the moderator to check them all off in time to
make them cohesive to
Hi there I am mocking up a quick voting poll system, however I would
like to put hooks in place to prevent users posting more than once,
voting bots etc. Is there a way to prevent them, obviously sessions,
cookies, host ips cant be used as they can be removed, and especially
with host ips , ppl
I've done this by serializing and unserializing the the object. Its
been discussed however using shared memory, shm is a better way to do
it ? Sadly sh doesnt compile as default.
On 12/05/2005, at 10:19 AM, Oscar Andersson wrote:
Is it possibele to save a class in a session
ex.
$cl = new Class()
On 12/05/2005, at 8:01 AM, Rory Browne wrote:
I'm still not sure I understand, although I'm getting there.
This might be useful.
$dynamicly_generated_script = "somevalue}';
?>";
As might this:
$dyn_gen_script = sprintf(
''
, $this->somevar );
\
Ahh it looks like i have to addslashes to dollar signs
On 12/05/2005, at 6:03 AM, Rory Browne wrote:
You can start by clarifying. I had to read your message three times
before I got a vague understanding.
What I'm hearing is that you want to put something like
into a string? You are having
difficulty doing this because you are finding that your string
im doing include('http://www.mysite.com/class.php');
and then i create new instance but i get error - cannot instantiate
non-existant class
how can i get this remotely hosted class file to be defined?
If you surf to that URL, do you see PHP source, or do you see
HTML/nothing?
You may want to use
Hi there I am trying to generate a php file, which has variables that i
need to have in it ie $_SERVER but not actually be parsed as they need
to be in the actual script. I also need to send some variables to
assign values to other variables in the script. How is this possible ?
I have tried pl
Hi there, is there anyway possible to load a streaming windows media
file via a socket connecting to output its contents to the browser or a
windows media object. My issue is I am spitting out an asx playlist
file however for some freak reason, whenever i put control logic around
where i am out
On 08/05/2005, at 1:03 AM, Rory Browne wrote:
I believe(although I stand to be corrected, that there is a threading
MLM on apache 2 - this would rule out dl() AFAIK
We're not using Apache2 yet coz of the thread issue with php however i
am setting up a prefork setup for development.
--
PHP Genera
Ok So I am looking at two possibilities of java integration, one via
command line and one using the extension. I dont particularly want the
experimental pecl extensions in my php therefore I want it dynamically
loaded. I cant for the life of me find the Java extension, would anyone
know where t
On 07/05/2005, at 3:16 AM, Rory Browne wrote:
It depends:
What webserver are you using?
PHP/Apache will let you load extensions using .htaccess, which can be
your own extensions, located in a directory that you have write access
to. I've never tried it but something like
php_extension_dir /home/yo
I was going to ask, without the need of requesting our admins to
recompile php all the time is there a way in the meantime to compile
extensions and load them dynamically without the need for root access
to some of the php libraries ? I have always compiled in personally so
have never tried it.
Have you tried this? It seems HTMLDoc is still free... I've used that
tool
also... pretty satisfied.
http://www.htmldoc.org/software.php
I have used htmldoc in the past for this, but feel its a workaround,
htmldoc is purely for generating manuals, which is what it does best, i
wonder if it ha
On 05/05/2005, at 1:47 AM, Kristen G. Thorson wrote:
Dan,
I have done this before, but it was only a proof-of concept excercise
for me, so my procedure may not work for you. My test was against an
Amazon web service and generating a PDF from the XML returned to me.
This method used Apache's F
On 05/05/2005, at 8:28 AM, Dan Rossi wrote:
For any interested parties, there is a tool called html2fo which will
convert html to a formatted object file which can then be sent to FOP.
I also found another example where any xhtml file can be transformed
with a global xsl stylesheet to
On 05/05/2005, at 7:14 AM, Kristen G. Thorson wrote:
Dan Rossi wrote:
On 05/05/2005, at 5:57 AM, Kristen G. Thorson wrote:
especially since this wasn't to be our final approach. I'd be
interested if you find out more information on the subject.
What did you decide on ?
LOL. Tha
On 05/05/2005, at 5:57 AM, Kristen G. Thorson wrote:
especially since this wasn't to be our final approach. I'd be
interested if you find out more information on the subject.
What did you decide on ?
On using passthru: I do not think FOP has the option to passthru the
PDF output from the comma
Hi there, I am looking at integrating XSL:FO and PHP to convert html
templated data into pdf's using xml and xsl. I was wondering if anyone
has had success with this ? I have seen the pear package which does
this but requires the experimental java extension. Let me know, it
looks easy executing
Hi there I am trying out the PDML class which interfaces the FPDF code
for generating PDF's with markup language. The issue its I cant put
straight html tables into it. Is there such an interface to FPDF that
can be used to convert html to pdf. I have tried alot of them and none
worked out of t
Its DB_Error which is the error callback for the PEAR DB. I dont know
where its being references but its triggering my php error handler and
i cant supress the errors for require. There is no such file
DB/Error.php however i may have to create one just to make it go away
:)
On 29/04/2005, at 9
hmm isnt the intention of httprequest is that u can send post data
without leaving the page ? It has worked for me, except u have to build
the post data yourself to send. On other similar circumstances i've had
to post certain data from a post to the current database but also
executr a script a
its using the standard toolkit available in most browsers, what i find
a pain in the ass is having to build the post data into a string before
it can be sent, it should do it for u
On 29/04/2005, at 4:40 PM, Hidayet Dogan wrote:
Try SAJAX at http://www.modernmethod.com/sajax
On 28/04/2005, at 7:16 PM, Hesam Montazeri wrote:
Dear Friends,
I am just subscribe to this interesting list. I have a
question about authenticating mechanisms. I want to
implement login page which authenticate users against
defined users on Linux Redhat 9.0 on the server
machine. I don't want to d
session_start();
$_SESSION['somevar'] = "foo";
u could also check out pear's HTTP_Session package.
On 28/04/2005, at 7:06 PM, Dan wrote:
Hi all.
I taught myself PHP before the frenzy over register_globals.
After a reasonable break from the language, I'm back for more.
I'm building a site where I'll
grt,
Evert
Dan Rossi wrote:
From my knowledge amfphp is now vapourware, I am assuming lawsuits
etc .
PHPObject is the alternative, it however doesnt use the flash
remoting component but has its own, it streams serialized data as an
array from php classes. the sucky thing is you cant use th
From my knowledge amfphp is now vapourware, I am assuming lawsuits etc
.
PHPObject is the alternative, it however doesnt use the flash remoting
component but has its own, it streams serialized data as an array from
php classes. the sucky thing is you cant use the remoting monitor in
flash
On 24/04/2005, at 12:43 AM, Steve Brown wrote:
I used to encounter the same problems with reporting in our business
software. You can generate reports and spit out HTML in a new window
and have the user print the report from the browser, but that has many
drawbacks. It only works with simple dat
I don't think that's right. Collisions allow certain kinds of
cryptographic attacks against things like MD5-based signatures but that
is not at all the same as being able to simply determine the original
message content from the digest. Rather, they allow you to substitute
the original message wi
Thanks this seemed to work except say you had a class
Packagename_Classname
its trying to load the file like that Packagename_Classname.php
On 20/04/2005, at 4:23 PM, Markus Fischer wrote:
[EMAIL PROTECTED] wrote:
Hi there i was wondering if there is such an extension available or
possbility to
On 20/04/2005, at 2:52 PM, Richard Lynch wrote:
I don't quite see how:
can be sped up much...
The problem isn't in the require function, but in the Class source
bloat...
But maybe I'm just being stoopid.
First thing first, I am sure you are not new to the list and so arent
I but dont try and
already have i was hoping to avoid the if's. E_STRICT was throwing a
heap of suggestions for pear packages code ;)
On 18/04/2005, at 6:44 PM, Marek Kilimajer wrote:
[EMAIL PROTECTED] wrote:
Hi there i have an error handler callback within an error class which
is
also being used for pear errors.
I noticed you never had a reply for this, its probably because this is
non standard, or totally not heard of. What I would do, (even though I
have yet to try this), is run php standard as a module in apache, but
then run the tomcat connector jk or jk2 into apache, so it will run
seamlessly. The
Does anyone use it, is it more efficient on the compiler and coding to
do this
switch($i):
case 0:
break;
endswitch;
instead of this ?
switch($i) {
case 0:
break;
}
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://ww
I was wonderiing how I would go about something like this
$class = 'classname';
return $class::staticMethod(); , not happy isnt working. Any ideas
lemme know.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
both db's on the same host ?
I would try select * from second_db2.theothertable :)
On 02/04/2005, at 6:53 PM, Jochem Maas wrote:
HarryG wrote:
Hi,
I am connecting to two database in my index.php.
Here is how:
@ $db = mysql_connect("localhost", USERLOGIN, USERDBPASS);
if (!$db)
{ print "Error: Co
I have nothing to do with these but I would check out PEAR DB, MDB,MDB2
and ADODB.
On 02/04/2005, at 10:41 PM, Ryan A wrote:
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Is someone playing games with me I have a rabbit photo which has taken
over the php logo in my phpinfo(), I also saw a dog in a logo on a
mirror for the php manual :) Its kinda cute, interested how its done.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.
I think I have meantioned this before, but now I have noticed it.
Whenever OSX runs an update it screws the PHP5 cli sidewways i got this
error again
pear install HTTP_Session
dyld: /usr/bin/php Undefined symbols:
_OnUpdateLong
_OnUpdateString
_compiler_globals
_executor_globals
_sapi_globals
_s
Shit this looks intense, i'll definately be having a go at this. Does
it support phpdoc tags ?
On 29/03/2005, at 12:31 PM, Daevid Vincent wrote:
I just have to call out mad props to this project that one of our new
hires
pointed me at...
http://phpxref.sourceforge.net/
This project is sooo swee
There is no end user docs for this, its a bit bollox. I do like the
idea of @table tags though. Sorry have no time to start reading perl
source code.
On 29/03/2005, at 12:31 PM, Daevid Vincent wrote:
I just have to call out mad props to this project that one of our new
hires
pointed me at...
h
Hi there, I am trying to work out how to use the Nusoap package, its
pretty cool but a tedious one to configure. What I am attempting to
achieve is executing a class method either via standard soap or wsdl
and return it as an array or xml. I have attempted to setup a service
as classname.method
On 20/03/2005, at 5:40 AM, Marek Kilimajer wrote:
If you need only hotlink protection then the current referer checking
is just enough. Most users will not install referer spoofing software.
But if you need to be 100% sure the videos are streamed through
affiliate server, you can use tokens - a
1 - 100 of 177 matches
Mail list logo