Re: [PHP] /tmp/directory

2013-07-22 Thread Matijn Woudt
On Mon, Jul 22, 2013 at 5:20 PM, Tedd Sperling t...@sperling.com wrote: Hi gang: I should know this, but I don't. Where is the /tmp/ directory? You see, I have a client where his host has apparently changed the /tmp/ directory permissions such that old php/mysql scripts cannot write

Re: [PHP] How to extract php source code from joomla

2013-07-22 Thread Ashley Sheridan
, or not? At this point, I agree, your best option is probably a CMS with plugins, because 20 days is not much time to build that sort of thing, and that's coming from someone who develops in PHP for a living. Thanks, Ash http://www.ashleysheridan.co.uk

Re: [PHP] /tmp/directory

2013-07-22 Thread Tedd Sperling
/ directory permissions such that old php/mysql scripts cannot write to the /tmp/ directory anymore -- they did at one time. So, how do I fix it? Cheers, tedd Switch host? /tmp is required by the FHS and POSIX standards (writable for any user), any host changing that should have

Re: [PHP] How to extract php source code from joomla

2013-07-22 Thread Tedd Sperling
, Catalog of products, payment gateway , user login and user activity log . project Two : Implementing of a B2B sell-side portal with negotiation mechanism. As I am familiar with php and My.SQL and I have only 20 days to complete those projects ! I thought it's better to use Joomla

[PHP] How to extract php source code from joomla

2013-07-22 Thread elk dolk
I study for MSc degree at university.  Are you in an advanced class?

php-general Digest 21 Jul 2013 19:46:44 -0000 Issue 8305

2013-07-21 Thread php-general-digest-help
php-general Digest 21 Jul 2013 19:46:44 - Issue 8305 Topics (messages 321665 through 321665): Re: strip_tags 321665 by: Matijn Woudt Administrivia: To subscribe to the digest, e-mail: php-general-digest-subscr...@lists.php.net To unsubscribe from the digest, e-mail

Re: [PHP] query order issue

2013-07-21 Thread Jim Lucas
... if ((isset($_POST[do-update])) ($_POST[do-update] == update)) { ---do update query--- echo 'meta http-equiv=refresh content=0; url=gohere.php'; By your description of what you think should be happening in the line above, my suggestion to would be to look at the header() function in PHP. It can

Re: [PHP] strip_tags

2013-07-21 Thread Matijn Woudt
). From the manual: allowable_tags You can use the optional second parameter to specify tags which should not be stripped. Note: HTML comments and PHP tags are also stripped. This is hardcoded and can not be changed with allowable_tags. Note: This parameter should not contain whitespace

php-general Digest 20 Jul 2013 16:21:53 -0000 Issue 8303

2013-07-20 Thread php-general-digest-help
php-general Digest 20 Jul 2013 16:21:53 - Issue 8303 Topics (messages 321651 through 321658): Re: PHP and Powershell 321651 by: Alan Loos 321653 by: Serge Fonville 321654 by: Alan Loos 321655 by: Serge Fonville 321656 by: Tedd Sperling 321657

[PHP] query order issue

2013-07-20 Thread dealTek
Hi all, I have a page that starts with several mysql sql query searches and displays data below... then I added a form (with hidden line do-update value UPDATE) on the same page with action to same page... then above other sql queries - I put... if ((isset($_POST[do-update]))

[PHP] strip_tags

2013-07-20 Thread Tedd Sperling
know these are depreciated, but my client wants them anyway). Cheers, tedd _ t...@sperling.com http://sperling.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: query order issue

2013-07-20 Thread Jim Giner
that the value clause was 'UPDATE' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: query order issue

2013-07-20 Thread Jim Giner
that the value clause was 'UPDATE' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] strip_tags

2013-07-20 Thread Frank Arensmeier
do you strip all tags, but leave some tags (such as b, i, and u -- I know these are depreciated, but my client wants them anyway). From the manual: allowable_tags You can use the optional second parameter to specify tags which should not be stripped. Note: HTML comments and PHP tags are also

Re: [PHP] strip_tags

