[PHP] Sync CSV files with MySQL Database.

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

[PHP] PHP code problem with pages

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

[PHP] dealing with this code $_POST['custom´]

2011-12-16 Thread Carlos Sura
error" if I only use 148:147 it works fine! Any help would be appreciated. Regards -- Carlos Sura.- www.carlossura.com

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

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

RE: [PHP] help using phpadmin

2010-07-19 Thread Carlos Sura
mysqladmin -u 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.html&lr=lang_en

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

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

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; php-general@lists.ph

[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 tags... And its annoying to look at this: Warning: session_start():

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 mis

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 help

[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 ( $objEmploye->insert(array($name,$lastname,$salary,$dui,$afp,$isss,$nit)

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:

RE: [PHP] Login form + User level access

2010-06-29 Thread Carlos Sura
the idea to get example codes, to base on it, asking : 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] Log

[PHP] Login form + User level access

2010-06-29 Thread Carlos Sura
from 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. C