User Profile
Collapse
-
I tried putting that in then the screen just comes up blank. No errors, but nothing else either.... -
Parse error: syntax error, unexpected T_VARIABLE on line 4
I am getting the error Parse error: syntax error, unexpected T_VARIABLE on line 4 but I can't seem to find what is wrong. Could someone please help.
[code=php]
<?php
$conn = @mysql_connect( "localhost" , "root", "password ")
$rs1 = @mysql_create_d b( $_REQUEST['db'] );
$rs2 = @mysql_list_dbs ( $conn );
for( $row =0; $row < mysql_num_rows( $rs2 ); $row++ )...
No activity results to display
Show More
Leave a comment: