No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
[QUOTE=lalomoreno;879268] // put some of this info into the history table $query2 = "SELECT recnum, store, editor, zoneName, template, editDate INTO history FROM zones WHERE editDate='$editTime' AND zoneName='zone1'"; mysql_query($query2) or die('Zone1 Copy Query Failed: '.mysql_error());[/code] [/QUOTE] According to [url]http://dev.mysql.com/doc/refman/5.0/en/select.html[/url], I do not believe you can use "SELECT ... INTO table2" …
Greetings, I am looking for a FAQ script that will work as an addon for Magento. I was looking at phpmyfaq, but that is an external script that does not seem to integrate well with Magento. Is anyone currently using a decent FAQ script? Do you have one to recommend? …
[CODE]$result = mysql_query("SELECT DATE_FORMAT(firstarrival, '%d %M %Y') as newfirsta,... [/CODE] is different than: [CODE]$query = "SELECT * FROM participants WHERE participantID = ".$participantid."";[/CODE] I do not see the mysql call in the second. Typically, if you set up $query, then follow it when: [CODE]$result = mysql_query($query, $connection);[/CODE] I hope it …
I have Thunderbird installed on my home Desktop and work Laptop. I have each set to leave mail on the server until I delete it. This worked great until last week. Suddenly, my Desktop stopped retrieving emails for one of the four email account under the profile. It reports that …
The End.
Lazey