Re: [PHP] static variables inside static methods

2011-07-06 Thread Andrew Williams
I think you are confusing scope visibility level of the variable within method and the class. Variable within the method is going to 1 because it was declare within the test method and there no link to the one declared outside the test method. The second case is referencing the varible of the

Re: [PHP] Open source project management tool - PHP

2010-01-06 Thread Andrew Williams
What could be a php potential problem with contact forms that are only protected against SQL injections and have an admin side view for the enquiry?

Re: [PHP] SECURITY PRECAUTION BEFORE SUBMITTING DATA IN DATABASE

2009-05-22 Thread Andrew Williams
WHY IS php-general@lists.php.net PUBLISHING USER EMAIL ON THE INTERNET: http://www.google.co.uk/search?q=sumitphp5%40gmail.comsourceid=navclient-ffie=UTF-8rlz=1B3GGGL_enGB303GB303aq=t On Fri, May 22, 2009 at 11:28 AM, Sumit Sharma sumitp...@gmail.com wrote: Thanks to [0] = Ashley, [1] =Bruce,

Re: [PHP] WHY ARE lists.php.ne USER EMAIL BEING PUBLISH ON THE INTERNET

2009-05-22 Thread Andrew Williams
I have no problem with it at least user email address should be removed off the publication. - Show quoted text - On Fri, May 22, 2009 at 1:21 PM, Per Jessen p...@computer.org wrote: Andrew Williams wrote: WHY IS php-general@lists.php.net PUBLISHING USER EMAIL ON THE INTERNET: http

[PHP] [PHP ADVANCE] tcp CLIENT server connection and authentication

