Re: [PHP] GD Library for Windows

2002-07-25 Thread Mikey
It comes with the zip file of that distribution - and it works fine (except for TTF which I can't for the life of me get to work on Win32) frak! "Peter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Jadiel, > > i do that the file ur after and tried sending it

[PHP] FW: [PHP-WIN] More bzip woes! No file written...

2002-07-11 Thread Mikey
I know it is cross-posting, but I thought I might get an answer here... TIA, Mikey > -Original Message- > From: Mikey [mailto:[EMAIL PROTECTED]] > Sent: 09 July 2002 19:51 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] More bzip woes! No file written... > > >

[PHP] FW: SQL question, getting error and not sure why

2002-05-30 Thread mikey
the > > maximum value possible for the column? > > > > (Probably irrelevant snippet from mySQL manual: > > MAX(expr) > > Returns the minimum or maximum value of expr. MIN() and MAX() may take a > > string argument; in such cases they return the minimum or maximum string > > value.) > > > > regards, > > > > Mikey > > > > > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Configuration issues in IIS 5.0 in win2k

2001-08-08 Thread Mikey
I can't seem to get my win2000 box to recognize the .php files. It's coming up with an error, and just reading them as test.php.txt files in explorer. How do i get this to work. I believe I've set everything up right. Could someone please email me with answers. Thanks Mike

[PHP] Oracle statement handles... or resources in general

2004-09-23 Thread Mikey
ted, or whether I am just piling up loads of cursors on the database? Mikey --- Developer - Radius Design Ltd. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP Failing to open remote files using include/require

2004-09-23 Thread Mikey
Have you looked at your "allow_url_fopen" setting in php.ini? It should be on... HTH, Mikey - Original Message - From: "Mark Cooke" <[EMAIL PROTECTED]> Newsgroups: php.general To: <[EMAIL PROTECTED]> Sent: Thursday, September 23, 2004 3:04 PM Subject:

[PHP] Re: PDF from PHP generated HTML, possible?

2004-09-23 Thread Mikey
Hmmm, I cannot believe that there are people on this list who do not know how to use Google. I tried "convert HTML to pdf" and came up with loads of results - including http://www.easysw.com/htmldoc/pdf-o-matic.php that seems to allow you to see their source code. HTH, Mikey

Re: [PHP] PDF from PHP generated HTML, possible?

