Jump to content

philgh

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

philgh's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Help! I get errors when i run this to try creating a table. Please anyone help me correct if there is an error CREATE TABLE `comments_visitors` ( `id_comm` int(11) NOT NULL auto_increment, `idart_comm` int(11), `text_comm` varchar NOT NULL default '', 'idusr_comm' int(11) NOT NULL DEFAULT '', `date_comm` date NOT NULL default '0000-00-00', `valid_comm` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id_comm`) ); Please help
  2. philgh

    QMail

    [!--quoteo(post=317106:date=Nov 10 2005, 05:36 PM:name=neylitalo)--][div class=\'quotetop\']QUOTE(neylitalo @ Nov 10 2005, 05:36 PM) 317106[/snapback][/div][div class=\'quotemain\'][!--quotec--] qmail binaries are only available for Unix based systems. Well isn't there anyother way around this? I need to test some scripts on a developer machine that is not connected to the internet, but i need to have a mail server installed so i can receive email from localhost. Any help would do. thanks Working on windows
  3. hi there, I have set up php-apache and i'm developing a site for a client. Some of my scripts require email authentication to work, however, my development machine is not connected to the internet and as such I cannot test those scripts. Is there a way to set up apache or any email server so that I can recieve email from my scripts on localhost?? Any help in setting up and managing such a system would be much appreciated.
  4. Need something of this sort for a client who wants a local copy of their online database on an office pc that is not connected to the internet. Is there a way of compiling everything such that my source code (for the php files) would be safe and won't be tampered with accidentally by somebody?
×
×
  • 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.