2009-05-13 Thread Andrew Williams
Hi All, please, I need to connect to IP via a specific port en validate my user name and password to get data. Port : XXX7X Internet ip 195.19.XX.1XX please can some help with the idea of achieving it in php. please see the format below: [*Session Initialization* A session begins

[PHP] Re: [PHP ADVANCE] tcp CLIENT server connection and authentication

2009-05-13 Thread Andrew Williams
Hi, http://php.net/stream_socket_client does not have the option to supply authentication details and how do you supply that. On Wed, May 13, 2009 at 12:22 PM, Nathan Rixham nrix...@gmail.com wrote: Andrew Williams wrote: Hi All, please, I need to connect to IP via a specific port en

Re: [PHP] Sending SMS through website

2009-05-13 Thread Andrew Williams
http://google.com/search?q=open+source+sms+gateway On Wed, May 13, 2009 at 3:36 PM, Thodoris t...@kinetix.gr wrote: Hi All, Does anyone know how to send sms through a php website. I am completely new to the requirement and don't know even the pre-requisite of doing it. You can also drop

[PHP] [php] tcp server connection

2009-05-12 Thread Andrew Williams
Can someone help me about how to retrieve data using TCP server connection -- Best Wishes A Williams

[PHP] date time late or lagging

2009-04-28 Thread Andrew Williams
hi all, $dateNow = date('Y-m-d H:i:s'); echo pstrong.$dateNow ./strong/p; can some see why the date time is lagging or late by 30 minutes from the server time even when server time are correct

Re: [PHP] date time late or lagging RESOLVED

2009-04-28 Thread Andrew Williams
On Tue, Apr 28, 2009 at 3:45 PM, Andrew Williams andrew4willi...@gmail.comwrote: hi all, $dateNow = date('Y-m-d H:i:s'); echo pstrong.$dateNow ./strong/p; can some see why the date time is lagging or late by 30 minutes from the server time even when server time are correct -- Best

[PHP] [php] graph with two or more input display

2009-04-24 Thread Andrew Williams
Hi All, Does anyone know of any php grahp that will enable you to show/analyse more than one inputs like price versus time? -- Best Wishes Andrew Williams willandy.co.uk

[PHP] [php] embedding excel chart/graph

2009-04-24 Thread Andrew Williams
* I have been to see how to embed excel charts and graph to php code. does any knows how* willandy.co.uk

[PHP] [php] while loop failure

2009-04-06 Thread Andrew Williams
Does any one knows why while loop below ends after few loops when it meant to keep in loop? File name: while_loop_script.php define('run', 0); define('START', 10); while(START run){ $ch = curl_init(mydomain/update_script.php?action=run); curl_exec($ch); curl_close($ch); } using php.exe to

Re: [PHP] [php] while loop failure

2009-04-06 Thread Andrew Williams
Dattaram Rane | Software Engineer | Persistent Systems chetan_r...@persistent.co.in | Cell: +91 94033 66714 | Tel: +91 (0832) 30 79014 Innovation in software product design, development and delivery- www.persistentsys.com -Original Message- From: Andrew Williams [mailto:andrew4willi

Re: [PHP] kill php.exe window

2009-04-06 Thread Andrew Williams
. For instance: php.exe [YOUR COMMAND ARGS] exit Greetings from Germany Marc -- Sync and share your files over the web for free http://bithub.net/ My Twitter feed http://twitter.com/MarcSteinert -- Best Wishes Andrew Williams

[PHP] kill php.exe window

2009-04-06 Thread Andrew Williams
I need to exit php.exe window after completing an assigned task. Does anyone knows how to close, exit, kill or stop the window -- willandy.co.uk

Re: [PHP] [php] while loop failure

2009-04-06 Thread Andrew Williams
of memory a script may consume (128MB) the above setting should allowed script to execute indefinitely. is't it? On Mon, Apr 6, 2009 at 11:29 AM, Andrew Williams andrew4willi...@gmail.comwrote: The php.ini maximum time is set to -1 which is infinity On Mon, Apr 6, 2009 at 11:27 AM, Chetan Rane

Re: [PHP] problem with PHP simplexml and doxygen generated XML

2009-04-05 Thread Andrew Williams
, tag attributes are put into the @attributes section, which must be accsessed with the attributes() function. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Best Wishes Andrew Williams

Re: [PHP] [php] scheduled task in php

2009-04-03 Thread Andrew Williams
script next to php.exe. ie c:\path\to\php.exe myscript.php click on schedule, click on advanced button, check on repeat task, put 4 on every box, and finally click on ok, then apply button. that's it. cheers, virgil http://www.jampmark.com -- Best Wishes Andrew Williams

[PHP]scheduled task in php IN FIREFOX

2009-04-03 Thread Andrew Williams
HOW DO YOU CONFIGURE scheduled task to use firefox instead of Internet Explorer

Re: [PHP]scheduled task in php IN FIREFOX

2009-04-03 Thread Andrew Williams
That is a better idea but the program needs about five minutes to complete. Would that not be a problem? On Fri, Apr 3, 2009 at 2:44 PM, Stuart stut...@gmail.com wrote: Please include the list when replying. 2009/4/3 Andrew Williams andrew4willi...@gmail.com: interval update I'm sorry

[PHP] XML data extraction

2009-04-02 Thread Andrew Williams
Best All, How can you best and accurately extract XLM data to DB table. e.g.: EXCHANGE_LIST AMOUNT=3 - EXCHANGE ID_EXCHANGE20/ID_EXCHANGE CODE_EXCHANGEFRA/CODE_EXCHANGE NAME_EXCHANGEFrankfurt/NAME_EXCHANGE /EXCHANGE - EXCHANGE ID_EXCHANGE28/ID_EXCHANGE CODE_EXCHANGELSE/CODE_EXCHANGE

[PHP] [php] scheduled task in php

2009-04-02 Thread Andrew Williams
All, Please how can you run a timed php script file via window scheduled task. or how can u execute a php script on a a time interval for instance every 4minutes -- Best Wishes Andrew Williams

Re: [PHP] [php] scheduled task in php

2009-04-02 Thread Andrew Williams
. Solution please On Thu, Apr 2, 2009 at 4:58 PM, Andrew Williams andrew4willi...@gmail.comwrote: On Thu, Apr 2, 2009 at 2:06 PM, Virgilio Quilario virgilio.quila...@gmail.com wrote: Please how can you run a timed php script file via window scheduled task. or how can u execute a php

[PHP] time() TIMER in seconds or just numbers

2009-03-30 Thread Andrew Williams
what does time(); $t1 = time(); { do something } $t2 = time(); $end_time = $t2 - $t1; echo $end_time; what does $end_time represent? how do you determine the next 5 mins? -- Best Wishes willandy.co.uk

[PHP] WHILE LOOP PROBLEM

2009-03-27 Thread Andrew Williams
can some tell why the below loop stop running after some time. $start=10; const run=0; while($start run){ //do somthing } -- Best Wishes Andrew Williams

[PHP] how to make multiple sql run faster

2009-03-21 Thread Andrew Williams
Hi all, I am inserting more than 5000 rows into sql database but its taking more than 30 mins to get it all the data inserted. I use union to insert multiple rows of 20 at a time. What is the best way to make insert sql statement run faster -- andrew www.willandy.co.uk

[PHP] how to make for statement run faster

2009-03-20 Thread Andrew Williams
I have a program where I process more that 5000 list of 100 data at time but it very slow due to many *for statement*s. how you make it run faster -- best www.willandy.co.uk

Re: [PHP] web refreshing problem

2009-03-09 Thread Andrew Williams
. it will just tell the browser not to cache the html output. Virgil http://www.jampmark.com On Mon, Mar 9, 2009 at 11:03 PM, Andrew Williams and...@stocksignals.com wrote: part of the program needs to store data data on he catch memory. would that be a problem? On Mon, Mar 9, 2009 at 2:57 PM

Re: [PHP] Backend autodatabase update

2009-03-08 Thread Andrew Williams
hours a day On Sat, Mar 7, 2009 at 11:02 PM, 9el le...@phpxperts.net wrote: cronjob or deamon to execute the php file On Sun, Mar 8, 2009 at 4:56 AM, Andrew Williams andrew4willi...@gmail.com wrote: Dear All, I have written a back end php program that update live stream database

Re: [PHP] Backend autodatabase update

2009-03-08 Thread Andrew Williams
: cronjob or deamon to execute the php file On Sun, Mar 8, 2009 at 4:56 AM, Andrew Williams andrew4willi...@gmail.comwrote: Dear All, I have written a back end php program that update live stream database and this data is streamed 24 hours a day. Please, what is the best way to make

[PHP] web refreshing problem

2009-03-08 Thread Andrew Williams
Hi, my php program does not display current result of submitted form instead the previous content is shown until you refresh manually (which means resubmitting the form). Can someone help me out because, I want to display the result of the latest form result and not the old one. I am using

[PHP] Backend autodatabase update

2009-03-07 Thread Andrew Williams
Dear All, I have written a back end php program that update live stream database and this data is streamed 24 hours a day. Please, what is the best way to make sure this program execute or runs 24 hours day. Best Wishes Andrew Williams www.willandy.co.uk

[PHP] [PHP]: php validate user password

2009-02-09 Thread Andrew Williams
Hi, Can some body help out on how to validate user password from the database? Thanks Andrew

Fwd: [PHP] Interface OOP

2009-02-09 Thread Andrew Williams
) { $this -validate = connect to externalServerObject($pwd, $acc, $customerAcc); } *GetLoginSession()* { return $this -validate; } } Andrew Williams http//www.willandy.co.uk -- Best Wishes Andrew Williams

[PHP] sqlsrv vs Mssql

2009-02-09 Thread Andrew Williams
Hi, Can somebody help me with why I have communication problem using MSSQL with SQLserver 2005. Instead I am now using SQLSRV -- Best Wishes Andrew Williams -- Best Wishes Andrew Williams

Re: [PHP] sqlsrv vs Mssql

2009-02-09 Thread Andrew Williams
MSsql unable to connect to the SQLserver2005 but not SQLserver2008 On Mon, Feb 9, 2009 at 6:11 PM, Andrew Williams andrew4willi...@gmail.comwrote: Hi, Can somebody help me with why I have communication problem using MSSQL with SQLserver 2005. Instead I am now using SQLSRV -- Best Wishes

Re: [PHP] Get Money Fast with the Government Grants

2009-01-27 Thread Andrew Williams
have the maillist software require people to register before posting? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Best Wishes Andrew Williams --- 31 Davies Street W1K 4LP, London, UK www.NetPosten.dk

[PHP] Session problem

2003-01-01 Thread Andrew Williams
with the same session ID ; always using URL stored in browser's history or bookmarks. session.use_trans_sid = 0 url_rewriter.tags = a=href,area=href,frame=src,input=src,form=fakeentry Andrew Williams Sales Engineer people telecom Contacts: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Direct

[PHP] Session Problem

2003-01-01 Thread Andrew Williams
of this still not happy. Thanks Andrew Andrew Williams Sales Engineer people telecom Contacts: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Direct Tel: (02) 9458 5861 Mobile: 0403 479 990 Reception: (02) 9458 5888 Facsimile: (02) 9458 5858 Customer Service

Re: [PHP] Session Problem

2003-01-01 Thread Andrew Williams
I started it and yes I am still here and listing to your comments. Thanks Justin for keeping things simple for this simpleton. Ill try your suggestion in a little while Mike, I also at work at the moment and need to slip some of this stuff in whilst I am working. I will keep you posted as to

RE: [PHP] Session Problem

2003-01-01 Thread Andrew Williams
Mike, This the result Array ( [theSess] = This is my session ) Andrew -Original Message- From: Michael J. Pawlowsky [mailto:[EMAIL PROTECTED]] Sent: Thursday, 2 January 2003 12:07 To: [EMAIL PROTECTED] Subject: Re: [PHP] Session Problem OK let me give him something simpler to

RE: [PHP] Session Problem

2003-01-01 Thread Andrew Williams
Options-Privacy Tab Advanced... Prompt and override defaults... The take away the ?PHPSESSID=$sessid from the a href in page1. Post the cookie details here. *** REPLY SEPARATOR *** On 02/01/2003 at 12:32 PM Andrew Williams wrote: Mike, This the result Array ( [theSess

RE: [PHP] Session Problem

2003-01-01 Thread Andrew Williams
(what version)? Start with a fresh browser.. meaning close all browser windows and the start up your browser again. We need to see if the problem is setting the cookie or reading it. Mike *** REPLY SEPARATOR *** On 02/01/2003 at 12:56 PM Andrew Williams wrote: Mike, results