2013-07-20 Thread Tedd Sperling
to specify tags which should not be stripped. Note: HTML comments and PHP tags are also stripped. This is hardcoded and can not be changed with allowable_tags. Note: This parameter should not contain whitespace. strip_tags() sees a tag as a case-insensitive string between and the first

Re: [PHP] I am completely lost and need an advice (beginner)

2013-07-19 Thread Tamara Temple
On Jul 18, 2013, at 12:28 PM, Daniel Brown danbr...@php.net wrote: On Thu, Jul 18, 2013 at 3:08 PM, php colos phpco...@gmail.com wrote: Hello world! I'm trying to learn PHP ( first programming language that I learn) and I feel kinda lost. I've read PHP programming 3rd edition( O'reilly

Re: [PHP] pass parameter from client to server

2013-07-19 Thread Tamara Temple
...@sperling.com wrote: One additional comment. Please change the javascript onclick to onchange -- that way the demo will work for Chrome as well as other Browsers. Cheers, tedd _ t...@sperling.com http://sperling.com -- PHP General Mailing List (http

Re: [PHP] PHP and Powershell

2013-07-19 Thread Serge Fonville
Hi, Although this is more powershell related than PHP... When Powershell returns an object, you can pipe the output through Select-Object to get only certain object properties. To better answer your question: First, why do you specify ComputerName as 127.0.0.1 if the credential is already

[PHP] PHP 5.5.1 is now available

2013-07-19 Thread Julien Pauli
Hello, The PHP Development team would like to inform you the immediate availability of PHP 5.5.1. All users are encouraged to upgrade their version. This release includes bug fixes as well as a security fix (Bug #65236). For changes in PHP 5.5.1, please consult the PHP 5 ChangeLog. Release

[PHP] Re: zend framework getIdentity

2013-07-19 Thread Dan Joseph
On Wed, Jul 17, 2013 at 5:54 PM, Dan Joseph dmjos...@gmail.com wrote: Fatal error: Uncaught exception 'Zend_Session_Exception' with message 'Zend_Session::start() - /product/Messenger-dev/Messenger/library/Zend/Session.php(Line:480): Error #2 Class __PHP_Incomplete_Class has no unserializer

RE: [PHP] PHP and Powershell

2013-07-19 Thread Alan Loos
Thank you for your response Serge! The computer name is for the invoke-command, ComputerName has to be specified to tell the computer where the command is to be routed. Since I want this to run locally over PHP I figured that it would be a good way to avoid running a script as I have read

[PHP] Stripe Connect in the UK + PHP Integration.

2013-07-19 Thread Richard Quadling
Hi. Simple question. Has anyone got Stripe Connect, Stripe.js and Stripe PHP SDK operational in the UK. I'm struggling getting the UK Beta to accept a new account/customer set for a UK business or individual, accepting GBP. And I'm in the UK Beta! Any help would be appreciated. Off list

Re: [PHP] PHP and Powershell

2013-07-19 Thread Serge Fonville
-partition-of-partitioned-table 2013/7/19 Alan Loos alan.l...@genco.com Thank you for your response Serge! The computer name is for the invoke-command, ComputerName has to be specified to tell the computer where the command is to be routed. Since I want this to run locally over PHP I

RE: [PHP] PHP and Powershell

2013-07-19 Thread Alan Loos
Loos Cc: php-general@lists.php.net Subject: Re: [PHP] PHP and Powershell How have you determined that invoke-command requires -computername? Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https

Re: [PHP] PHP and Powershell

2013-07-19 Thread Serge Fonville
by return e-mail. ** ** *From:* Serge Fonville [mailto:serge.fonvi...@gmail.com] *Sent:* Friday, July 19, 2013 11:13 AM *To:* Alan Loos *Cc:* php-general@lists.php.net *Subject:* Re: [PHP] PHP and Powershell ** ** How have you determined that invoke-command requires -computername

Re: [PHP] PHP and Powershell

2013-07-19 Thread Tedd Sperling
accordingly. HTH Kind regards/met vriendelijke groet, Serge Fonville --- BIG SNIP --- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] PHP and Powershell

2013-07-19 Thread Alan Loos
to the lastest post to the thread I will snip off some content here. (Sorry first time at this) The ultimate goal is to pull the two variables so I can pass them forward via a PHP script to a MySQL Database. (ie iqn.2013-04.com.widget:Target1 and NotConnected in this case) I believe

php-general Digest 18 Jul 2013 13:43:07 -0000 Issue 8300

2013-07-18 Thread php-general-digest-help
php-general Digest 18 Jul 2013 13:43:07 - Issue 8300 Topics (messages 321624 through 321632): Re: Premature end of script 321624 by: Daniel Brown 321625 by: Jim Giner Error checking ON 321626 by: Tedd Sperling 321627 by: Jim Giner 321628 by: Daniel

php-general Digest 19 Jul 2013 01:53:46 -0000 Issue 8301

2013-07-18 Thread php-general-digest-help
php-general Digest 19 Jul 2013 01:53:46 - Issue 8301 Topics (messages 321633 through 321645): Re: Split/Group date together. 321633 by: Bastien Koert 321634 by: Larry Garfield PHP and Powershell 321635 by: Alan Loos I am completely lost and need an advice (beginner

[PHP] Split/Group date together.

2013-07-18 Thread Karl-Arne Gjersøyen
records for day 16 in one table in PHP/HTML and all records for day 17 in another table. i.e, Day 16 have 5 rows and day 17th and 18th have 7 and 8 rows. I hope for your help and advice to do also this correct. Thank you for your time and effort! Karl

Re: [PHP] Split/Group date together.

2013-07-18 Thread Bastien Koert
' AND dato = '18/7/2013'; This list all reccrds for 3 days. I need a way to split it up for every day even when the requst is as above and don't know in what way I can do it. I like to have all records for day 16 in one table in PHP/HTML and all records for day 17 in another table. i.e, Day 16

Re: [PHP] Split/Group date together.

2013-07-18 Thread Larry Garfield
If I understand you correctly, I call what you're trying to do PHP group by, and did a write up on it a few years back: http://www.garfieldtech.com/blog/php-group-by-with-arrays --Larry Garfield On 7/18/13 8:43 AM, Karl-Arne Gjersøyen wrote: Hello again. In my program I have this: mysql

[PHP] PHP and Powershell

2013-07-18 Thread Alan Loos
Good morning everyone, First time posting in here, although I've been listening in for a few weeks now. So this one has got me stumped, I am fairly new to PHP but I cannot seem to Google through this one. I cannot figure out how to 'exclude' PSComputerName and RunspaceId, which is ultimately

[PHP] I am completely lost and need an advice (beginner)

2013-07-18 Thread php colos
Hello world! I'm trying to learn PHP ( first programming language that I learn) and I feel kinda lost. I've read PHP programming 3rd edition( O'reilly), 'getting good with PHP' by Andrew Burgees and some tutorials on the internet but can't code something more complex than 'hello world'. I do

Re: [PHP] I am completely lost and need an advice (beginner)

2013-07-18 Thread shiplu
On Fri, Jul 19, 2013 at 1:08 AM, php colos phpco...@gmail.com wrote: Am I reading the wrong books for a beginner? Do you just read the book or also do what it says to do? If you just read but dont code along with it, you may not learn anything. After reading a lot of book you'll feel you

Re: [PHP] I am completely lost and need an advice (beginner)

2013-07-18 Thread Daniel Brown
On Thu, Jul 18, 2013 at 3:08 PM, php colos phpco...@gmail.com wrote: Hello world! I'm trying to learn PHP ( first programming language that I learn) and I feel kinda lost. I've read PHP programming 3rd edition( O'reilly), 'getting good with PHP' by Andrew Burgees and some tutorials

Re: [PHP] I am completely lost and need an advice (beginner)

2013-07-18 Thread Carsten Jensen
On 07/18/2013 09:08 PM, php colos wrote: Hello world! I'm trying to learn PHP ( first programming language that I learn) and I feel kinda lost. I've read PHP programming 3rd edition( O'reilly), 'getting good with PHP' by Andrew Burgees and some tutorials on the internet but can't code

Re: [PHP] I am completely lost and need an advice (beginner)

2013-07-18 Thread Sebastian Krebs
2013/7/18 Carsten Jensen to...@tomse.dk On 07/18/2013 09:08 PM, php colos wrote: Hello world! I'm trying to learn PHP ( first programming language that I learn) and I feel kinda lost. I've read PHP programming 3rd edition( O'reilly), 'getting good with PHP' by Andrew Burgees and some

[PHP] pass parameter from client to server

2013-07-18 Thread iccsi
, Regards, Iccsi, -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] pass parameter from client to server

2013-07-18 Thread Daniel Brown
to pass to server? You information and help is great appreciated, Not from PHP unless you pass it via GET or POST, or as a cookie. You may want to look into JavaScript, jQuery, and AJAX for your specific needs, but that all gets beyond the scope of this list. -- /Daniel P. Brown Network

Re: [PHP] pass parameter from client to server

2013-07-18 Thread Tedd Sperling
parameter is server side. Are there any way to read client parameter to pass to server? You information and help is great appreciated, Not from PHP unless you pass it via GET or POST, or as a cookie. You may want to look into JavaScript, jQuery, and AJAX for your specific needs

Re: [PHP] pass parameter from client to server

2013-07-18 Thread Tedd Sperling
One additional comment. Please change the javascript onclick to onchange -- that way the demo will work for Chrome as well as other Browsers. Cheers, tedd _ t...@sperling.com http://sperling.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] pass parameter from client to server

2013-07-18 Thread Joshua Kehn
as well as other Browsers. Cheers, tedd _ t...@sperling.com http://sperling.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

php-general Digest 17 Jul 2013 15:23:04 -0000 Issue 8299

2013-07-17 Thread php-general-digest-help
php-general Digest 17 Jul 2013 15:23:04 - Issue 8299 Topics (messages 321621 through 321623): Re: How to read PHP-FPM config values using phpinfo 321621 by: Daniel 321622 by: Amiya Maji Premature end of script 321623 by: R B Administrivia: To subscribe

[PHP] Premature end of script

2013-07-17 Thread R B
Hello, 5 years ago, y developed a php system and was working fine. But 20 days ago, when y try to access to some pages (not all the pages), in the log appears this message and the page is not displayed: == /usr/local/apache/logs/error_log == [Wed Jul 3 02:36:58 2013] [error] [client 10.30.6.161

Re: [PHP] Premature end of script

2013-07-17 Thread Daniel Brown
On Wed, Jul 17, 2013 at 11:22 AM, R B rbp...@gmail.com wrote: Hello, 5 years ago, y developed a php system and was working fine. But 20 days ago, when y try to access to some pages (not all the pages), in the log appears this message and the page is not displayed: == /usr/local/apache/logs

[PHP] Re: Premature end of script

2013-07-17 Thread Jim Giner
On 7/17/2013 11:22 AM, R B wrote: Hello, 5 years ago, y developed a php system and was working fine. But 20 days ago, when y try to access to some pages (not all the pages), in the log appears this message and the page is not displayed: == /usr/local/apache/logs/error_log == [Wed Jul 3 02:36

[PHP] Error checking ON

2013-07-17 Thread Tedd Sperling
', 'error_log'); Is this: 1. Sufficient? 2. An overkill? 3. OK? 4. OR, better served with this (and provide an example). Cheers, tedd _ t...@sperling.com http://sperling.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Error checking ON

2013-07-17 Thread Jim Giner
settings and take my error messages from the screen. Simpler, quicker. I use an include file that is based upon a switch. When it's on, I set my devl settings, when not, I set my prod settings. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Error checking ON

2013-07-17 Thread Daniel Brown
Derick's Xdebug, mod_top, or performing an strace on either the execution or attached to a process. For nearly all cases, though, that's sufficient without being overkill (except for production cases). -- /Daniel P. Brown Network Infrastructure Manager http://www.php.net/ -- PHP General Mailing List

Re: [PHP] Error checking ON

2013-07-17 Thread Tedd Sperling
. :-) _ t...@sperling.com http://sperling.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Error checking ON

2013-07-17 Thread Jim Lucas
be executed. Therefor they will never do any good. -- Jim Lucas http://www.cmsws.com/ http://www.cmsws.com/examples/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] zend framework getIdentity

2013-07-17 Thread Dan Joseph
Hey Folks, Getting a weird error... Fatal error: Uncaught exception 'Zend_Session_Exception' with message 'Zend_Session::start() - /product/Messenger-dev/Messenger/library/Zend/Session.php(Line:480): Error #2 Class __PHP_Incomplete_Class has no unserializer Array' in

php-general Digest 16 Jul 2013 23:58:16 -0000 Issue 8298

2013-07-16 Thread php-general-digest-help
php-general Digest 16 Jul 2013 23:58:16 - Issue 8298 Topics (messages 321617 through 321620): Kickstarter Project on Massive Log data Aggregation and Processing with Open Source Software 321617 by: Israel Ekpo 321618 by: Daniel Brown Problem with dba_open() on db4 database

[PHP] Problem with dba_open() on db4 database

2013-07-16 Thread Thorsten Göllner
waiting for lock release. But I do not know why ... ?! I am using the following versions: Ubuntu 12.04. LTS (up to date) with PHP 5.3.10-1ubuntu3.6 with Suhosin-Patch Any idea? Thank in advance -Thorsten- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] How to read PHP-FPM config values using phpinfo

2013-07-16 Thread Amiya Maji
Hi all, I am using PHP-FPM with Apache 2.4. I periodically change my php-fpm.conf and reload it by sending USR2 signal to the FPM process. Is there a way to print the updated parameters in FPM using phpinfo(). At present I am not seeing any FPM specific parameters in phpinfo. Any suggestion

Re: [PHP] How to read PHP-FPM config values using phpinfo

2013-07-16 Thread Daniel
Hi there, Just a question, do you have Apache configured to use the PHP-FPM and not the Apache module? That something that people can mess up on. Thanks :) On Wed, Jul 17, 2013 at 9:58 AM, Amiya Maji am...@purdue.edu wrote: Hi all, I am using PHP-FPM with Apache 2.4. I periodically change

Re: [PHP] How to read PHP-FPM config values using phpinfo

2013-07-16 Thread Amiya Maji
Daniel, thanks for asking.  I do have Apache correctly configured to use fpm, in fact, phpinfo shows php-fpm as the cgi module. Only problem is to read (or dump) the Fpm configs from phpinfo. Regards, Amiya. Original message From: Daniel danielx...@gmail.com Date: 07/16

php-general Digest 15 Jul 2013 08:21:53 -0000 Issue 8296

2013-07-15 Thread php-general-digest-help
php-general Digest 15 Jul 2013 08:21:53 - Issue 8296 Topics (messages 321612 through 321613): Re: COM - Assigning to method. 321612 by: Andrew Ballard 321613 by: Adam Nicholls Administrivia: To subscribe to the digest, e-mail: php-general-digest-subscr

php-general Digest 15 Jul 2013 21:26:50 -0000 Issue 8297

2013-07-15 Thread php-general-digest-help
php-general Digest 15 Jul 2013 21:26:50 - Issue 8297 Topics (messages 321614 through 321616): Re: COM - Assigning to method. 321614 by: Pøemysl Fiala 321615 by: Andrew Ballard Urgent Requirement - PHP Senior Developer / Seasoned Trainer 321616 by: Nitin Sathawane

Re: [PHP] COM - Assigning to method.

2013-07-15 Thread Adam Nicholls
Hi Andrew Thanks for this. But I'm still getting errors. I think I need to explain a bit more. Unfortunately there isn't a PHP API for this application I'm trying to interact with, my goal really is to be able to expose the COM functionality over a web-service such as SOAP so I can use

Re: [PHP] COM - Assigning to method.

2013-07-15 Thread Přemysl Fiala
for this. But I'm still getting errors. I think I need to explain a bit more. Unfortunately there isn't a PHP API for this application I'm trying to interact with, my goal really is to be able to expose the COM functionality over a web-service such as SOAP so I can use it in a CMS. The application I'm

Re: [PHP] COM - Assigning to method.

2013-07-15 Thread Andrew Ballard
On Mon, Jul 15, 2013 at 4:21 AM, Adam Nicholls inkysp...@gmail.com wrote: Hi Andrew Thanks for this. But I'm still getting errors. I think I need to explain a bit more. Unfortunately there isn't a PHP API for this application I'm trying to interact with, my goal really is to be able

[PHP] Urgent Requirement - PHP Senior Developer / Seasoned Trainer

2013-07-15 Thread Nitin Sathawane
Dear All, AIT Learning (American Institute of Technology) is passionate about imparting hands on training (2 months boot camp) on PHP. We are expanding and looking for brilliant and self driven PHP developers / trainers who are passionate about teaching as us and have hunger to make an impact

[PHP] Kickstarter Project on Massive Log data Aggregation and Processing with Open Source Software

2013-07-15 Thread Israel Ekpo
Hi Everyone, I just launched a Kickstarter project that will fund the creation of a course on how to aggregate, process, search and visualize massive log data using open source software. I believe some of the folks on the user mailing list would find this helpful. Web applications do generate a

Re: [PHP] Kickstarter Project on Massive Log data Aggregation and Processing with Open Source Software

2013-07-15 Thread Daniel Brown
On Jul 15, 2013 11:29 PM, Israel Ekpo israele...@gmail.com wrote: Hi Everyone, [snip!] No. Good luck with your endeavor, but please do not broadcast it to this list.

php-general Digest 14 Jul 2013 19:18:53 -0000 Issue 8295

2013-07-14 Thread php-general-digest-help
php-general Digest 14 Jul 2013 19:18:53 - Issue 8295 Topics (messages 321611 through 321611): Re: COM - Assigning to method. 321611 by: Adam Nicholls Administrivia: To subscribe to the digest, e-mail: php-general-digest-subscr...@lists.php.net To unsubscribe from

Re: [PHP] COM - Assigning to method.

2013-07-14 Thread Adam Nicholls
(BANK_fld_BANK) = Bank of the Nation .Fields(BANK_fld_BRANCH_NAME) = State Street Branch End With oBank.Save - Obviously in PHP is isn't possible to assign to a method in this way (thats what

Re: [PHP] COM - Assigning to method.

2013-07-14 Thread Andrew Ballard
- Obviously in PHP is isn't possible to assign to a method in this way (thats what parameters are for!) So I'm at a bit of a loose end. I'm wondering if anyone else has come across this? Or am I missing something obvious in PHP's implementation of the COM

php-general Digest 13 Jul 2013 16:11:33 -0000 Issue 8294

2013-07-13 Thread php-general-digest-help
php-general Digest 13 Jul 2013 16:11:33 - Issue 8294 Topics (messages 321610 through 321610): Re: COM - Assigning to method. 321610 by: Richard Quadling Administrivia: To subscribe to the digest, e-mail: php-general-digest-subscr...@lists.php.net To unsubscribe from

Re: [PHP] COM - Assigning to method.

2013-07-13 Thread Richard Quadling
(BANK_fld_ACCOUNT_NO) = 12345 .Fields(BANK_fld_BANK) = Bank of the Nation .Fields(BANK_fld_BRANCH_NAME) = State Street Branch End With oBank.Save - Obviously in PHP is isn't

php-general Digest 12 Jul 2013 08:52:42 -0000 Issue 8292

2013-07-12 Thread php-general-digest-help
php-general Digest 12 Jul 2013 08:52:42 - Issue 8292 Topics (messages 321607 through 321608): PHP 5.3.27 Released - PHP 5.3 Reaching End of Life 321607 by: Johannes Schlüter COM - Assigning to method. 321608 by: Adam Nicholls Administrivia: To subscribe to the digest, e

php-general Digest 13 Jul 2013 00:24:29 -0000 Issue 8293

2013-07-12 Thread php-general-digest-help
php-general Digest 13 Jul 2013 00:24:29 - Issue 8293 Topics (messages 321609 through 321609): Re: COM - Assigning to method. 321609 by: Andrew Ballard Administrivia: To subscribe to the digest, e-mail: php-general-digest-subscr...@lists.php.net To unsubscribe from

[PHP] COM - Assigning to method.

2013-07-12 Thread Adam Nicholls
With oBank.Save - Obviously in PHP is isn't possible to assign to a method in this way (thats what parameters are for!) So I'm at a bit of a loose end. I'm wondering if anyone else has come across this? Or am I missing

Re: [PHP] COM - Assigning to method.

2013-07-12 Thread Andrew Ballard
.Fields(BANK_fld_BRANCH_NAME) = State Street Branch End With oBank.Save - Obviously in PHP is isn't possible to assign to a method in this way (thats what parameters are for!) So I'm at a bit

php-general Digest 11 Jul 2013 14:35:03 -0000 Issue 8291

2013-07-11 Thread php-general-digest-help
php-general Digest 11 Jul 2013 14:35:03 - Issue 8291 Topics (messages 321587 through 321606): Re: syntax question 321587 by: Pøemysl Fiala 321588 by: Jim Giner Hmmm.. I think I need your advice here to get in correct direction... 321589 by: Karl-Arne Gjersøyen

Re: [PHP] strlen ?

2013-07-11 Thread Caio Tavares
and counted the chars - there is no extra space at the beginning or end in my table. Anyone have an explanation? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP 5.3.27 Released - PHP 5.3 Reaching End of Life

2013-07-11 Thread Johannes Schlüter
The PHP development team announces the immediate availability of PHP 5.3.27. About 10 bugs were fixed, including a security fix in the XML parser (Bug #65236). Please Note: This will be the last regular release of the PHP 5.3 series. All users of PHP are encouraged to upgrade to PHP 5.4 or PHP

php-general Digest 10 Jul 2013 11:15:30 -0000 Issue 8290

2013-07-10 Thread php-general-digest-help
php-general Digest 10 Jul 2013 11:15:30 - Issue 8290 Topics (messages 321584 through 321586): Re: Making a Timeout Expiration Length to Session Variables 321584 by: Karim Geiger Re: htaccess 321585 by: Tim Streater syntax question 321586 by: Jim Giner

[PHP] syntax question

2013-07-10 Thread Jim Giner
Can someone tell me what this syntax is? I looked around but don't see any mention of it. while(condition) : (statement); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] syntax question

2013-07-10 Thread Přemysl Fiala
of it. while(condition) : (statement); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] syntax question

2013-07-10 Thread Jim Giner
Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Hmmm.. I think I need your advice here to get in correct direction...

2013-07-10 Thread Karl-Arne Gjersøyen
I am almost ready with my learning project in PHP/MySQL. I can register new product in stock. Add and increase the number and weight. I can move products between different storehouses I can also transfer products from store and onto a truck document but that's it and here I need some advice. I

[PHP] Fwd: Hmmm.. I think I need your advice here to get in correct direction...

2013-07-10 Thread Karl-Arne Gjersøyen
Sorry, the first mail in this subject run out for me. This is an updated one. I am almost ready with my learning project in PHP/MySQL. I can register new product in stock. Add and increase the number and weight. I can move products between different storehouses I can also transfer products from

[PHP] Re: Hmmm.. I think I need your advice here to get in correct direction...

2013-07-10 Thread Jim Giner
On 7/10/2013 8:30 AM, Karl-Arne Gjersøyen wrote: I am almost ready with my learning project in PHP/MySQL. I can register new product in stock. Add and increase the number and weight. I can move products between different storehouses I can also transfer products from store and onto a truck

[PHP] Re: Fwd: Hmmm.. I think I need your advice here to get in correct direction...

2013-07-10 Thread Jim Giner
On 7/10/2013 8:37 AM, Karl-Arne Gjersøyen wrote: Sorry, the first mail in this subject run out for me. This is an updated one. I am almost ready with my learning project in PHP/MySQL. I can register new product in stock. Add and increase the number and weight. I can move products between

Re: [PHP] Re: Fwd: Hmmm.. I think I need your advice here to get in correct direction...

2013-07-10 Thread Karl-Arne Gjersøyen
2013/7/10 Jim Giner jim.gi...@albanyhandball.com On 7/10/2013 8:37 AM, Karl-Arne Gjersøyen wrote: Sorry, the first mail in this subject run out for me. This is an updated one. I am almost ready with my learning project in PHP/MySQL. I can register new product in stock. Add and increase

Re: [PHP] Re: Fwd: Hmmm.. I think I need your advice here to get incorrect direction...

2013-07-10 Thread Jim Giner
On 7/10/2013 9:07 AM, Karl-Arne Gjersøyen wrote: 2013/7/10 Jim Giner jim.gi...@albanyhandball.com On 7/10/2013 8:37 AM, Karl-Arne Gjersøyen wrote: Sorry, the first mail in this subject run out for me. This is an updated one. I am almost ready with my learning project in PHP/MySQL. I can

Re: [PHP] Re: Fwd: Hmmm.. I think I need your advice here to get in correct direction...

2013-07-10 Thread Lester Caine
://rainbowdigitalmedia.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Fwd: Hmmm.. I think I need your advice here to get in correct direction...

2013-07-10 Thread Karl-Arne Gjersøyen
2013/7/10 Lester Caine les...@lsces.co.uk Karl-Arne Gjersøyen wrote: // start the table $total = 0; echo table border=1; echo trthProduct/ththAmount/th/tr; // loop thru each item found while ($results = $qrslts-fetch(PDO::FETCH_ASSOC)) { echo

[PHP] Query regarding temporarily-uploaded files

2013-07-10 Thread Ajay Garg
move_uploaded_file) Also, I have been able to get the simple file uploading running via PHP, by picking up one of the numerous Hello World examples available :) Now, I am facing the following use-case :: 1) User 1 starts uploading a large file, say big_file.avi. 2) Meanwhile, user 2 also starts