2004-09-23 Thread Mikey
If you generated your HTML using a template engine (i.e. storing the page as one large string and then echo-ing that to screen), then you could write that to a file and run your conversion on that... HTH, Mikey - Original Message - From: "Graham Cossey" <[EMAIL PROTECTED

[PHP] Re: configure --with-xsl & getting error

2004-09-23 Thread Mikey
Have you tried doing "make clean" first? - Original Message - From: "Gerrit P. Haase" <[EMAIL PROTECTED]> Newsgroups: php.general To: <[EMAIL PROTECTED]> Sent: Thursday, September 23, 2004 5:15 PM Subject: Re: configure --with-xsl & getting error > Hallo Marek, > > Am Donnerstag, 23. S

[PHP] Re: array_pop() with key-value pair ???

2007-02-16 Thread Mikey
I guess you have tried foreach? foreach ($array as $key => $value) { ... } Mikey Eli wrote: More over.. PHP seems to be quiet slow when dealing with array_shift() array_unshift(), but it is much faster with array_pop() array_push(). I am not familiar with the PHP internals, but

[PHP] Re: Embeding HTMl into a XML doc

2007-02-22 Thread Mikey
Dwain Crackel wrote: The $dom->save(); command HTML encodes the text, as such I can't save html inside a XML node. Is there a way around this, as I would I like to do so? Thank you Dwain http://www.w3schools.com/xml/xml_cdata.asp should do the trick for you Mikey -- PHP General

Re: [PHP] how to access private property?

2007-03-06 Thread Mikey
l of your private vars. http://uk.php.net/manual/en/language.oop5.overloading.php Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Oracle XMLTYPE column truncates

2007-03-08 Thread Mikey
ondering if anyone else on this list has had the same problem, or knows of a better way of returning long values using OCI? TIA, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Javascript and PHP interaction

2007-03-08 Thread Mikey
t has sent your page to the client (browser) then it's work is done. You could probably use PHP to parse the value out of the CSS file and use it that way... look in the manual for filesystem functions to open the CSS file, and check out preg_match to find your value. HTH, Mikey

[PHP] Re: Oracle XMLTYPE column truncates

2007-03-08 Thread Mikey
Roberto Mansfield wrote: Hi Mikey, OCI doesn't directly support the XMLtype so you need to convert to string (if < 4k) or clob before retrieving. Use: select xml_metadata.getClobVal() ... OR select xml_metadata.getStringVal() ... If converting to clob, you get a clob object back an

[PHP] Re: Oracle XMLTYPE column truncates

2007-03-08 Thread Mikey
Mikey wrote: Roberto Mansfield wrote: Hi Mikey, OCI doesn't directly support the XMLtype so you need to convert to string (if < 4k) or clob before retrieving. Use: select xml_metadata.getClobVal() ... OR select xml_metadata.getStringVal() ... If converting to clob, you get a clob obj

[PHP] Re: Oracle XMLTYPE column truncates

2007-03-08 Thread Mikey
Roberto Mansfield wrote: Mikey wrote: Roberto Mansfield wrote: Hi Mikey, OCI doesn't directly support the XMLtype so you need to convert to string (if < 4k) or clob before retrieving. Use: select xml_metadata.getClobVal() ... OR select xml_metadata.getStringVal() ... If converting

[PHP] Re: What sripts,helpers to use for AJAX

2007-03-08 Thread Mikey
ons http://prajax.sourceforge.net/ http://sanjer.berlios.de/ yet they both doesn't seem very much used. Does anybody know these or knows better alternatives? O. Wyss Scriptaculous - you get a whole heap of other stuff for free too. http://script.aculo.us/ Mikey -- PHP General Mailing List (http://w

[PHP] Re: php, oci8 and oracle

2007-03-09 Thread Mikey
Enterprise. PS. i'm sorry for the bad english, i can't explain the problem better. Oracle is a right pain to get setup correctly. Try Zend Core: https://www.zend.com/core/oem_registration.php?access_code=OracleDB HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To u

[PHP] Re: looking for two remote functions

2007-03-09 Thread Mikey
s and I am sure you will find something useful. Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: looking for two remote functions

2007-03-09 Thread Mikey
Riyadh S. Alshaeiq wrote: Hello everybody, I am looking for an HTTP function for getting remote filesizes. Keeping in mind that I am NOT interested in getting the "size on disk" figure, I need the actual size of the files when downloaded to a local machine. Please let me know if there are any..

Re: [PHP] Oracle XMLTYPE column truncates

2007-03-13 Thread Mikey
s we have variable metadata schema it suits our business needs very well. How could this be achieved by storing a link to the file? For what it is worth, however, images belong on a file system - storing them in a db is just asking for scalability issues a bit down the road. Mikey

[PHP] Re: PHP->FLASH

2007-03-15 Thread Mikey
array, so what you should try is: thePrices[]=500&thePrices[]=400&thePrices[]=350 Etc. HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: php bar/graph scripts/library

2007-03-16 Thread Mikey
t of what you are looking for on the first page... Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Reuse PHP functions in a third-party application

2007-03-21 Thread Mikey
dules will give you an insight into how this process works. Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Flash animation without install Flash!

2007-03-21 Thread Mikey
ureoftheweb.com/blog/2006/8/work-around-click-to-activate-and-use-this-control HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Remove child nodes with SimpleXMLelement

2007-03-23 Thread Mikey
Hi NG! I was wondering if anyone had any experience of removing nodes with SimpleXMLElement? I can't seem to find a corresponding method in the docs and I was wondering if I should just unset() the elements in question? Thanks! mikey -- PHP General Mailing List (http://www.php.net

[PHP] Another SimpleXMLElement question...

2007-03-23 Thread Mikey
rsion of PHP. Does anyone know how to work around this? Can I just treat the SimpleXMLElement object as an array and append as I see fit? regards, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How to get class constants with there value?

2007-03-23 Thread Mikey
in advanced. Read the first user contributed note for this page - I think that is your answer... http://uk3.php.net/manual/en/function.get-class-vars.php HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Download tracker/counter

2007-03-23 Thread Mikey
addresses of the machines that download the files. http://uk3.php.net/manual/en/reserved.variables.php#reserved.variables.server REMOTE_ADDR is the one you need. HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Apache 2.0.52, PHP 5.03, FreeBSD 4.10 memory problems

2005-02-09 Thread Mikey
[snip] Hope everybody else is sending this guy read receipts? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] perl's Config::Ini File Module equivalent in PHP

