User Profile

Collapse

Profile Sidebar

Collapse
kilo
kilo
Last Activity: Nov 10 '07, 08:17 PM
Joined: Jul 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kilo
    replied to SQL query failed: "Table doesn't exist."
    in PHP
    I have the database inc.php were the database is connectet. all of the php make a requst to database.inc.ph p..
    And still tray to create a dicttation whithen this link of create.dict.php ..and i can't see what the missing table is..

    Database.inc.ph p
    [php]

    <?
    function connectDatabase () {
    $connect=mysql_ connect("localh ost","test_dig_ dk","password!! !");
    ...
    See more | Go to post

    Leave a comment:


  • kilo
    started a topic SQL query failed: "Table doesn't exist."
    in PHP

    SQL query failed: "Table doesn't exist."

    Hey.. I need someone hwo can help me making my sql table..
    I have no php skills. I have payed for a php program that shoud make dictation for people that have some problems reading danish.. with sound and text..
    When I'm making the dictation with PHP I'm getting an error like this.: Query failed (SELECT word FROM repository): Table 'test_dig_dk.re pository' doesn't exist

    the first one of the php, that I soud use for makeing...
    See more | Go to post
    Last edited by pbmods; Oct 13 '07, 06:47 PM. Reason: Removed excessive formatting so that people are less likely to ignore your post.

  • kilo
    replied to unexpected T_VARIABLE, expecting '{'
    in PHP
    OK. I get it now

    I have spoking to the company and it has been shout down. It's only one man sitting there.. what a shame..
    I hope so much that you can help me through this..

    Can you see what the following error mains:

    Warning: mysql_fetch_arr ay(): supplied argument is not a valid MySQL result resource in /customers/test-dig.dk/test-dig.dk/httpd.www/ib/select_audio.ph p on line 27

    ...
    See more | Go to post

    Leave a comment:


  • kilo
    replied to unexpected T_VARIABLE, expecting '{'
    in PHP
    I having small proplems. I think. I've getting some errors 3 at all....

    If we can take one at the time.

    One of them are: Warning: mysql_fetch_arr ay(): supplied argument is not a valid MySQL result resource in /customers/test-dig.dk/test-dig.dk/httpd.www/ib/select_audio.ph p on line 27

    The php code are:

    [code=php]
    <?
    require("databa se.inc.php");
    { connectDatabase ();...
    See more | Go to post

    Leave a comment:


  • kilo
    replied to unexpected T_VARIABLE, expecting '{'
    in PHP
    Hi ajaxrand. Yes?? I think so...
    It's a program that I payed for, to help people to read and write Danish. the program should make the dictations and save it to a database, were people can
    load them. The main frame of the php is database.inc.ph p were all php tools use to make a connections to DB to save and upload...
    If you can make this happen that all my php's are working. I have no problem discuse your payment for your h...
    See more | Go to post

    Leave a comment:


  • kilo
    replied to unexpected T_VARIABLE, expecting '{'
    in PHP
    That did help.. { ??... Thank you very much.
    See more | Go to post

    Leave a comment:


  • kilo
    started a topic unexpected T_VARIABLE, expecting '{'
    in PHP

    unexpected T_VARIABLE, expecting '{'

    Someone please see what the problem is.. I have getting an error: Parse error: syntax error, unexpected T_VARIABLE, expecting '{' in /customers/test-dig.dk/test-dig.dk/httpd.www/database.inc.ph p on line 3

    my php codes are:

    [CODE=php] <?
    function connectDatabase ()
    $connect=mysql_ connect("test_d ig_dk", "test_dig_d k", "myusercode ");
    $select=mysql_s elect_db("ib",$ connect);...
    See more | Go to post
    Last edited by ak1dnar; Jul 10 '07, 02:45 PM. Reason: Added [CODE] tags
No activity results to display
Show More
Working...