[PHP] Re: windows files and folders permission

2013-08-23 Thread Carlos Medina
Hola Emiliano, i think you should to redefine your question because i can not understand what you want. Please post parts of the code, examples, errors, etc. regards Carlos Medina Am 23.08.2013 06:28, schrieb Emiliano Boragina: Night everyone, I did a upload page and when upload a JPG file

[PHP] Re: Fwd: Is it possible???

2013-06-24 Thread Carlos Medina
Hi Karl, i dont know what you want to do. But i can say: The $item_amount_in_store variable is not the same to $item_amount_in_Store (case sensitive). It work for me... Regards Carlos Medina Am 24.06.2013 14:02, schrieb Karl-Arne Gjersøyen: Error in my last post This is corrected

Re: [PHP] Fwd: Is it possible???

2013-06-24 Thread Carlos Medina
Amen! Am 24.06.2013 18:17, schrieb Maciek Sokolewicz: On 24-6-2013 14:27, n...@nobswolf.info wrote: You should give a complete programm so we can run exactly the same you do, like this: ?php $item_amount_in_store = 223; print ($item_amount_in_store); Please please please please

[PHP] Re: scandir doesn't find all files

2013-06-23 Thread Carlos Medina
Hi, check the permissions: if the server can access to files or create files if the FTP creates the files with the right permission if a script is running, check if the script can creates the files with the right permission Regards Carlos Medina Am 22.06.2013 21:10, schrieb Daniel Pöllmann

[PHP] Re: XML to Array

2013-03-10 Thread Carlos Medina
Hi, use https://github.com/theseer/fDOMDocument. You can install it over PEAR. You can use it like $xml = 'xmlroottest id=my_id /'; $dom = new fDOMDocument(); $dom-loadXML($xml); // get attribute $elementNode = $dom-queryOne('//test[@id=my_id]'); echo $elementNode-nodeValue; Greetings Carlos

[PHP] Re: Using PEAR and PHP

2012-08-25 Thread Carlos Medina
Hi Suraj, take my advice: read the Manual! Greets Carlos Am 23.08.2012 19:42, schrieb Suraj Shah: Hi. I am currently working on a website which uses PHP as an integral programming language as part of it. I am trying to replicate the website’s contents from one ftp server to another

[PHP] Re: set up mass virtual hosting with apache/nginx and PHP ... best practice2012?

2012-08-25 Thread Carlos Medina
Hi, Read the Apache and PHP Documentation, if you have any questions after this. write again... Greets Carlos Am 22.08.2012 01:26, schrieb D. Dante Lorenso: All, I need to set up a server to enable 5,000 students to have web hosting provided by the school with PHP and MySQL support.

Re: RES: [PHP] XML/PHP web service

2012-08-09 Thread Carlos Medina
Hi, the two options offers here are ok. But please make it secure! Regards Carlos Am 09.08.2012 14:38, schrieb Alejandro Michelin Salomon: Philip : Try this: Client: $client = new SoapClient( null, array( 'encoding' = 'utf-8', 'soap_version' = SOAP_1_2, 'trace' = 1,

[PHP] Re: SOAP

2012-01-18 Thread Carlos Medina
Am 17.01.2012 11:55, schrieb DPRJ Sistemas (OK Cosméticos): Hello! I am looking for some help on Web Services (SOAP) client. Is there anyone here who has already worked with such client? Thank you Deleo Yes Me Regards Carlos Medina -- PHP General Mailing

[PHP] Re: String is not zero-terminated in zend_execute_API.c

2011-10-21 Thread Carlos Medina
Am 21.10.2011 08:49, schrieb Daniel Betz: Hello List, i am running PHP 5.3.8-FPM (with ondemand patch) in debug mode and got this error every time I post an reply in vBulletin Board: Warnung: String is not zero-terminated (Z.ý4 ý4 ú}µóU)

Re: [PHP] Warning: Cannot modify header information - headers alreadysent by - classic

2011-05-20 Thread Carlos Medina
Am 20.05.2011 10:38, schrieb shiplu: On Fri, May 20, 2011 at 1:45 AM, Marc Guaymarc.g...@gmail.com wrote: Hi folks, I'm running some code locally which should produce this fun error we all know and love: Warning: Cannot modify header information - headers already sent by... but does not.

[PHP] Re: PHP Error logging

2011-01-18 Thread Carlos Medina
Am 18.01.2011 01:33, schrieb Jimmy Stewpot: Hello, I currently have a strange issue where we are seeing 'random errors' being displayed to end users. What I find most interesting is that in the php.ini file we have the following error settings. error_reporting = E_ALL ~E_NOTICE

[PHP] Re: Is there a simple way to enforce a private method in a subclass?

2010-12-21 Thread Carlos Medina
Am 21.12.2010 17:36, schrieb Richard Quadling: Hi. If I have an abstract class of Task and I want all subclasses of Task to have a private method _runTask, is there a way to enforce this? Currently an abstract private function in an abstract class isn't allowed. Fatal error: Abstract function

Re: [PHP] Copying an Object

2010-09-23 Thread Carlos Medina
Am 23.09.2010 08:24, schrieb Peter Lind: On 23 September 2010 02:14, Daniel Kolbokolb0...@umn.edu wrote: *snip* On 9/22/2010 9:11 AM, chris h wrote: Say you have two classes: human and male. Further, say male extends human. Let's say you have a human object. Then later you want to make

[PHP] Re: Copying an Object

2010-09-22 Thread Carlos Medina
) to solve the class inheritance. Regards Carlos Medina -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ZipArchive, but without files

2010-09-22 Thread Carlos Medina
Am 22.09.2010 17:32, schrieb Jonathan Mills: On 22/09/2010 12:11, Viacheslav Chumushuk wrote: Hello. As I understand you in a right way you need next function http://ua.php.net/manual/en/function.gzcompress.php Thanks for the suggestion Viacheslav , but I'd trying to the create the complete

[PHP] Re: Auto-generating HTML

2010-09-20 Thread Carlos Medina
Am 20.09.2010 20:56, schrieb Andy McKenzie: Hey folks, I have the feeling this is a stupid question, but I can't even find anything about it. Maybe I'm just not searching for the right things. Here's the problem. I'm writing a lot of pages, and I hate going in and out of PHP. At the

[PHP] The session problems with a citrix terminal

2010-09-16 Thread Carlos Medina
Hi all, i am looking for a solution (approaching) for the following problem: My Application (PHP 5+, MySQL, Zend Framework) works fine. But unter the citrix terminal server allow to all user to see the informations (session data) of the last user. I think this is because all user of the

[PHP] Re: PHP / mySQL Project...

