Search results

  1. J

    Suspended account

    My account is suspended since July 16th. On July 20th I send an unsuspension request but my account is still suspended. Well, why the unsuspension is taking a long time?
  2. J

    PHP PostgreSQL database backup.

    Thank you garrettroyce, At last I do it with pg_dump through the PHP function passthru() to get the file. The problem was setting the password. You can force pg_dump to prompt for a password by the -W option. But, what if you want to pass the password to the command to avoid the need to prompt...
  3. J

    PostgreSQL persistent connection without password

    I think I got a good solution: 1- The user fill the login form which send the user name, the password and an unique ID generated by the server an included in the form within a hidden input. That ID is for register when a user is attempting to log in and avoid the risk of someone to log in when...
  4. J

    PHP PostgreSQL database backup.

    Is there anyway to dump a database from a SQL query on PostgreSQL? I want to do that from a PHP script. So if there ins't any way to do it from a query, is there any PHP function to do it? Thanks a lot, Javier.
  5. J

    TCPDF radio button

    I need to make a PDF file from a PHP script using TCPDF. In that file, I want to get a filled form with data from a data base. This means the form don't need to have the capability to be filled. In the form there would be two groups of radio buttons and in TCPDF there is a function called...
  6. J

    PostgreSQL persistent connection without password

    Thank you very much garrettroyce, I think the better choice is the encryption on the server side since the cookie encryption is probably less secure. Anyway, I'd like the application to be totally functional with disabled cookies on client. I'd like using the users system from PostgreSQL too...
  7. J

    PostgreSQL persistent connection without password

    Hello, I use a PHP script to connect to a PostgreSQL data base server. This script is a really complicated app with a login system. It have a general data base with configuration values and a table for the users. But the important content is in other data base which depends on the user. This...
  8. J

    Does anybody know a good open source app for creating flash animations on Linux?

    I'm maybe asking for too much. I need to make an animation for a web intro and I have been using linux since some years ago, but I've never known any flash editor for linux. Last year, I test KToon but it doesn't fit my prospects. Then some months ago I find Synfig. It seems a very professional...
Top