Search results

  1. J

    MySQL 4.x and MySQL 5 both on same server

    Hi there, We are developing web based applications for our clients. We have needed to upgrade the server so that we can run MySQL 4.x and MySQL 5 both on same server. We need direction so that we can run MySQL 4.x and MySQL5 together on same server, so some sites would be work in MySQL 4.x...
  2. J

    PHP mail function with AOL IDs on Linux

    Hello Friends, We are using PHP and MySQL technologies in site running on Linux. We are using PHP mail function to send emails to our site users on different occasion unfortunately we found that mail could not delivered on AOL IDs so all our site users who has AOL email ID are not able to...
  3. J

    PHP code 2 convert .doc file into .pdf file

    Hello Friends, I need to convert the DOC (WordFile) in to PDF through PHP code in my web. According to requirement whenever the user upload the .Doc file code should convert that .Doc file into .PDF file at runtime. I have tried by using PDFLib and FPDF functions but when the .Doc file...
  4. J

    Seeking alternatives for Crone Jobs

    Hi I have a site in PHP on IIS 6 and need some sort of scheduling functionality for sending emails via php scripts, running scripts on database etc. I worked a bit with Crone Jobs for this however I was wondering if there is something better then that. Site is developed in PHP /...
  5. J

    How people stores the password in database?

    Hi, I need some help with storing password in mysql database or something similar. i used to store the password in database using md5() function but there is no way to retrieve the password back. Now i want to know that - is it standard and secure way to store password? is...
  6. J

    Need help with URL encoding

    Hi, I need some help with URL encryption or something similar. For example I have a URL http://www.myurl.com/search.php?iu=321xw1&di=wswe675511&v1=y&u=12qazxq but I do not want it to be displayed with the parameters rather I would like it to be displayed as...
  7. J

    Problem with pspell_new() function of PHP

    hi, I am using pspell_new() of PHP, but when I try to open the php page in browser it shows Fatal error: Call to undefined function: pspell_new() Though it is a PHP in build function. I had already given ext=php_pspell.dll in PHP.ini My extension folder name is 'c:\php\ext' & I have...
  8. J

    Session Based Blog System

    Hi I am looking for a open source Blog system which I can implement on my site. I found quite a number of them but the issue is that all the ones that I found use a cookie based approach i.e. for the users of the site need to have Cookies enabled in their browsers for the Blogs...
Back
Top