Results 1 to 7 of 7

Thread: database Queries with PHP
      
   

  1. #1
    dannysheps@hotmail.com is offline Second Lieutenant
    Join Date
    Feb 2008
    Posts
    138

    Default database Queries with PHP

    hello
    i wanted to know if i already created a database with ABVFP and now with some help of a script (.php) i can aquer the information to my web page ?

    i tried to run a check up for that with this script :

    <?php mysql_connect("host", "user", "password") or die(mysql_error()); echo "Connected to MySQL<br />"; ?>

    and it denies intry always

    any one ?



  2. #2
    StrictlyBusiness's Avatar
    StrictlyBusiness is offline Second Lieutenant
    Join Date
    Nov 2007
    Location
    Oklahoma
    Posts
    133

    Default Re: database Queries with PHP

    Quote Originally Posted by dannysheps********.com View Post
    hello
    i wanted to know if i already created a database with ABVFP and now with some help of a script (.php) i can aquer the information to my web page ?

    i tried to run a check up for that with this script :

    <?php mysql_connect("host", "user", "password") or die(mysql_error()); echo "Connected to MySQL<br />"; ?>

    and it denies intry always

    any one ?


    Hey Danny,
    You didn't have to start a new thread but if that is all you wanted and I'm sorry if I didn't catch that.....Go to your control panel. Click on phpmyadmin. It will open up a new window and will take you to where your databases are located. If you named your database ABVFP then click on that link to view your database.
    Diane
    www.smallbizunite.net

    At first you don't succeed, pick yourself up and try again!

  3. #3
    dannysheps@hotmail.com is offline Second Lieutenant
    Join Date
    Feb 2008
    Posts
    138

    Default Re: database Queries with PHP

    yeah i shouldnt open it here but maybe other people that r'nt looking in that subject can help.

    i did go in to my phpmyadmin and all...but still its not what i wanted...

    i need to create a table in the database YES(no problem here)
    but after i created a table and put in information i want that the information will appear in my web page automaticaly

  4. #4
    StrictlyBusiness's Avatar
    StrictlyBusiness is offline Second Lieutenant
    Join Date
    Nov 2007
    Location
    Oklahoma
    Posts
    133

    Default Re: database Queries with PHP

    Quote Originally Posted by dannysheps********.com View Post
    yeah i shouldnt open it here but maybe other people that r'nt looking in that subject can help.

    i did go in to my phpmyadmin and all...but still its not what i wanted...

    i need to create a table in the database YES(no problem here)
    but after i created a table and put in information i want that the information will appear in my web page automaticaly
    lol yeah you definitely gotta wait for the big wigs to get on that has that knowledge. Did you contact Naval yet?
    Diane
    www.smallbizunite.net

    At first you don't succeed, pick yourself up and try again!

  5. #5
    dannysheps@hotmail.com is offline Second Lieutenant
    Join Date
    Feb 2008
    Posts
    138

    Default Re: database Queries with PHP

    nop
    in the support form there i dont know why but they ask my user name and password...thats a bit weird and there are not red astrics there but all the fields are requierd

    i hope he will see it here

  6. #6
    dannysheps@hotmail.com is offline Second Lieutenant
    Join Date
    Feb 2008
    Posts
    138

    Default Re: database Queries with PHP

    anyone ?

  7. #7
    dannysheps@hotmail.com is offline Second Lieutenant
    Join Date
    Feb 2008
    Posts
    138

    Default Re: database Queries with PHP

    Got It

    Thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49