[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] Sync CSV files with MySQL Database.

2013-05-10 Thread Carlos Sura
, not all the records again. Any idea or example, will be really appreciated. Thanks! -- Carlos Sura.- www.carlossura.com www.carlossura.com/blog

[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] PHP code problem with pages

2012-01-21 Thread Carlos Sura
uses another page as home, but it does not work for some reason. Anyway, help will be appreciated. -- Carlos Sura.- www.carlossura.com

[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] dealing with this code $_POST['custom´]

2011-12-16 Thread Carlos Sura
. Regards -- Carlos Sura.- www.carlossura.com

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

2011-10-21 Thread Carlos Medina
, becouse you change the source code or use experimental code, use a distribution. Greets Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2011-05-20 Thread Carlos Medina
, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu Innovation distinguishes between follower and leader Delete de ? from all php files, if there are not using HTML but only php. Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Re: PHP Error logging

2011-01-18 Thread Carlos Medina
); this is why your become the problems now. Maybe this is a idea? regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2010-12-21 Thread Carlos Medina
(you can use only in the class itself). Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Copying an Object

2010-09-23 Thread Carlos Medina
for PHP... Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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
that returns a string - is what I'm looking for. Kind Regards Jonathan Hi Jonathan, and what if you serialize your String? You can save Objects in it... Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Auto-generating HTML

2010-09-20 Thread Carlos Medina
templating system like Zend Framwork and if not possible consider to use str_replace() to parse your Template and replace the variables in there. You can use a token like ###VAR_NAME### to address a variable like $var_name or something like this. Regards Carlos -- PHP General Mailing List (http

[PHP] The session problems with a citrix terminal

2010-09-16 Thread Carlos Medina
of the terminal (thin clients) are connected with the terminal and use the same browser at all. Please if you know a solution for this issue, i will be glad to read it :-) Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Do you have some standard for defined the variable in program language?

2010-07-28 Thread Carlos Sura
Hello Jordan, As he said... You may use any. [1] Which one is correct in any given project or organisation is different question. Yeah, he got a point there. Regards, Carlos Sura. To: php-general@lists.php.net From: php-gene...@garydjones.name Date: Wed, 28 Jul 2010 11

RE: [PHP] Help with template file and email

2010-07-26 Thread Carlos Sura
Hello Joey, No problem, I'm glad you got it working now. Any other question. Use php-list. Regards, Carlos Sura. From: j.hendrick...@comcast.net To: carlos_s...@hotmail.com Subject: Re: [PHP] Help with template file and email Date: Sat, 24 Jul 2010 08:29:03 -0500 Hi Carlos, I

RE: [PHP] help using phpadmin

2010-07-19 Thread Carlos Sura
root password new_password Now type: mysql -u root -p Write your new password now :) If none of this work... Please show me your ini* file. If you can't show me your ini* file please reffer to: http://search.mysql.com/search?q=Resetting_permissions.htmllr=lang_en Regards, Carlos Sura

RE: [PHP] help using phpadmin

2010-07-18 Thread Carlos Sura
Hello Isaac Lee. Are you running on Linux or Windows? You might try: mysql SET PASSWORD FOR ‘root’@'localhost’ = PASSWORD(’yourpassword’); Then restart your service -if needed- If not... Try to edit config.inc.php file. Regards, Carlos Sura -Original Message- From: Isaac Lee

[PHP] user login and access + headers already sent

2010-07-15 Thread Carlos Sura
Hello mates, I'm developing a user registration and access level system... And I wonder... Is there any way to avoid to put code in every header page? Because, almost every page contains javascript, so almost every page cotains html tags... And its annoying to look at this: Warning:

RE: [PHP] user login and access + headers already sent

2010-07-15 Thread Carlos Sura
Hello Richard, Thank you for your answer, I'm looking now... Kranthi, seems to be a pretty good solution, I will give it a try. Thank you. From: kranthi...@gmail.com Date: Thu, 15 Jul 2010 21:24:15 +0530 To: rquadl...@googlemail.com CC: carlos_s...@hotmail.com;

RE: [PHP] user login and access + headers already sent

2010-07-15 Thread Carlos Sura
Hello paul, thank you for your answer. I'm already fixing all my mess with your suggestions. It is nice to know where to ask to get a good answer. Regards, Carlos Sura. Date: Thu, 15 Jul 2010 12:22:23 -0400 From: pa...@quillandmouse.com To: php-general@lists.php.net Subject: Re

RE: [PHP] Help with template file and email

2010-07-13 Thread Carlos Sura
Let me get this right... $mymail // If you put an email adress it works, right. You are calling variable $mymail... But, what does contain that var? You are calling $mymail, there has to be a database, or something of those 10 mails you said. -If i'm getting you the point right- If not, my