2010-02-22 Thread Carlos Medina
modules and very complex tasks. If you are interessing contact please to this email address. Regards Carlos Medina Don Wieland schrieb: Hello, I am needing assistance IMMEDIATELY in finishing up a project (the developer went in to have shoulder surgery and will be out of commission for 3

Re: [PHP] simplexml - can it do what I need?

2010-02-07 Thread Carlos Medina
TerryA schrieb: Hi Shawn Thanks for answering my query. I have looked at the suggestions: $xml = simplexml_load_file('file.xml', 'SimpleXMLElement', LIBXML_NOCDATA); I am/was able to load the file OK and to access the data by iteration. However, I can't find a way to extract data by

[PHP] Re: Happy New Year

2009-12-31 Thread Carlos Medina
tedd schrieb: Hi gang: Happy New Year! May 2010 2009. Cheers, tedd Happy new Year, i wish you exited works, exited drinks, exited chicks and course exited code :-D Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: uninstalling wamp

2009-12-26 Thread Carlos Medina
Sudhakar schrieb: hi after installing wamp when i accessed phpmyadmin i got an error about root having no password, i have tried various steps but could not get to use phpmyadmin, so i uninstalled and reinstalled wamp, i deleted the old wamp folder when i access phpmyadmin i get the same error

[PHP] Re: PHP Equivalent to Java Jar or Python Eggs

2009-11-30 Thread Carlos Medina
c4...@comcast.net schrieb: Has anyone done any work towards packaging of PHP in a manner similar to jar or eggs? I was working on a project the other day with a lot of class files and thought this would be a cool, simple way to deploy the app. Hi, you can check the Phar solution from PHP

[PHP] Re: Preview button to show PDF without submitting post data?

2009-11-08 Thread Carlos Medina
Dave M G schrieb: PHP Users, I have a page that generates a PDF document using PHP. It takes form data filled in by the user to fill out the PDF When the user clicks submit, it emails that PDF document to the intended recipient. However, I would like to add a preview function as well. But for

[PHP] Re: How APC Work?

2009-10-30 Thread Carlos Medina
Erick Couto schrieb: Hi, How *APC* – Alternative *PHP* Cache store data on cache? memory? file system? i´m developing a PHP application with many requests for read/write on APC stored variables, im scared with future slow down with many IO on APC. Thanks, Erick Couto No Documentation for

Re: [PHP] How do YOU set default function/method params?

2009-10-17 Thread Carlos Medina
Jim Lucas schrieb: Stephan Ebelt wrote: On Mon, Oct 05, 2009 at 05:48:32PM -0700, Jim Lucas wrote: Here is a problem that I have had for years now. I have been trying to come up with the perfect solution for this problem. But, I have come down to two different methods for solving it. Here

[PHP] Re: Making several variables into 1 variable

2009-07-28 Thread Carlos Medina
Miller, Terion schrieb: I need to take this: $pastDays = strtotime(-30 days); $past_day = date(d, $pastDays); $past_month = date(m, $pastDays); $past_year =date(y, $pastDays); And make it into one var to compare to a db field that is formatted like 00/00/00 $result = date(d/m/y,

[PHP] Re: php.net down?

2009-07-16 Thread Carlos Medina
Thijs Lensselink schrieb: Anybody noticed php.net is down? It's responding to pings. But no pages load. no -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: I have an idea

2009-07-15 Thread Carlos Medina
is a good idea. How do you think to implement this? Carlos Medina -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: I have an idea

2009-07-15 Thread Carlos Medina
Michael A. Peters schrieb: Carlos Medina wrote: Martin Scotta schrieb: Hi Do you noted that all the discussion here are about problems, bugs, or just urgent pleaaase help me I have an idea. It is not really THE idea... but it is. What happen if tell this idea to the community? I don't know

Re: [PHP] Need Help.

2009-07-14 Thread Carlos Medina
Hi Girish, You can save the SEssion id in a Cookie to make it available over requests and over days too. If you use Sessions stored on DB, you can get more security, when the SEssion Cookie is stored Encrypted. Other Option is to send the Session id, most know as PHPSESSIONID, as GET

[PHP] PHP SOAP Using SAML

2009-06-22 Thread Carlos Medina
Hi Anybody, I am evaluating to use Webservices to solve an knowed Issue. I need to know, if it is Possible to use SAML 1.0 with PHP 4 or PHP 5 and when yes, where can i get information about this Issue or open Source Software,etc. Regards Carlos -- PHP General Mailing List

Re: [PHP] 500 Internal Error

2009-06-19 Thread Carlos Medina
Hi, can you get a test echo with: echo test;exit when you call your dbscript.php? If not so. Your Problem is a install problem and need more info about where, what and permissions (Permissions are allways a problem for this strange cases) If you get a test then you problem can be the MySQL

[PHP] Re: thread question

2009-03-31 Thread Carlos Medina
the Browser was closed. The Browser wait for Response and set a timeout Message when the Time is over. Best Regards Carlos Medina -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP OOP

2009-02-10 Thread Carlos Medina
Marcus Gnaß schrieb: Paul M Foster wrote: On Mon, Feb 09, 2009 at 11:02:37AM -0500, tedd wrote: As a side note, I think students should learn a language like C before learning something like Perl, Python or PHP. Having to deal with defining/declaring variables and their storage methods before

Re: [PHP] Re: move_uploaded_file() problem

2009-02-07 Thread Carlos Medina
in the php.net site the Method is bool move_uploaded_file ( string $filename , string $destination ) String filename and destination are not right... Carlos Medina -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Read a XML (not a file)

2009-02-06 Thread Carlos Medina
Phpster schrieb: On Feb 6, 2009, at 9:12, Jônatas Zechim zechim@gmail.com wrote: Hi there, i want do read a XML like this: Server.php ?php header (content-type: text/xml); echo ?xml version=\1.0\ encoding=\iso-5718\ ? images image ID1/ID albumtestealbum

[PHP] Re: Mutiple SQL request

2009-02-04 Thread Carlos Medina
Jônatas Zechim schrieb: Hi there, i've a system that do a query each 3s, does it impact on mysql Server? I mean, can this slow my Server? zechim No. and yes. I think if you are doing a Join Query over 32 Tables without indexes then it will be very slow Carlos -- PHP General Mailing List

[PHP] Re: PHP Enclosing Tags? Do You Close Your PHP Declarations?

2009-01-30 Thread Carlos Medina
Nitsan Bin-Nun schrieb: I was just wondering whether people enclosing their PHP tags declarations, I don't close these ?php tags just because the interpreter doesn't really needs them, and for the second reason - if a space/tab/new line/etc will beneath them it will cause problems with output

Re: [PHP] New PHP User with a simple question OT

2009-01-26 Thread Carlos Medina
tedd schrieb: At 11:56 AM +0100 1/25/09, Carlos Medina wrote: Hi Ashley, yes this is the right answer. The Problem is not a PHP Question but a programming question. To be clear: i think, the Problem can you solve, if you get two or tree books or tutorials about the programming language. You

Re: [PHP] New PHP User with a simple question

2009-01-25 Thread Carlos Medina
be greatly appreciate. Thank you in advance. I think this is the best way to open hackers a door to your system. Read more about PHP please. Regards Carlos Medina -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] New PHP User with a simple question

2009-01-25 Thread Carlos Medina
way but from the extremely little I have learned about php, I thought that I could do it this way easily. Thanks for the replies and the help. I truly appreciate it. Hi Christopher, please buy a PHP Book. Read it and if you have any questions come back. Regards Carlos Medina -- PHP General

Re: [PHP] New PHP User with a simple question OT

2009-01-25 Thread Carlos Medina
a question in a list or forum. I think this is the normal way. To the code i think this is very bad php code. You will get more XXS and other exploits with this code. Please tell me what is your site and i show you Regards Carlos Medina -- PHP General Mailing List (http://www.php.net

[PHP] Re: Php error

2009-01-24 Thread Carlos Medina
mattias schrieb: ERR_DB_NO_DB_PASS What will this meen? The Database is a foreign DB without passport Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: importing from XML-files

2009-01-22 Thread Carlos Medina
or Array? Is this Empty? viele Gruesse Carlos Medina -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: importing from XML-files

2009-01-22 Thread Carlos Medina
Merlin Morgenstern schrieb: Carlos Medina wrote: Merlin Morgenstern schrieb: Hi everybody, I am creating an import script which is getting data out of an xml file. Now I do have a problem with a file where 2 images are included. I need to access the second image name, but can not find out

[PHP] Re: killing a child process from pcntl_exec

2009-01-22 Thread Carlos Medina
to be effective? If I wait, the child eventually dies.. but I'd like to be able to kill it from the cmdline. thoughts/pointers/comments... thanks Hi Bruce, my ask: it is the pnum really 123? Check it out with ps -aux or ps -aix Regards Carlos Medina -- PHP General Mailing List (http://www.php.net

Re: [PHP] distinguish between null variable and unset variable

2009-01-22 Thread Carlos Medina
Shawn McKenzie schrieb: Daniel Brown wrote: On Thu, Jan 22, 2009 at 15:12, Daniel Brown danbr...@php.net wrote: Unfortunately, neither solution would work. isset() will return FALSE even for an instantiated and explicitly-defined NULL variable. Forgot to mention that, in addition,

Re: [PHP] Please explain: index.php/index/index

2009-01-21 Thread Carlos Medina
leledumbo schrieb: I don't understand it. index.php should be a file and indeed it's a file, so what does /index/index after it mean? There's no index directory under directory where index.php resides. Hi Leledumbo, what are you talking about? I think you are confused on this:

[PHP] Re: Zend Framework...where to start? -- do

2009-01-15 Thread Carlos Medina
!= raw performance) for you. Col PS FWIW, I have adopted Zend_Framework and while some of the paradigms don't fully suit me I have extended and adapted them to make it work very well for me. Hi Colin, i agree that. Carlos Medina -- PHP General Mailing List (http://www.php.net

[PHP] Re: ArrayObject - Posibillity to add key = value pair per default?

2009-01-14 Thread Carlos Medina
, data) to do this. You can implements the Interface or extend from the Class to extend the functionality (think interceptors __SET and __GET) Regards Carlos Medina -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: hello

