Forum: PHP Mar 10th, 2005 |
| Replies: 22 Views: 11,350 tried both of those edited the typos ie student instead of students ..now all the page does is posts back on itself..no error message...the code is designed to show the error message student not... |
Forum: PHP Mar 5th, 2005 |
| Replies: 22 Views: 11,350 it now gives this error
Invalid query: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '@hotmail.com and... |
Forum: PHP Mar 4th, 2005 |
| Replies: 22 Views: 11,350 just a thought this is what i have
a test database (mysql) called mildmaydemo
the root user
a second user i created called chris
both have full privilages to the mildmaydemo database
iis 6... |
Forum: PHP Mar 4th, 2005 |
| Replies: 22 Views: 11,350 hi pasted the code in and got the same error in return ie:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\Inetpub\wwwroot\mildmayphp\index.php on line... |
Forum: PHP Mar 4th, 2005 |
| Replies: 22 Views: 11,350 lines 38 and 39 are in bold
// $conn is of type "adodb.connection"
$db_host = 'localhost';
$db_name = 'mildmaydemo';
$db_user = 'root';
$db_pass = 'astra123';
$pconn = 'off'; |
Forum: PHP Mar 3rd, 2005 |
| Replies: 22 Views: 11,350 i dont think thats the problem even when i remove that line
the page returns on itself and says user not found..i have an identical site on the same server written in asp it connects to the same... |
Forum: PHP Mar 3rd, 2005 |
| Replies: 22 Views: 11,350 hi thanks for that
i went to get a drink and watched some tv..i did not touch th e pc at all..when i came back the phpmyadmin was working???? bizzare as before i left it it wasnt...no restart... |
Forum: PHP Mar 2nd, 2005 |
| Replies: 22 Views: 11,350 yes i have enable php mysql in php.ini
also libmysql.dll is located in c:\windows
this is the error from the index.php (phpmyadmin)
cannot load mysql extension,
please check PHP Configuration... |
Forum: PHP Mar 2nd, 2005 |
| Replies: 22 Views: 11,350 i installed from zip and copied libmysql.dll and php5ts.dll to win/system 32. my php.info page works ok i was reccomended to configure my php.ini file to recognise mysql ie
;extension=php_msql.dll... |
Forum: PHP Mar 2nd, 2005 |
| Replies: 22 Views: 11,350 firstly apologies for the double submission
hi the version of mysql is mysql client version 5.0.0(4.1.10nt-via TCP/IP) and the php version is 5.0.3. im using windows 2003 and iis 6. My previous... |
Forum: PHP Mar 2nd, 2005 |
| Replies: 22 Views: 11,350 hi the version of mysql is mysql client version 5.0.0 and the php version is 5. im using windows 2003 and iis 6. My previous error was that the page returned on itself stating that the user was not... |
Forum: PHP Mar 1st, 2005 |
| Replies: 22 Views: 11,350 hi im new to php/mysql i have developed a code in asp and converted it to php with asp2php programme. the original solution asp/sqlserver iis works fine..the new solution will be a iis php mysql.... |