[PHP] What's wrong in this function? Does not work for me.

2010-07-02 Thread Carlos Sura
Hello, this function does not work for me... And I really don't know what am I doing wrong... Any help?? This function is in a class, and I call it in a form, to create a new user.. $objEmploye=new Employe; if (

RE: [PHP] What's wrong in this function? Does not work for me.

2010-07-02 Thread Carlos Sura
Hello Ash, No, I don't get an error message, the thing is, my post form, isn't working... I can't post those fields in database when I fill them up in the form... But, I really don't know why... Do you want my form code? all the entire class.php code?? Thank you for helping me. Carlos Sura

[PHP] Login form + User level access

2010-06-29 Thread Carlos Sura
SALES, He cannot see others menu options, and he can't get access, I was reading that I can do that with Switch, but really I have no idea about it... Any help? Thank you. Carlos Sura

RE: [PHP] Login form + User level access

2010-06-29 Thread Carlos Sura
: how do I get to london?, not how do I drive a car? Thanks. Carlos Sura. Date: Tue, 29 Jun 2010 15:58:10 -0400 To: carlos_s...@hotmail.com; php-general@lists.php.net From: tedd.sperl...@gmail.com Subject: Re: [PHP] Login form + User level access At 7:46 PM + 6/29/10, Carlos Sura

RE: Re[2]: [PHP] Login form + User level access

2010-06-29 Thread Carlos Sura
Hello Andre, Thank you so much, Now I really get the idea. Oh, can I replace that adding inthe table of access_level a field called: 'level_numbers' ?? would it be the same thing?? Carlos Sura. Date: Tue, 29 Jun 2010 23:08:51 +0300 From: an...@oire.org To: an...@oire.org CC: carlos_s

[PHP] CERRAR NAVEGADOR y VENTANA CON PHP

2010-05-24 Thread MSc. Carlos Pollan Estrada
Hola colega. Necesito saber cómo cerra una ventana y cómo cerrar el navegador utilizando PHP Gracias de antemano Salu2 cpollan

[PHP] Version de MySQL

2010-05-19 Thread MSc. Carlos Pollán Estrada
Hola colegas. Neceseto saber con qué función de PHP (si la hay) puedo optener la versión del MySQL que estoy utilizando. Gracias de antemano. Salu2 MSc. Carlos Pollán Estrada. Esp. Ciencias de la Computación. Archivo Histórico de Manzanillo

[PHP] Versión del MySQL en PHP

2010-05-19 Thread MSc. Carlos Pollán Estrada
. MSc. Carlos Pollán Estrada. Esp. Ciencias de la Computación. Archivo Histórico de Manzanillo. Cuba.

[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
like DOM. regards carlos http://de2.php.net/manual/fr/book.simplexml.php http://de2.php.net/manual/fr/refs.xml.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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
you can read first the Uninstall How To from Apachefriens http://www.apachefriends.org/en/xampp-windows.html Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2009-11-30 Thread Carlos Medina
Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2009-11-08 Thread Carlos Medina
a preview Page, but the User must be able to regenerate the PDF to send it as email (where the same Data will be used or not, please think about, if you want to do this) I think, you must to think more about the usability at this point Regards Carlos -- PHP General Mailing List (http

[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
-setConfiguration( mailConfiguration $mailConf ) At this point you can get the values from Object $mailConf may be helps Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] a doubt with class DOM

2009-09-03 Thread Carlos Garcia
Thanks for your answer, I change to class simplexml, the class DOM save all tree on RAM, and simplexml used a little RAM, right? He size file XMl is small no more 500 kb, i do not think having problem. Best regards.- _Karl_ Sorry for my english.- Carlos A. Garcia Hernandez José

[PHP] a doubt with class DOM

2009-09-01 Thread Carlos Garcia
if my xml is something big, how reliable is saving changes to my xml this way: $doc-save('file.xml'); or another shape of save changes of my xml? Sorry my english is bad =P.- Thanks.- Best regards, Karl.- Carlos A. Garcia Hernandez José Clemente Orozco Mza. 7 Lt. 14

[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
. REgards Carlos Ashley Sheridan schrieb: On Tue, 2009-07-14 at 11:59 +0530, Girish Padia wrote: Dear Sir, I am facing two problem while developing my site in php. 1) I want to delete browser history whenever i migrate from one page to another. so that user can never press Back button. 2) I

[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 (http

Re: [PHP] 500 Internal Error

2009-06-19 Thread Carlos Medina
Functions you are doing. Here we need more Information/examples what you are doing. Regards Carlos Thodoris schrieb: Greetings Gurus! I am attempting to use PHP+MYSQL+APACHE and I have downloaded all the latest verions and installed them on a fresh windows XP install. Got the Apache server up

[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] Dynamic Form 'on The Fly'

2009-03-18 Thread Carlos Garcia
with this is a simple text : $this = 'thisline' . $cnt; echo $_POST[$this]; Carlos A. Garcia Hernandez Date: Wed, 18 Mar 2009 12:12:54 -0700 From: c...@hosting4days.com To: php-general@lists.php.net Subject: [PHP] Dynamic Form 'on The Fly' Using a repeating region of a query

Re: [PHP] PHP OOP

2009-02-10 Thread Carlos Medina
... Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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
the site to generate the XML data with simplexml function $xml = simplexml_load_string( fopen(http://www.example.com/;, r) ); But if we want to be serious: Use classes to do this is better. Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[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
buffering and session handling. Do you close your PHP ?php tags? (at least I closed them here :P look down) No, is not needed Regards Carlos -- 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 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
(false) bool(false) bool(true) bool(true) bool(true) bool(false) Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2009-01-21 Thread Carlos Medina
://www.domain.com/index or this http://www.domain.com/index.php Yes this is a Front Controller situation (Pattern). Please show the Zend Framework or other Frameworks that implements this Pattern (maybe the Command Pattern too ). Regards Carlos -- PHP General Mailing List (http://www.php.net

[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
emails to help the unwashed fool think it's not a virus *lol*. Cheers, Rob. bigredli...@yahoo.com wrote: Please read the document. Attachment: No Virus found F-Secure AntiVirus - www.f-secure.com I known viruses for Linux/Unix Systems too... Carlos -- PHP General

[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
Peter Sorensen schrieb: Hi Carlos Thanks for trying to help. As a newbie on web design I was looking for help on about everythink, as a newbie you don't know which questions to ask. With help from other sources I found out how to wipe my webhotel and start over. After a fresh install

[PHP] Re: Architecture patterns in PHP

2008-12-28 Thread Carlos Medina
in PHP. This is for me like the question, what is your favorite IDE. If i need to know about design Patterns in PHP, then i can buy a book about it or i search the Internet for my information. Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[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
in eclipse. http://www.zend.com/en/community/pdt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php I was playing with that last week at work. It's quite buggy. Try to use Xampp apachefriends.org Regards Carlos -- PHP General Mailing List (http

[PHP] Re: restrict fsockopen spam etc.

2008-12-10 Thread Carlos Medina
and architecture. I think you can use a capcha to get the control again over your script. Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2008-12-10 Thread Carlos Medina
that. But it might be easier if someone can answer this from the top of their head. Thanks for your patience. Hi Tim, i can remember me to hear/read that the variables on PHP will be destroy automatically?. Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[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
'; Hi, Try to solve your Logic on your programming language and to select Data with your Database... Try to normalize more your Information on the Database. Regars Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Singletons

2008-10-22 Thread Carlos Medina
(); // Singleton Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Singletons

2008-10-22 Thread Carlos Medina
, this is the Result of my test with your Code: Fatal error: Access level to Singleton::__construct() must be public (as in class Base) in C:\Users\cmedina\Documents\test1.php on line 30 Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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

[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

[PHP] Re: class const versus define

2008-09-24 Thread Carlos Medina
. This is helpful to assign Configurations Options and other data that you do not will move. For the Class Constants you define the Constant only fo the Class where you are working. Please read the documentation about this on PHP.NET http://de.php.net/manual/en/language.oop5.constants.php Regards Carlos

[PHP] Re: Static method variable

2008-09-18 Thread Carlos Medina
Chris, please read here. If you have questions after that. Write again please: http://de3.php.net/manual/en/language.oop5.static.php Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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
argument is not a valid Directory resource in *C:\wamp\www\Project1\index.php* on line *3 *Any help in the right direction will be appreciated! Cheers. Hi Ben, if you are searching help, then here: www.php.net - this is the right direction regards Carlos -- PHP General Mailing List (http

Re: [PHP] Thank you...

2008-09-11 Thread Carlos Medina
. Just ignore 'em. Have you all seen the picture of the new battle cruiser built out of the scrap metal from the towers? Hi @all, what about a generally to shut up. More Respect please. Regards Carlos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[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

Re: [PHP] Anything like XAMPP?

2008-09-10 Thread Carlos Eduardo Sotelo Pinto
://www.wampserver.com/en/ regards -- Carlos Eduardo Sotelo Pinto (KrLoS) GNU Linux User Registered #379182 http://csotelop.blogsome.com

Re: [PHP] Setting up a password for WAMP

2008-09-10 Thread Carlos Eduardo Sotelo Pinto
specifically but any help will be appreciated! It usually set the root user with blank password it means user 'root' and password ='' regards -- Carlos Eduardo Sotelo Pinto (KrLoS) GNU Linux User Registered #379182 http://csotelop.blogsome.com

[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

  1   2   3   >