2009-01-08 Thread Carlos Medina
Allan Arguelles schrieb: Yeah, I was reluctant to open the attachment, but then again I'm on gentoo :) I've forgotten about these threats eversince I switched over, didn't even notice the bounced email(to the sender) as an indication. -Allan Robert Cummings wrote: On Thu, 2009-01-08 at

[PHP] Re: redoing website after 7 years

2009-01-07 Thread Carlos Medina
. If the Client offers you a Job to change the Software is a new Job and must pay. PLease contact a lawyer to get more Information about the legal practice on your Country. Salut Carlos Medina -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Webhotel structure

2008-12-30 Thread Carlos Medina
used FileZilla to correct the permissions. I anyone want to know more abot this see coppermine forum search for batch-add best regards Peter Sørensen Carlos Medina i...@simply-networks.de wrote in message news:c5.73.47432.da8b6...@pb1.pair.com... Nordstjernealle 10 schrieb: Hi PHP experts

[PHP] Re: Architecture patterns in PHP

2008-12-28 Thread Carlos Medina
Manuel Lemos schrieb: Hello, on 12/27/2008 09:40 PM Michael C. Yates said the following: How do you structure your web applications? I am thinking in terms of separating presentation and logic. How is that done in PHP? And how many architecture patterns are there? I use the Use Case Mapping

