Summary: Hi: Im doing a project using PHP & MYSQL. i have a question regarding that. i have 2 tables in my database EMPLOYEE TABLE 1: EMP_ID (PK), PASSWORD (AT...
Summary: Hi. i downloaded MYSQL and PHP. i get mysql to work.. but im not sure how to practice using php. where to i put all the codings into.. how do i get it...
Summary: The script that follows is intended to run when it is invoked by Paypal's IPN (Instant Payment Notification) but I have (somehow) broken it and des...
Summary: "It is my understanding that one needs to setup or have access to a database on their server and then the phpBB install program sets up the database t...
Summary: hI IM TRYING TO RUN MYSQL ....I GOT APACHE STARTED BUT I KEEP GETTIN THIS ERROR ON MYSQL 'CANT CONNECT TO MYSQL SERVER ON 'LOCALHOST' 10061 WHAT SHOUL...
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: I looked at the Mysql docs and they do list bitwise operators (|, &), but I didn't see any discussion of how to use them. I just tried a query on a t...
Summary: Hi there, please can someone help me out, i`m really having a tough time tring to connect to my remote mysql DB, this is the connection string i`m usi...
Summary: Thanks very much, I was close, but doing it in reverse. Forgot about the pipe. The ECHO's on each line didn't seem to work for me though, I had to do ...
Summary: I have hosted my phpbb2 board on lycos, they have access to the a mysql database :) for free. But lycos puts the board in a frame http://members.lycos...
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: Dear All, I currently have a data structure that has been taken from a database with the relevant bits looking like this: Survey 1..* SurveyEvent 1..*...
Summary: Hello everyone! :-D OK, I'm trying to use this tutorial: http://www.informit.com/articles/article.asp?p=101661&seqNum=1 But my compiler screws up! I t...
Summary: Hi, Hope you can help.. This is what i have: using PHP & MySQL ComboBox1 (Named Carriers) ComboBox2 (Named Brand) ComboBox3 (Named Model) Text B...
Summary: Hi there, need some help from the people out there. Is there any possible command to retrieve or sent a mysql query result from a php script to anothe...
Summary: hi guys.. i have some question to ask you guys. can visual basic work with mysql as database. i use phpmyadmin. and.. php can work with access as data...
Summary: SELECT * FROM news, edition WHERE news.data = (SELECT MAX(edition.data)) Is this query supported by MySQL? If not, can this query be modified? And how...
Summary: Hello, i am trying to create a website where people can post links and then people can post comments about those links. Same as what happens at comput...
Summary: the MYsql database version has been upgraded and now if a user logs in add a listing the listing is NOt added You can view the d/b all Ok and the end ...
Summary: Hi! I've just started using mySql and so0n realized that you can't write subselect sql queries, I tried JOINs but I can't get it right. Can someone pl...
Summary: !!!ATTENTION PHP EXPERTS!!! I am trying to build a website in PHP and MySQL that will have URL links redirected through a database so I can track them...
Summary: i`m stuck please can someone help!!! this is my connection string at the moment, Set Conn3 = New ADODB.Connection Conn3.CursorLocation = adUseClient ...
Summary: How do I determine what my host name is for MySQL access from PHP? I am running the following: P3 1.0 GHz 384 MB RAM Win98 PHP 4.0 MySQL Apache 3 An...