Summary: Im having great difficulty with PHP5 and my current project. The environment is: PHP5 and MySQL4.0.20a-nt running on IIS V5.1 on Windows XP Profession...
Summary: Can anyone please tell me what mysql returns if no records are found? Here is what I am doing: $query = "select from ...."; $result = mysql_query($qu...
Summary: I have just installed mysql 3.23. Anytime i try to get into any of the DB's i keep getting a 1044 error saying "Access denied for user '@localhost' to...
Summary: Hi All, I am trying to UNzip some .ZIp file which has a directory structure using PKUNZIP command. And yestaerday I have installed PKZIP on my win ser...
Summary: It would be helpful to see mysql's error here, and the final sql query: $result10 = mysql_query($sql) or die("Couldn't execute query.problem: $sql ".m...
Summary: Hi all, We at our college have web server to which we can logon using ssh and telnet. From there I can access my mysql and do everything to my databas...
Summary: i have a question... i build an application using VB.NET. in that application there's a method that load an image file from network (fully shared fold...
Summary: hi i managed to configure php/sql/apache etc... however when i try to get mysql running i get this error!"cannot connect to mysql on 'localhost' <1...
Summary: I have MySQL 3.23.33 up and running on my computer (using Apache) and everything appears to be running smoothly (I can run most commands and view mysq...
Summary: i am trying to retrieve data from a table that i have stored in a database on mysql using php. The database is called test and the table is called p...
Summary: hi, i'm having a table in mysql which has a column name DOB, the field of which defined as date. & i'm inserting the data into it, after converting ...
Summary: Ok I'm not sure how this happened but for some reason I cannot view my help files in visual studio .net 2003. I get 'Invalid Syntax Error' and 'This p...
Summary: In the WinMySQLAdmin under the my .ini Setup tab it says: user=Brad password=password my PHP reads: $conn = mysql_connect("localhost", "Brad", "passwo...
Summary: Up until recently I was using VB to as a front end to an Access database. I have since migrated the database to MySQL and thought all was fine. I can ...
Summary: hi im new to php programming and i have created a form that sends a email to an email address tht i specify. i want this email to be displayed in a...
Summary: I am trying to learn php and mysql. I have some code that I am pretty sure works and a database that I think works. What I am trying to do is using...
Summary: I have created the following batch file that automatically creates a file call printer.vbs on a remote system, but when I try to get psexec to lauch t...
Summary: [HCHS Server] ERROR 1045: Access denied for user: 'root@127.0.0.1' (Using password: YES) What is that all about?! I'm using the MySQL control center. ...
Summary: Hi guys, and thanks for your replies. My program supposed to be a simple lexical analyzer and it is using an external file containing some definitions...
Summary: i have a big project in vc++ in vc 2003. i have to change in vc2005 . i have a dll in vb . when i m compile it in 2005 it is showing errot like "Error...
Summary: when i type mysql, i get this error message: Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2) the file /var/run/mys...
Summary: hello... i'm coding in VC++ .NET and performing queries to a MySQL database..i have to perform multiple queries in parallel but with different tables ...
Summary: When i try to compile this using gcc 3.2.2 displays me error message ... but with TURBO C++ 3.0 and TURBO C 2.01 works fine plz help /* * X-Crypter ...