2005-02-09 Thread Mikey
> Hi All, > I just wanted to know if there is an equivalent of Perl's > Config::Ini = Module in PHP Try parse_ini_file() in the manual... Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Prevent browser back...

2005-02-09 Thread Mikey
What > (other) ways have people found that works? > > -- A Off the top off my head, but you could set a session var in the thankyou page and some logic in the upload page that prevents the applet code from displaying if that session var is set... HTH, Mikey -- PHP General Mai

RE: [PHP] Parsing pdf file

2005-02-09 Thread Mikey
> Hi, > Sorry i don't really find something useful there. That is cos pdflib is for making pdfs and not parsing them. AFAIK you are on your own with parsing a pdf, or you may have to result to third party libraries. HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] Parsing pdf file

2005-02-09 Thread Mikey
> -Original Message- > From: Matt M. [mailto:[EMAIL PROTECTED] > Sent: 09 February 2005 21:39 > To: Mirco Blitz > Cc: php-general@lists.php.net > Subject: Re: [PHP] Parsing pdf file > > did you try this? [huge snip] I stand corrected :-) -- PHP General Mailing List (http://www.php.net/

RE: [PHP] Foreach problem.

2005-02-09 Thread Mikey
gt; sn [34] => t [35] => bund ) > > Now i try to work with this array in a foreach. > > foreach($elementsarr as $key=>$tmp); > { > echo "$key=>$tmp"; > } > > Now the result of that is: > > 35=>bund The array that you are trying to us

RE: [PHP] Adding Business Days

2005-02-11 Thread Mikey
Lookup the manual in the date and time section, more specifically: http://uk.php.net/mktime If the date is then on a weekend, you can add whatever days you need. HTH, Mikey > -Original Message- > From: Ben C [mailto:[EMAIL PROTECTED] > Sent: 11 February 2005 15:38 > To:

RE: [PHP] Delete all files in DIR every 20 days

2005-02-14 Thread Mikey
an crontab" should set you up... Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] FOPEN

2005-02-17 Thread Mikey
http://uk.php.net/header should help you. BTW, you should address your replies to the list and not to individual ppl. Mikey > -Original Message- > From: Diana Castillo [mailto:[EMAIL PROTECTED] > Sent: 17 February 2005 12:36 > To: [EMAIL PROTECTED] > Subject: Re: [PHP]

RE: [PHP] HOWTO read PHP source code into a textarea

2005-02-25 Thread Mikey
h allows for rendering of HTML in a textarea but it only works on IE: http://www.interactivetools.com/ but again, this would require the same kind of modification as above. Another solution would be to use an tag... HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Upgrade question

2005-02-27 Thread Mikey
t; posting with anonymous email addresses. The *INSTANT* I > receive my first piece of spam to this address, I'm history. That will be your loss. HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Semi-OT: Anti-password trading/sharing solutions

2005-03-01 Thread Mikey
st place. I'm not trying to invite more flaming here - there have been some very valid points made, I just hope this thread can die a quick and silent death not that the technical issue has been addressed. Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Semi-OT: Anti-password trading/sharing solutions

2005-03-01 Thread Mikey
s I say, have a look at phpsec.org - the article on sessions is what you want, and it will explain why doing something like that will not work as expected. Some proxies assign new IPs for every request from a single client (AOL in particular). Do you really want to exclude a large proportion of the

RE: [PHP] Semi-OT: Anti-password trading/sharing solutions

2005-03-01 Thread Mikey
> The difficulty is trying to find a solution that would limit > access and do all the fancy stuff that we had discussed, > without interfering with the pre-existing authentication > system. How about taking the auth status of a user from the headers and then performing additional verification

RE: [PHP] Inline Frame and php

2005-03-01 Thread Mikey
> > Is there a way to "leave" the inline frame? You could get your script to write some JavaScript instead of the header along the lines of: window.parent.document.location = "mypage.php"; (This is not tested, and YMMV...) HTH, Mikey -- PHP General Mailing Lis

RE: [PHP] How can I send a gif picture to the mobile client via php?

2005-03-01 Thread Mikey
> Dear phpers, > I'm using php 4.2.2 and gd version 1.8 which seems don't > support gif pictures. > However, I want to send a single gif picture to the client side. > How can I do it? > > Any help would be appreciated. A single gif - that you have already made? Or, if you are using a script t

RE: [PHP] XHTML and dynamic javascripts

2005-03-13 Thread Mikey
> Now down to the PHP specific question. Is there a way to > generate an externally linked javascript file? The > javascript functions in question are created from data > sitting in a MySQL data, so I can't hard code the javascript. Yes, just change the .js extension to