[PHP] Re: Webhotel structure

2008-12-27 Thread Carlos Medina
and you dont know how? What is your System, where ist Your Server System? Do you need some Support from PHP programmer? Please contact me then :-) (reply only to me then) Regards Carlos Medina -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Re: PHP Form email w/attachment

2008-12-18 Thread Carlos Medina
() to the Directory where you want or attach to the mail you want. Kind Regards Carlos Medina -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: apache and PHP / Eclipse

2008-12-15 Thread Carlos Medina
TEric Butera schrieb: On Sun, Dec 14, 2008 at 10:33 AM, Nathan Rixham nrix...@gmail.com wrote: Eduardo Vizcarra wrote: I am having a hard time trying to get some pages work. I have PHP 5.2.8, Apache 2.2 and MySQL 5.1 running in a Windows Vista home edition. All packages were installed, and

[PHP] Re: restrict fsockopen spam etc.

2008-12-10 Thread Carlos Medina
Andre Hübner schrieb: Hello List, in last times i recognize that some scripts/formmailer of customers get abused by spammers. Some scripts avoid to use smtp-server and do smtp-dialog by its own using fsockopen etc. Problem ist that if mails are sent by fsockopen directy to other servers they

[PHP] Re: foreach and destroying variables for memory saving

2008-12-10 Thread Carlos Medina
Tim | iHostNZ schrieb: Hi All, Just to annoy the hell out of you, another thing that has been on my mind for a while: I love the foreach ($ar as $k = $v) { ... } construct and use it all the time. However, I read somewhere that foreach actually uses a copy of $ar instead of the array itself by

