Search found 22 matches
- Wed 27. Apr 2005, 11:47
- Forum: phpwcms Support English
- Topic: Scroll Ad / Sticky Ad ( Menü mitwandert mitwandern )
- Replies: 4
- Views: 1421
- Wed 27. Apr 2005, 11:32
- Forum: phpwcms Support English
- Topic: PHP code insert
- Replies: 6
- Views: 1955
- Wed 27. Apr 2005, 10:36
- Forum: phpwcms Support English
- Topic: Transfer from localhost to Server
- Replies: 9
- Views: 1994
- Tue 26. Apr 2005, 17:09
- Forum: phpwcms Support English
- Topic: Cannot select images in articles, though they are uploaded
- Replies: 5
- Views: 1638
- Tue 26. Apr 2005, 17:06
- Forum: phpwcms Support English
- Topic: Direct File-Link[SOLVED...now really :)]
- Replies: 16
- Views: 5302
- Tue 26. Apr 2005, 17:00
- Forum: phpwcms Support English
- Topic: SWF inside
- Replies: 2
- Views: 1136
- Tue 26. Apr 2005, 16:59
- Forum: phpwcms Support English
- Topic: Transfer from localhost to Server
- Replies: 9
- Views: 1994
- Tue 26. Apr 2005, 12:05
- Forum: phpwcms Support English
- Topic: Transfer from localhost to Server
- Replies: 9
- Views: 1994
- Mon 25. Apr 2005, 13:51
- Forum: phpwcms Feature Requests
- Topic: gezielte Aktualisierung der Homepage
- Replies: 4
- Views: 1755
- Mon 25. Apr 2005, 13:02
- Forum: phpwcms Support English
- Topic: Transfer from localhost to Server
- Replies: 9
- Views: 1994
- Mon 25. Apr 2005, 12:02
- Forum: phpwcms Support English
- Topic: Transfer from localhost to Server
- Replies: 9
- Views: 1994
- Mon 25. Apr 2005, 09:42
- Forum: phpwcms Support English
- Topic: Transfer from localhost to Server
- Replies: 9
- Views: 1994
Transfer from localhost to Server
Hi, i tried to transfer my existing page on localhost to my server. I uploaded all files, changed conf.inc.php and exported all tablecontents with phpmyadmin. Then i tried to upload this sql with phpmyadmin on the server.
But this line:
ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ...
But this line:
ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ...
- Thu 14. Apr 2005, 15:28
- Forum: phpwcms Support English
- Topic: Separate menu and submenu
- Replies: 2
- Views: 833
Hi
I'm not quite sure, but i think i had the same problem.
Maybe this helps: http://www.phpwcms.de/forum/viewtopic.php?t=6558
Good Luck
Phil
I'm not quite sure, but i think i had the same problem.
Maybe this helps: http://www.phpwcms.de/forum/viewtopic.php?t=6558
Good Luck
Phil
- Wed 13. Apr 2005, 17:08
- Forum: phpwcms Support English
- Topic: Zwei Fragen zu active_row
- Replies: 14
- Views: 2387
- Wed 13. Apr 2005, 16:48
- Forum: phpwcms Support English
- Topic: UPDATE phpwcms_article SET article_public = '0';
- Replies: 2
- Views: 1091
To execute an SQL command from php simply use this code:
see this page for details: http://ch2.php.net/manual/en/function.mysql-query.php
Code: Select all
$result = mysql_query("SQL-Statement")