[PHP] MIME Types

2005-03-16 Thread Mikey
our. TIA, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] RE: MIME Types [fixed]

2005-03-16 Thread Mikey
nd I found that the answer was stupidly simple. The correct header to send is "text/plain" - doh! Regards, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Ensure only one instance of a script is running

2005-03-16 Thread Mikey
g the output from `ps -ax` and looping thourhgthe results to see if your script is being run? HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Mod Rewrite help

2005-03-21 Thread Mikey
> RewriteEngine on > RewriteRule /^(.+).htm$ /query.php?q=$1 AFAIK you should have that space at the end of your regex after the $ HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] php command

2005-03-23 Thread Mikey
I think what you need to do is look at the sockets section of the manual. Regards, Mikey > -Original Message- > From: D A GERM [mailto:[EMAIL PROTECTED] > Sent: 23 March 2005 14:46 > To: php-general@lists.php.net > Subject: [PHP] php command > > is there a comma

RE: Re[6]: [PHP] asking comment

2005-03-30 Thread Mikey
How about a filename based upon a user id and the time the file was uploaded. Unless you have multiple instances of the same user then it will not be possible for the same user to upload a file at exactly the same time as himself. Just a thought... Mikey > -Original Message- >

RE: [PHP] mysql error

2005-04-01 Thread Mikey
to not liking my login details. Have there been any changes made to your DNS service of late? Or provider? Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

FW: [PHP] mysql error

2005-04-01 Thread Mikey
Oooops! My mistake, I had a typo in my config file - it connects just fine either way... > -Original Message- > From: Mikey [mailto:[EMAIL PROTECTED] > Sent: 01 April 2005 13:16 > To: 'php-general@lists.php.net' > Subject: RE: [PHP] mysql error > >

RE: [PHP] pass variable from vbscript to php

2005-04-04 Thread Mikey
and get logins for anybody that uses your system. Maybe a better solution in this case would be to associate a user account with a network login when the account is created and store this information in your user database. HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Preventing automated account creation

2005-04-06 Thread Mikey
ing it in a GET > variable is more than stupid. http://phpsec.org/articles/2005/text-captcha.html is a good primer on how to use CAPTCHA effectively HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Code stoped working after upgrading from 4 to 5

2005-04-28 Thread Mikey
;)) >$form_ok = 0; > > > Warm Regards, You have answered your own question really, haven't you - if you have register globals off then you are not going to get globally registered variables - it really is that simple. HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Accessible HTML - OT

2005-05-09 Thread Mikey
, I have just had a look around w3 and have found some inferences that support my view but nothing that states clearly in either direction. Does anyone on this list have a definitive answer for this one? TIA, Mikey -- The revolution will not be sent as an e-mail attachment. -- PHP General

RE: [PHP] text with $

2005-05-09 Thread Mikey
var='this is $$$ test'; Or, if you still want to use interpolation, use the backslash to escape the $: $str = "\$foo = $bar"; HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Accessible HTML - OT

2005-05-10 Thread Mikey
Thanks to everybody for their comments, I now have more than enough ammo to justify our decisions. Regards, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] MySql injections....

2005-05-11 Thread Mikey
> Hi, > This is not the proper list to put this question but i hope > you can help me. > Does anyone know a good tutorial about mysql injections? > > Thanks a lot for your help http://phpsec.org HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubs

RE: [PHP] str_replace on words?

2005-05-11 Thread Mikey
ular expression as these can recognise word boundaries when matching (preg_match, preg_replace, etc). I think this solution will apply to your other post as well. HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP/XML/XSLT

2007-09-13 Thread Mikey
with commenting out sections of XSLT until we get the page back. Has anyone else encountered this problem (google was reticent) and do they know of any workarounds/fixes for this? TIA, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Detecting \u0000 in a string...

2008-03-17 Thread Mikey
find the null in the string - again, no luck. So my question is whether or not anyone here has a reliable way of detcting and removing \u chars from strings? regards, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: __halt_compiler()

2008-03-17 Thread Mikey
t is all personal taste (before the flames start) but what is the problem with opening and parsing a CSV file in your script? That way your code is more modular and a lot easier to understand for other developers. Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] __halt_compiler()

2008-03-17 Thread Mikey
Shawn McKenzie wrote: Daniel Brown wrote: On Sun, Mar 16, 2008 at 4:18 PM, Casey <[EMAIL PROTECTED]> wrote: Hi list! __halt_compiler(). Does anyone use it? I've used it obsessively in my past two "projects" to store data (specifically CSV) in the PHP files. These two "projects" consisted o

