Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~376 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

4 Posted Topics

Member Avatar for lalomoreno

[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" …

Member Avatar for Josh Connerty
0
168
Member Avatar for Lazey

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? …

0
58
Member Avatar for jzimmerman

[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 …

Member Avatar for ShawnCplus
0
80
Member Avatar for Lazey

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 …

0
70

The End.