[PHP] Re: Query regarding temporarily-uploaded files

2013-07-10 Thread Jim Giner
from the temporary location, via move_uploaded_file) Also, I have been able to get the simple file uploading running via PHP, by picking up one of the numerous Hello World examples available :) Now, I am facing the following use-case :: 1) User 1 starts uploading a large file, say big_file.avi

Re: [PHP] Query regarding temporarily-uploaded files

2013-07-10 Thread Matijn Woudt
stored finally (that is, after being copied from the temporary location, via move_uploaded_file) Also, I have been able to get the simple file uploading running via PHP, by picking up one of the numerous Hello World examples available :) Now, I am facing the following use-case :: 1) User 1

Re: [PHP] Query regarding temporarily-uploaded files

2013-07-10 Thread Ajay Garg
uploading running via PHP, by picking up one of the numerous Hello World examples available :) Now, I am facing the following use-case :: 1) User 1 starts uploading a large file, say big_file.avi. 2) Meanwhile, user 2 also starts uploading a (different) file, but with the same name

Re: [PHP] Query regarding temporarily-uploaded files

2013-07-10 Thread Jim Giner
been able to get the simple file uploading running via PHP, by picking up one of the numerous Hello World examples available :) Now, I am facing the following use-case :: 1) User 1 starts uploading a large file, say big_file.avi. 2) Meanwhile, user 2 also starts uploading a (different) file

