[PHP] Session problem

2003-01-01 Thread Andrew Williams
ory 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 Tel: (02) 9458 5861 Mobile: 0403 479 990

[PHP] Session Problem

2003-01-01 Thread Andrew Williams
continue using the session >session_start(); >// show the variable's value >echo "My favourite colour is... ".$_SESSION['my_favourite_colour']; >?> Changed all of this still not happy. Thanks Andrew Andrew Williams Sales Engineer

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 the

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 s

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 > &g

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: >M

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

2009-01-27 Thread Andrew Williams
spam, can't we 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] [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 wrote: > Hi, > > Can somebody help me with why I have communication problem using MSSQL with > SQLserver 2005. Instead I am now using SQLSRV > > -- > Best Wis

[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

Re: [PHP] Backend autodatabase update

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

Re: [PHP] Backend autodatabase update

2009-03-08 Thread Andrew Williams
M, 9el wrote: > >> cronjob or deamon to execute the php file >> >> >> On Sun, Mar 8, 2009 at 4:56 AM, Andrew Williams >> wrote: >> >> > Dear All, >> > >> > I have written a back end php program that update live stream database >&g

[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 apach

Re: [PHP] web refreshing problem

2009-03-09 Thread Andrew Williams
t;> >>> > >> >>> Hi Nathan, > >> >>> > >> >>> Most likely your is using POST method and your browser is > >> >>> caching the page. > >> > >> > >> >yes my form is using post method but how do you stop catching the page > >> > >> hi Andrew, > >> > >> use the code below. it is from this page > >> http://www.php.net/header > >> look for "Example #2 Caching directives". > >> > >> >> header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 > >> header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); // Date in the past > >> ?> > >> > >> to be sure, put them as the first 2 lines at the top. > >> > >> Virgil > >> http://www.jampmark.com > >> > >> -- > >> PHP General Mailing List (http://www.php.net/) > >> To unsubscribe, visit: http://www.php.net/unsub.php > >> > > > > > > > > -- > > Best Wishes > > Andrew Williams > > > > > > > -- Best Wishes Andrew Williams

[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

[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] 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] 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] 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.: - 20 FRA Frankfurt - 28 LSE London Stock Exchange - 226 GER Xetra www.willandy.co.uk

[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 wrote: > > > 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 >&g

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

2009-04-03 Thread Andrew Williams
7;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 wrote: > Please include the list when replying. > > 2009/4/3 Andrew Williams : > > interval update > > I'm sorry, a

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

2009-04-05 Thread Andrew Williams
> > What about first stripping out the @ characters with str_replace and > > then attempting to load the XML? Maybe run it thru a few to do the > > best possible clean up? > > > > Bastien > > > > Found out what I was doing wrong, the problem has nothing to do with the > XML code, 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

[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
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: Andr

Re: [PHP] kill php.exe window

2009-04-06 Thread Andrew Williams
g "& exit" to your command. 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
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 wrote: > The php.ini maximum time is set to -1 which is infinity > > > On Mon, Apr 6, 2009 at 11:27 AM, Chetan Rane >

[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] date time late or lagging

2009-04-28 Thread Andrew Williams
hi all, $dateNow = date('Y-m-d H:i:s'); echo "".$dateNow .""; 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 wrote: > hi all, > > $dateNow = date('Y-m-d H:i:s'); > echo "".$dateNow .""; > > can some see why the date time is lagging or late by 30 minutes from the > server time even when server time a

[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] [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 wit

[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 wrote: > Andrew Williams wrote: > >> Hi All, >> >> please, I need to connect to IP via a spec

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 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 in

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.com&sourceid=navclient-ff&ie=UTF-8&rlz=1B3GGGL_enGB303GB303&aq=t On Fri, May 22, 2009 at 11:28 AM, Sumit Sharma wrote: > Thanks to [0] => Ashley, [1] =>Bruce, [2] => Michae

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 wrote: > Andrew Williams wrote: > > > WHY IS php-general@lists.php.net PUBLISHING USER EMAIL ON THE > > INTERNET

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] 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 cl