hi guys i want to post an information to server based on my php id first i got my id like this : var msgId=document.getElementById('newMsg').title; second on used an ng-clic...
if(isset($_GET['id'])){ $msg_id=$_GET['id']; $cited_message=mysqli_query($connection,"UPDATE message_board SET cited=1 WHERE id='$msg_id'"); } ?>
hi guys i want to send form data to server with angular but my form has an id and i store it in my $id variable in php if u want to get this id with angular should i use json ...
Helo does any one have tutorial abt makin admin dash board template with angular?
hey guys i have a problem one of my input fields turn into one after it has updated and refreshing the page? anybody know what can go wrong?
actually it shows the data on the log but not on ng-bind ,should i use json parse now that i have the response data?
by the way is it possible to use php inside javascript likethat?