Re: [PHP] Detecting \u0000 in a string...

2008-03-19 Thread Mikey
Casey wrote: On Mon, Mar 17, 2008 at 3:56 AM, Mikey <[EMAIL PROTECTED]> wrote: Hi! I was wondering if anyone here had experienced a simliar problem to mine. I am updating an Oracle XMLType column with XML built using DOM that is populated with values from an Excel spreadsheet saved

Re: [PHP] Fastest way to get table records' number

2008-03-19 Thread Mikey
ase assuming the table has a field 'id' then i think select count(id) from some_table; -nathan If you are talking about millions of rows then the fastest way is to put a trigger on create and delete on the table in question that updates a single column in another table that is a coun

[PHP] DOM support

2007-06-26 Thread Mikey
everything works as per the manual but when I try to run on our production environment (5.0.4) then things go very, very wrong. In particular there doesn't seem to be a DOMXPath object. Failing a list of methods/versions - does anyone know what I can use in lieu of a DOMXPath object? TIA,

[PHP] Re: parsin XML with DOM

2007-06-26 Thread Mikey
[EMAIL PROTECTED] wrote: [snip] its type is not DomNode, but DomText. Only the 2nd child - $NODE = $NODE->nextSibling; has $NODE->tagName "channel". My question is - why is the first child after "rss" DomText? Thank you, Iv My guess is the whitespace between

[PHP] Re: DOM support

2007-06-26 Thread Mikey
Mikey wrote: Hey! I have been looking through the docs writing test code and am going a little bit mad trying to work this out. Does anyone know where I can find a definitive list of DOM XML functions that are supported in specific versions of PHP? I write my code in Zend and it has 5.2.0

[PHP] Re: URLs

2007-07-12 Thread Mikey
nsion? Is this done through PHP or is this a server setting? Thanks in advance! ~Philip It is a server setting - see ModRewrite for Apache. HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] SQL - INSERT INTO booleans

2005-01-19 Thread Mikey
MS Access via COM, the data types for each column (in order) > is: string, string, string, date, string, boolean, boolean. > > I am continually getting a data type mismatch error (relating to the > boolean columns) when trying to execute this code. > > I've tried removing t

[PHP] NT domain info

2005-01-19 Thread Mikey
coding (not to mention having to write COM garbage). Has anyone else here had to tackle a similar problem, or does anyone know enough about Windows and domain accounts to be able to point me in the right direction? TIA, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] Serving WML

2005-01-19 Thread Mikey
I am not really sure about how GPRS works, but I thought that any internet server could serve WML as long as it was valid. I have read a little about gateways and from what I have read it seems that it would be my phone company that was responsible for providing that. Any ideas? Mikey -- PHP Ge

RE: [PHP] NT domain info

2005-01-19 Thread Mikey
Well, I went to CPAN and found: http://www.cpan.org/modules/by-category/22_Microsoft_Windows_Modules/Win32/W in32-AD-User-0.01.readme Looks like that will have what I need, and from what I remember socks are dead simple in Perl - time to read up again! Mikey -- PHP General Mailing List (http

RE: [PHP] Re: NT domain info

2005-01-19 Thread Mikey
> If you want to just authenticate the user logged in a Windows domain, > use Apache mod_ntlm. Nah, I need to be able to syphon off a whole list of users and their account details (but not their password). Thanks anyway! Mikey -- PHP General Mailing List (http://www.php.net/) To unsub

[PHP] REPOST: Serving WML

2005-01-21 Thread Mikey
responsible for providing that. > > Any ideas? > > Mikey Any takers for this question? Pulease?!?!? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] REPOST: Serving WML

2005-01-21 Thread Mikey
me this page: http://www.filesaveas.com/gprs.html > maybe that helps you on your way? > > whatever you do you need to cough up money for a GPRS connection :-) > All I want to do is to be able to allow access to my email from my phone, to start off with and then move slowly fro

RE: [PHP] Re: REPOST: Serving WML

2005-01-21 Thread Mikey
cked I can't even see their own pages!!! So, maybe my pages are OK after all. Again, thanks a lot for the link - anyway of avoiding the steep part of the learning curve is good with me. Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Is this even possible?