Re: [PHP] Query regarding temporarily-uploaded files

2013-07-10 Thread Ajay Garg
finally (that is, after being copied from the temporary location, via move_uploaded_file) Also, I have been able to get the simple file uploading running via PHP, by picking up one of the numerous Hello World examples available :) Now, I am facing the following use-case :: 1

Re: [PHP] Query regarding temporarily-uploaded files

2013-07-10 Thread Jim Giner
get stored finally (that is, after being copied from the temporary location, via move_uploaded_file) Also, I have been able to get the simple file uploading running via PHP, by picking up one of the numerous Hello World examples available :) Now, I am facing the following use-case :: 1) User 1

Re: [PHP] Query regarding temporarily-uploaded files

2013-07-10 Thread Anthony Wlodarski
finally (that is, after being copied from the temporary location, via move_uploaded_file) Also, I have been able to get the simple file uploading running via PHP, by picking up one of the numerous Hello World examples available :) Now, I am facing the following use-case :: 1) User

Re: [PHP] Query regarding temporarily-uploaded files

2013-07-10 Thread Bastien
it or sending it back to the user. You should also place all files outside the web root so it's harder to execute bad files. And prolly filter for files types. Allow only images ( png jpg gif ) for example Bastien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Making a Timeout Expiration Length to Session Variables

2013-07-08 Thread Karim Geiger
to implement this functionality? You can either use cookies or do something like that: http://stackoverflow.com/questions/3068744/php-session-timeout In your case is would be if ($_SESSION['timeout'] + 5 * 60 time()) { // session timed out } else { // session ok } Karim -- Karim Geiger

<    3   4   5   6   7   8   9   10   11   12   >