Bocky Wocky Geplaatst: 25 januari 2003 Geplaatst: 25 januari 2003 Ik wil graag gaan testen met PHP-Nuke en MySQL. Thuis draait het probleemloos op Apache en wordt er automatisch een tabel "nuke" aangemaakt en gevuld in MySQL. Als ik echter upload naar Lycos dan wordt deze tabel niet automatisch aangemaakt. Blijkbaar moet dit handmatig. Wat moet ik in godsnaam invoeren??? Aangezien ik een leek ben op dit gebied, kan ik wel wat hulp gebruiken. There are 10 kinds of people in the world. Those who understand binary numbers and those who don't.
Gast Geplaatst: 25 januari 2003 Geplaatst: 25 januari 2003 Probeer dit eens: CREATE TABLE poll ( vraag text NOT NULL, antwoord1 text NOT NULL, antwoord2 text NOT NULL, antwoord3 text NOT NULL, antwoord4 text NOT NULL, stemmen1 int(11) NOT NULL default '0', stemmen2 int(11) NOT NULL default '0', stemmen3 int(11) NOT NULL default '0', stemmen4 int(11) NOT NULL default '0', totaal int(11) NOT NULL default '0' ) TYPE=MyISAM; CREATE TABLE poll_ip ( ip_adres text NOT NULL ) TYPE MyISAM een andere code die denk ik wel te gebruiken is, is deze: CREATE TABLE poll_ip ( ip_adres text NOT NULL ) TYPE=MyISAM; Kom je er niet, dan hoor ik het wel <img src="/ubbthreads/images/graemlins/xyxthumbs.gif" alt="" /> Groet
Bocky Wocky Geplaatst: 25 januari 2003 Auteur Geplaatst: 25 januari 2003 Uhum, dit ziet er bij mij iets wat anders uit. Ik zal je effe een linkje sturen via PM There are 10 kinds of people in the world. Those who understand binary numbers and those who don't.
-= [ Appien ] =- Geplaatst: 25 januari 2003 Geplaatst: 25 januari 2003 begin eens met PHPmyAdmin Das zekers een zeer handige tool, werkt via je webbrowser!
Bocky Wocky Geplaatst: 26 januari 2003 Auteur Geplaatst: 26 januari 2003 Da's inderdaad de tool die ook wordt gebruikt bij Lycos. Misschien een handige tool als je snapt wat er wordt bedoeld <img src="/ubbthreads/images/graemlins/crazy.gif" alt="" />, maar ik zie dit voor het eerst. Is er ergens iets over te lezen? There are 10 kinds of people in the world. Those who understand binary numbers and those who don't.
Gast Geplaatst: 27 januari 2003 Geplaatst: 27 januari 2003 @Bocky Allereerst heb je PM. Kijk hier eens: HELP, misschien vind je hier wat leuks. Suc6
Aanbevolen berichten
Maak een account aan of log in om te reageren
Je moet een lid zijn om een reactie te kunnen achterlaten
Account aanmaken
Registreer voor een nieuwe account in onze community. Het is erg gemakkelijk!
Registreer een nieuwe accountInloggen
Heb je reeds een account? Log hier in.
Nu inloggen