Results 1 to 5 of 5

Thread: no way out with this

  1. #1
    Join Date
    Nov 2003
    Posts
    9

    no way out with this

    After a WEEK I can't make a simple/single record write/read,
    I place example and code at: http://www.usa21.net/lisawebs_demo.php
    there's also a link for the whole PHP code.

    Please "for mercy!!!" someone take a look!

  2. #2
    Join Date
    Feb 2003
    Location
    Johannesburg, South Africa
    Posts
    145
    The URL requires you to have access ( username and password ), so I doubt if anyone will come back.

    Cheers

  3. #3
    Join Date
    Nov 2003
    Posts
    9

    available now

    sorry, it's available now
    http://www.usa21.net/lisawebs_demo.php

  4. #4
    Join Date
    Dec 2003
    Posts
    1
    Are you sure you are connected to your DB?

    I don't think http://host is a valid hostname for the mysql_connect:

    $dbcnx = @mysql_connect("http://mysql_ourinternet.us/", "","");

    see http://www.php.net/mysql_connect

  5. #5
    Join Date
    Nov 2003
    Posts
    9

    think it's right

    because I don't get that error msg,
    but I'll check it out again

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •