mysql_pconnect("localhost", "user", "pass");
mysql_select_db("news"); if(.$_GET['submit']);
is there something obviously wrong with this?
i cant get it to work.
sorry if this is against the rules, but i just couldnt understand the Sticky note.
Moderator: General Moderators
if(.$_GET['submit']);
Code: Select all
if($_GETї'submit']);Code: Select all
if("$_GETї'submit']");Code: Select all
if($_GETї'submit']) { ACTION }Code: Select all
if(TRUE):
//actions
endif;
if(TRUE) //action;
if(TRUE){
//action
}