No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: Script you shown only gets the list of domains and forward them in /frontend/$cpanel_skin/subdomain/doadddomain.html. Put /frontend/$cpanel_skin/subdomain/doadddomain.html code here. | |
Re: The error you have alerts you that you have an unescape block. Simply put you have "{" but don't have "}". Problem may be caused by structures like that: [QUOTE] }elseif (strlen($reg_username) > 3 || strlen($reg_username) < 40) [COLOR="Red"][B]{[/B][/COLOR] if (strlen($reg_password and $reg_password2) <= 5 || strlen($reg_password and $reg_password2) >= … | |
Re: "Thank You!!<br /><br />PERSON:"." ". $row['fname']." ". $row['lname']." | |
Re: [quote]resource mysql_query ( string $query [, resource $link_identifier ] )[/quote] $res = mysqli_query([COLOR="Red"]$mysql, $sql[/COLOR]); $res = mysql_query( [COLOR="Green"]$sql, $mysql[/COLOR] ); Where $sql - query to mysql server And $mysql - resource givven by mysql_connect(). |
The End.