Hello Everyone,
I am haveing trouble using the results from one query in another query.
$Query= "SELECT email.email, email.id, usermap.id, usermap.email
FROM email
LEFT JOIN usermap ON usermap.email = email.id
WHERE email.email = '$email' ";
$Result = mysql_query( $Query );
$Lookup =...
Hello Everyone,
I am haveing trouble using the results from one query in another query.
$Query= "SELECT email.email, email.id, usermap.id, usermap.email
FROM email
LEFT JOIN usermap ON usermap.email = email.id
WHERE email.email = '$email' ";
$Result = mysql_query( $Query );
$Lookup =...
hello everyone,
I have a situation where I am using a button to send an httpservice and run a function as well as go to a new state.
The function uses the results from the http service. I am having a timing problem because the function does not take the data fast enough.
I tested the function...
Hello everyone,
I am having trouble with my PHP MYSQL project.
I have a usermap which stores the ids of all data.
For example it contains first_name_id, last_name_id, address_id etc.
I am now creating a program where I need to take all of the user ids from the usermap and match it with the...
hello everyone.
I have created a login page with PHP and Adobe Flex Builder. When a person logs in I have created a cookie which takes my query to display their information from the database. my problem is that it doesnt access the cookie instantly. I have to reload the page to access the info...
Hello Everyone,
I have moved my website from windows with apahce to linux with apache and now am experiencing path problems.
before I could do this ../php/includes/test.php
now in linux those kind of paths do not work.
any ideas on how I could do this in linux?
Thanks
Hello Everyone,
I have moved my website that I was using with Windows and Apachee to my linux box and now I am having path issues.
I used to be able to use something like ../php/includes/
now I cannot use this sort of path. What is the correct way to do this in linux?
Thanks Again
Steve
This error occured when I upgraded from older version of php.
I read some other forums and found out I needed to change:
return new MySQLResult($this,$queryResource);
}
To:
$output = &new MySQLResult($this,$queryResource);
return $output; }
From my research this is a common...
Thanks so much for the info. I think I am on the right track now. I will be moving into an enviroment where this is all setup just need to learnt the commands and practice practice practice. Thanks! :)
As far as I know I will not need to be designing websites with this stuff. just working with databases. Phpmyadmin works as a GUI correct? I had trouble getting it all setup because I thought I did not have a server set up on my system. Is there an easy way just to practice just with databases...
Thanks for the info. My goal is to set up the server and use it to practice with databases. The new company I am ging to uses MySQL to run their databases. I have a good book on MYSQL but it assumes the server is already set up with PHPmyadmin. so to be prepared I need to set up a server and get...
Hey Guys I am looking for some tips on setting up a practice server for mysql.. I have a computer set aside to do this. I am thinkning of just putting linux on there.
As far as these things go I would need to get a server program such as Apache?? I will also need PHP installed as welll as...
thnaks for the suggestion. I want to get into programming a little later, but I must familiarize myslef with things such as mySQL PHP, OBDC Links, and Crystal Reports. I believe they are running their databases with MYSQL. I have only netwrok admisitration experience with no programming or data...
Hello Everyone,
I am moving into an office where I will be required to learn how to use SQL language with MYSQL. I dont have any programming experience and was wondering where should I start? Maybe with C sharp. Any suggestions will be helpful
Thanks :)
Hello everyone,
I was wondering if I could get some suggestions for a dual port router which will run both my data and VOIP. Right now I am using Cisco 3200 for VOIP over GRE Tunnel and Netscreen NSS for data over IP Sec. I am looking to get one piece of equiptment that will save me time and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.