[PHP] Re: Need help on MySQL query

2008-12-10 Thread Carlos Medina
MySQL on www.mysql.com and show how to build/make Queries well. Regards Carlos Medina -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How to Insert ?xml-stylesheet .....? into DOMDocument

2008-12-06 Thread Carlos Medina
/xsl? foo bar/ bazz/ /foo I can't seem to find any dom functions to do this. Thanks in advance, Shanon Hi Shanon, please look at the Class itself, if you can modify the Header of the XML data over a method/Constant. Greetings Carlos Medina -- PHP General Mailing List (http

[PHP] Re: reading XML

2008-11-21 Thread Carlos Medina
Hi Angelo, try this: http://pear.php.net/manual/en/package.structures.structures-datagrid.structures-datagrid-datasource.xml.php regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP/mySQL question using ORDER BY with logic

2008-10-26 Thread Carlos Medina
Rob Gould schrieb: Question about mySQL and PHP, when using the mySQL ORDER BY method... Basically I've got data coming from the database where a wine producer-name is a word like: Château Bahans Haut-Brion or La Chapelle de La Mission Haut-Brion or Le Clarence

[PHP] Re: Singletons

2008-10-22 Thread Carlos Medina
Hi, here is in my opinion, what you can do: class Base { private $foo; private function __construct() {} public function getFoo() { return $this-foo; } public function setFoo( $foo ) { $this-foo = $foo; } } class Singleton extends Base { public function

[PHP] Re: Singletons

2008-10-22 Thread Carlos Medina
Colin Guthrie schrieb: Stut wrote: On 20 Oct 2008, at 20:24, Christoph Boget wrote: public function __construct() A singleton would usually have a private constructor to prevent non-singleton instances. The problem being if the class in question derives from another class that has a public

[PHP] Re: what's the difference in the following code?

2008-10-18 Thread Carlos Medina
Hi, why say Chris Shiflett that this is not good: because security problems or because you cannot see very good what the code do?. Regards Carlos Lamp Lists schrieb: I'm reading Essential PHP Security by Chris Shiflett. on the very beginning, page 5 6, if I got it correct, he said this

[PHP] Re: PHP Dev Facts

2008-10-17 Thread Carlos Medina
[snip] *Procedural or OOP?* depends on the job to be done *Dev OS* unix or derivate *Dev PHP Version* = 5 *Live Server OS* unix or derivate *Live Server PHP Version* = 5 *Which HTTP Server Software (+version)?* Apache = 2 *IDE / Dev Environment* PHPEd/Net Beans *Preferred Framework(s)?* Zend

[PHP] Check Variable with true or not

2008-09-29 Thread Carlos Medina
Hi @ all: Question: what is quickly? if( true == isset( $var ) ){} or if( isset( $var ) ){} Can somebody explain ( not think or believe ), what happend on the Zend Engine when the first or the second code will be use? Regards Carlos -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: class const versus define

2008-09-24 Thread Carlos Medina
Richard Lynch schrieb: Is there any reason why the logic behind define() couldn't be pushed down to class const? Code like this is kinda fugly: //It's okay here, but not in a class? define('CACHE_DIR_LONG', CONFIG_ROOT_PATH . '/cache/'); class Cache { const CACHE_DIR = '/dev/shm/cache/';

[PHP] Re: Static method variable

2008-09-18 Thread Carlos Medina
Christoph Boget schrieb: Perhaps I'm misunderstanding what a static method variable is supposed to do. I thought the value would be static for an class' instance but it appears it is static across all instances of the class. Consider: class StaticTest { public function __construct() { }

Re: [PHP] Passing an array from PHP to Javascript

2008-09-16 Thread Carlos Medina
Yeti schrieb: I would use an unserializer. http://code.activestate.com/recipes/414334/ Hi, why not JSON? Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Readdir() question

2008-09-11 Thread Carlos Medina
Ben Stones schrieb: Hi, I'm going to make a small browser based file system for ease of small updates that I make frequently on my Website. First of all I want to loop all the files on the same directory and to tell PHP read the same directory, I think I'd need to use the magic constant I think

Re: [PHP] Thank you...

2008-09-11 Thread Carlos Medina
Dan Joseph schrieb: On Thu, Sep 11, 2008 at 9:23 AM, Jason Pruim [EMAIL PROTECTED] wrote: Okay... I am sorry that I even sent the message. 7 years ago today, My Uncle died because he worked in the south tower on the 93rd floor All I wanted to do was say thank you to the WORLDS armed forces

[PHP] Re: Installation doesn't complete, Windows Vista: error - script required to complete

2008-09-10 Thread Carlos Medina
. Is there any workaround as I have Apache and MySQL all ready and setup. Cheers. Hi, use Xampp -http://www.apachefriends.org/en/xampp-windows.html and relax simply! Carlos Medina -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Anything like XAMPP?

2008-09-10 Thread Carlos Medina
Ben Stones schrieb: There's a bug, I believe with XAMPP where from XAMPP CP you click 'admin' under MySQL, when WinMySQLadmin comes up, the icon in the right (traffic light) is always red, and there's no option to start the service anymore... at the moment there's a Stop the Service option but

[PHP] Re: SimpleXML strange behaviour.

2008-09-09 Thread Carlos Medina
Mirco Soderi schrieb: Do you know any reason why the following code does work $xmlOperazioni = simplexml_load_file($xmlFilename); foreach($xmlOperazioni-operazione as $operazione) { if($operazione['nome'] == $operazioneRichiesta) { require($operazione['php']); break; } } but

[PHP] Re: translations for PHP app

2008-09-08 Thread Carlos Medina
than 5 Years experience on PHP Programming and Translations of Back- Frontend. Regards Carlos Medina -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: newbie - how to receive/iterate posted arrays

2008-09-01 Thread Carlos Medina
Govinda schrieb: Hello early birds, I am going round and round the docs and list posts I saved on this topic... but I am still stumped. Kindly show me what I am missing. I want to simply send an array of vars via a post form to my receiving script. I've got simple inputs like this: input

[PHP] Re: uploading file outside WEB Root

2008-09-01 Thread Carlos Medina
Angelo Zanetti schrieb: Hi All, For security purposes I would like to upload a file outside the webroot. I have got this to work on my local dev machine but it doesn't seem to work on the live server. I have tried both the relative path and also the full path (from the

[PHP] Re: Is this a bug?

2008-08-29 Thread Carlos Medina
Catalin Zamfir Alexandru, DATAGRAM SRL schrieb: Hello guys, I've been stalking on the list for some time. Didn't have anything to report/talk, until now. I have a code like this, maybe you guys can reproduce it, with output buffering started: Echo 'something'; Echo 'another

[PHP] Re: ! function_exists(curl_init) BUT curl_init exists and works.

2008-08-28 Thread Carlos Medina
daniel danon schrieb: ! function_exists(curl_init) BUT curl_init exists and works. After my host blocked the file_get_contents and other functions, I am using CURL - but when I do function_exists(curl_init) it returns false but I can still use it anyone knows why? Hi Daniel, read here:

[PHP] Re: Manual Coding vs. CMS Systems

2008-08-28 Thread Carlos Medina
Auto-Deppe, C. Haensel schrieb: Hi all! And again, a slightly off topic subject for you all from yours truly :o) I have a customer (helicopter company) who is willing to give me some free flights for a small website. Now, I have been talking to my sister in law who is a designer (note:

Re: [PHP] Manual Coding vs. CMS Systems

2008-08-28 Thread Carlos Medina
Auto-Deppe, C. Haensel schrieb: -:- -Original Message- -:- From: Jochem Maas [mailto:[EMAIL PROTECTED] -:- Sent: Thursday, August 28, 2008 1:46 PM -:- To: [EMAIL PROTECTED] -:- Cc: php-general@lists.php.net -:- Subject: Re: [PHP] Manual Coding vs. CMS Systems -:- -:- Auto-Deppe,

Re: [PHP] Manual Coding vs. CMS Systems OT

2008-08-28 Thread Carlos Medina
Watch him go... there is Carloos, the man infront of all the others. He is WAY ahead, and he is gaining more and more speed. He is an adult, and he is sooo adult that he can't even take a laugh... see him run from the humor! Faster and faster he runs... and there it is: the goal: an open

[PHP] Re: PHP IDE needed

2008-08-27 Thread Carlos Medina
Sascha Braun schrieb: Hi people, I have a webproject which is round about 3 GB in size. I was usually using eclipse to work with the software but over time eclipse became very instable regarding that project. As soon as I open classes with 2000 or more lines of code in it, an out of memory

Re: [PHP] PHP editor for linux

2008-08-26 Thread Carlos Medina
Thodoris schrieb: O/H It flance ??: Hi, What do you think is the best php editor for linux. I'm using the Debian distribution. Thanks I surprisingly use PSPad editor which is quite neat solution and support some basic regexps. http://www.pspad.com/ I think I'll probably

Re: [PHP] file_exists() not working correctly?

2008-08-25 Thread Carlos Medina
Chris schrieb: Chris Haensel wrote: Good morning list, I have a _very_ simple function... it is as follows /**/ function getgalimage($fzg) { $folder=bilder; $imgname=$fzg._1.JPG; $checkimg=$folder./.$imgname;

[PHP] Re: index.php not autoloading in apache

2008-08-25 Thread Carlos Medina
Vince Sabio schrieb: I am running PHP v5.2.6 on an Apache v2.2 server. For some reason, Apache is not automatically loading index.php files, even when there is no other index.* file in the directory; it will throw a you do not have permission to access [directory] instead. I have the

Re: [PHP] Licensing

2008-08-22 Thread Carlos Medina
Richard Heyes schrieb: Hi Per, License costs in EUR, CHF and DKK? Seriously, I would quote the price in one currency only, and leave it for people to convert. Yes I've quoted it in UK pounds, but since the almighty dollah is more well known, I've got an approximate conversion there too.

[PHP] Re: PHP editor for linux

2008-08-18 Thread Carlos Medina
on debian to can be a good programmer too. Regards Carlos Medina -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] On one of my computers, php can't see an external javascriptI included

2008-08-14 Thread Carlos Medina
googling1000 schrieb: I have apache and php on Windows. I have 3 computers. A php file is calling an external .js file. Two of my computers have no problem calling a .js file, there's only one machine that doesn't execute functions inside of the .js file. My .php file has the following line in

[PHP] Re: newsletter code

2008-08-11 Thread Carlos Medina
Angelo Zanetti schrieb: Hi All, I have a question related to newsletter subscriptions to websites as well as sending out of the newsletters. Here is the scenario: Client wants a subscribe to newsletter dialog on website, typically just an email address. Then in his admin section he wants

[PHP] Re: Send a cookie with a file_get_contents( ) request?

2008-08-10 Thread Carlos Medina
Anders Norrbring schrieb: I have a web site where I use cookies to store logins, and also session cookies for users logged in. Is there a way for me to use file_get_contents() to pull content which are behind the login? In other words, I want to use my own log-in cookie and somehow send it with