PHP interesse |
|
[b]Parse error:[b] syntax error, unexpected T_VARIABLE in on line 40
line 40, word hier nu dus lijn 3
snap niet goed wrm die $rConnectionID een fout geeft
<?php
public function connect ($host, $username, $password, $port) {
$rConnectionID = @mysql_connect($host, $username $password, $port);
if ($rConnectionID === FALSE) { ?>
<?php public function connect ($host, $username, $password, $port) { $rConnectionID = @mysql_connect($host, $username $password, $port); if ($rConnectionID === FALSE) { ?>
|