Hmm, vreemd. Ik keek net in de database, en daar staan geen subbele entry's. Als ik het script uitvoer, krijg ik dit:
(5555) hello, this is a test sms
(5555) hello, this is a test sms
(1111) hello, this is a test sms
(5555) hello, this is a test sms
(1111) hello, this is a test sms
(2222) hello, this is a test sms
(5555) hello, this is a test sms
(1111) hello, this is a test sms
(2222) hello, this is a test sms
(3333) hello, this is a test sms
(5555) hello, this is a test sms
(1111) hello, this is a test sms
(2222) hello, this is a test sms
(3333) hello, this is a test sms
(4444) hello, this is a test sms
(5555) hello, this is a test sms
(1111) hello, this is a test sms
(2222) hello, this is a test sms
(3333) hello, this is a test sms
(4444) hello, this is a test sms
(6666) hello, this is a test sms
Terwijl ik dit wil hebben:
(5555) hello, this is a test sms
(1111) hello, this is a test sms
(2222) hello, this is a test sms
(3333) hello, this is a test sms
(4444) hello, this is a test sms
(6666) hello, this is a test sms
$var = '....'; // toekennen van tekst
$var .= '.....'; // de tekst achteraan $var knopen.
1e while
(5555) hello, this is a test sms
2e while
(5555) hello, this is a test sms
(1111) hello, this is a test sms
3e while
(5555) hello, this is a test sms
(1111) hello, this is a test sms
(2222) hello, this is a test sms
4e while
(5555) hello, this is a test sms
(1111) hello, this is a test sms
(2222) hello, this is a test sms
(3333) hello, this is a test sms
5e while
(5555) hello, this is a test sms
(1111) hello, this is a test sms
(2222) hello, this is a test sms
(3333) hello, this is a test sms
(4444) hello, this is a test sms
6e while
(5555) hello, this is a test sms
(1111) hello, this is a test sms
(2222) hello, this is a test sms
(3333) hello, this is a test sms
(4444) hello, this is a test sms
(6666) hello, this is a test sms
Hmm, ik ben nu bezig met het toevoegen van de MySQL connectie en ik krijg deze fout steeds:
<b>Parse error</b>: parse error, unexpected T_STRING in <b>C:\PHP\responder.php</b> on line <b>107</b><br />
Op line 107 staat dit:
mysql_connect("localhost", "user", "pass") or die(mysql_error());
Enig idee wat hier fout aan is?
Gelieve Niet Bumpen:
Twee of meer keer achter elkaar in een topic posten heet bumpen. Bumpen is pas na 24 uur toegestaan en kan een reden zijn voor de admins en moderators om een topic te sluiten. Gebruik indien nodig de knop om je tekst aan te passen.