2005-01-23 Thread Mikey
ing a pg_connect() error... FATAL: no pg_hba.conf entry for host 192.168.1.100 Any ideas? You will need to install the client libraries, as you would for any database - you will need to go to the Postgres web-site for details of how to do that. HTH, Mikey -- PHP General Mailing List

RE: [PHP] Attempting to use 'passthru' or 'exec' function

2005-01-23 Thread Mikey
Have you tried using the backtick (``) operator? I don't know if it makes any difference, but it might be worth a try... HTH, Mikey -Original Message- From: Andre Dubuc [mailto:[EMAIL PROTECTED] Sent: 23 January 2005 21:08 To: php-general@lists.php.net Subject: [PHP] Attempting t

RE: [PHP] Important m$6h?3p

2005-01-24 Thread Mikey
ssed *another* meeting?!? Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Date ranges

2005-01-24 Thread Mikey
is stored in the database? I know how to easily determine the number of days I know that if I spent time on it, I would be able to do it, but I have a very close deadline and if anyone else has been through this I would *really* appreciate the help... Mikey -- PHP General Mailing List (http

RE: [PHP] Date ranges

2005-01-24 Thread Mikey
*PLEASE NOTE* >>I know that if I spent time on it, I would be able to do it, but I have >>A very close deadline and if anyone else has been through this I would >>*really* appreciate the help... >Are you using MySQL? If so you can start with the DATE_ADD and DATE_SUB >functions. http://www.mysql.

RE: [PHP] php5 --enable-soap compile error

2005-01-24 Thread Mikey
ild this from source with no problems at all. Have you got the dev libraries for libxml installed? Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Date ranges

2005-01-24 Thread Mikey
ying "I know that if I spent time on it I could do it myself, but I have a really close deadline and if anyone else has been through this I would *really* appreciate the help..." was fairly clear. Anyway, my apologies to Jay for being short and my thanks to Richard, whose code kinda worked and did save me some time. Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] escaping quotes

2005-01-27 Thread Mikey
ue="" . $attributes["messageSubject"] . """); > Simple: Print ("value=\""{$attributes['messageSubject']}\""); HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Troublesome Code.

2005-01-31 Thread Mikey
> >if (mysql_num_rows($SQL) == 1) { Err, this is just the query string variable right? So you need to do: $sth = mysql_query ($SQL); If (mysql_num_rows ($sth) == 1) Then you will be checking the result set and not just the query string. HTH, Mikey -- PHP General Mailing List

RE: [PHP] Re: Troublesome Code.

2005-01-31 Thread Mikey
> If (mysql_num_rows ($sth) == 1) Gr. Mean't to be "if", but Outlook is insisting that it knows english better than I. Pah! Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Hello

2005-01-31 Thread Mikey
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: 30 January 2005 23:30 > To: php-general@lists.php.net > Subject: [PHP] Re: Hello > > Please answer quickly! OK. No! :-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://ww

RE: [PHP] Need help with ereg regular expression

2005-02-02 Thread Mikey
> Argghhhreturn receipts I just mailed the guy and gave him a friendly nod - they are off now :-) Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Copy mySQL database...

2005-02-03 Thread Mikey
RTFM for mySQL, section 5.6.1 in my local copy. Don't use a sledgehammer to open a walnut :-) Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] How to make binary strings useful?

2005-02-03 Thread Mikey
d then I can't see any reason why you shouldn't be able to write these queries in C HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] OT but worth a shot: Informix Client Libraries

2005-05-25 Thread Mikey
or knew of a place to download the client libraries so that I can have a bash myself? TIA, Mikey -- The revolution will not be sent as an e-mail attachment. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Dummy question about knowing marked checkboxes

2005-05-30 Thread Mikey
e checked ? Thanking you in advance. Warm Regards, Mário Gamito Bar Would result in $_REQUEST['foo'] being a) set and b) hold the value of "bar". regards, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Code Check

2005-05-30 Thread Mikey
janbro Have you checked that the two previous function calls are returning as expected? HTH, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: How to make a script sleep for 5 seconds?

2005-05-31 Thread Mikey
Robert Cummings wrote: Mr. Lynch, either intentionally or inadvertently, you have succeeded in making me spray water out my nose as I happened to be drinking a glass of it when I read your reply :B Or: water|nose>keyboard LOL, Mikey -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] PHP and USB Devices

2005-05-31 Thread Mikey
to do it... The method you choose willl *have* to live on the client side, and unless you are planning to install PHP on all of your clients, then your solution will *have* to be written in another language. regards, Mikey -- PHP General Mailing List (http://www.php.net/) To unsubscribe

  1   2   >