Search found 1 match

by marvanni
Tue Oct 30, 2007 4:16 am
Forum: Joomla! Coding 101
Topic: how to solve if Value does not insert into database...
Replies: 4
Views: 993

Re: how to solve if Value does not insert into database...

Have you tried to store the url variable in a separate variable?


Code: Select all

$idda= stripslashes( strval( mosGetParam( $_REQUEST, 'idda', '' ) ) );
$myID= stripslashes( strval( mosGetParam( $_REQUEST, 'myID', '' ) ) );

$add_query="insert into sponsors values('','$idda','$myID')";