Jump to content

aniesh82

Members
  • Posts

    131
  • Joined

  • Last visited

About aniesh82

  • Birthday 12/14/1982

Contact Methods

  • Website URL
    http://stanzentech.com

Profile Information

  • Gender
    Male
  • Location
    Cochin, Kerala, India

aniesh82's Achievements

Member

Member (2/5)

2

Reputation

  1. Zend Certified Developer with more than Seven Years experience with very good experience in Zend Framework is available.
  2. You are doubted about whether the Organization allows your website idea to be listed on the site right ? The better way to get the answer is, contact the Organization directly and send a summary of your website idea. Also, if the website idea is similar to the funded websites, you can go ahead & post your request. Even though you posted, I understand that, there are some verification procedures and you can check with the support team at that time. Hope this helps you to start moving. Wish you all the success in the name of Jesus Christ.
  3. I like ZF 1 for MVC. I worked in Codeigniter and ZF. ZF is good in my view if you are developing a medium to big project. And for small project, you can use Codeigniter.
  4. I also agree with this statement. Zend certification is there and is globally recognized. Then why u are thinking about another one without any guarantee? People are like this. They are not ready to accept anything.. always need new things .. and wandering..
  5. Yes, I am searching a help-desk ticket system. Can you please suggest the best one with good User Interface (both on back end & front end), more features, object oriented etc..
  6. Hi, Can you people suggest one good opensource Ticketing system using php-mysql? Also with more features and good front end etc.. Thank You
  7. Hi, About the difference & usage of Zend Framework Acl, Auth & Session Components. I am working on a Blog application by using Zend Framework. I found that, I can do the checking of user permission to different areas of the site by using ACL component. But the same thing can be do by using Session like in native php. Which one is the used widely in Zend Development ? Also, on login time , login details are stored by using Zend_Auth. How can I store other user details such as user id, email id etc? Where usually store these details, in Session or Zend_Auth or Zend_Acl ? Does it use Zend_Acl for storing the details or only for controlling the access permissions? I am new to Zend Framework and doesn't get a clear idea about the difference between Zend_Acl,Zend_Auth & Zend_Session Please help me. Thanks in advance.
  8. Sorry I don't get, which package you are talking about.
  9. Still I couldn't find any reliable package for creating the instant messaging facility with php. There is a 'libpurple' library in php for doing this. But I can't configure it in Fedora.
  10. Hello Rose, I have tested your code and is working fine here. I have changed the permission of the file (addresses.txt).. Thats all.. <?php $num = 1; $myFile = "addresses.txt"; $fh = fopen($myFile, 'a') or die("can't open file"); fwrite($fh, $num); fwrite($fh, $Address); fclose($fh); $num = $num + 1; ?> check this code.. Regards, Joseph..
  11. You fully misunderstand me. What I am developing is to create a script to send some alerts to IM. I am trying this for my client. If you believe me, please help me. Any ideas or links to any website would be great.
  12. Hi, I wish to create a php script from where I can send messages to an Instant Messenger (Yahoo, AOL, Skype, MSN). And before sending the message, I would like to check to see whether the person is online or not. I wish to hear your suggestions about this. Is there any php script available for doing this work ? Thank You.
  13. Hi, First of all I would like to welcome you to the world of php. What I understand is from your post is, you have to show the status of the word typed in the input box. You have to receive the word and then read the csv file one line at a time. Each time you read one line, compare the input value with the array (record read from the csv file). You can find more details about csv reading from: http://in.php.net/fgetcsv Also you can read the entire content to an array & do the array searching for getting the status of the word. Hope this helps you Thank You.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.