Jump to content
The Uniform Server Community

DanielA

Member
  • Posts

    6
  • Joined

  • Last visited

DanielA's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Using :$query = "select clientname, jobnumber, Date, id from timesheets.stanger WHERE " . $what . " LIKE '%$SearchText%'"; I then do this: MYSQL_result($result,0,0); which gives thie warning is the page displayd output: Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 3 in W:\www\flash\test2.php on line 23 Everything works fine on this page,but when nothing is found from the 'search' then that warning message pops up. How do I turn off that warning message so it is not displayed in my webpage when there is a search that yeilds no results? I want errors to display just not a pointless warning.
  2. I did export it as sql, but pasting that whole thing into the sql windows doesn not regenerate the data base and table entries. Same thing on file..
  3. I tried to use phpMyAdmin to import a database I have exported. It is in the form of SQL. The table and fields setup ok, but no data was entered so I pasted only the insert into lines from the text file into the SQL window. Only the first instruction runs. How can I get all this data impoted without cutting and pasting every single insert command into the SQL window one at a time?
  4. I have not tried downloading a new copy yet. I already have the latest version...
  5. In the MySql admin I created a database. Then in Php I created a table. When I select that database and then click on the table name the page that comes up keeps 'refreshing' (i guess) without end. It brings up a few table headings and then blanks the sceeen and appears to start over. It never does work.. Any idea how I can fid this?
×
×
  • Create New...