SELECT * FROM (SELECT Distinct aduan_fb.fakultiid, fakulti.nama_fakulti from aduan_fb INNER JOIN fakulti ON aduan_fb.fakultiid=fakulti.fakultiid INNER JOIN (SELECT distinct CO...
hai..i have an mail configuration.. that before this working smoothly.. but when upgrade the code using mysqli prepare statement and im also change dropdown by populate from d...
when im echoing the variable its shows a long string such as 1.blalala 2.lalala after dump i got only - 2.lalala is this the problem of scop? impretty sure is not out of sco...
hi...is there any good reference to insert records with multiple rows at once? thanks
multiple dropdown selection... using mysqli prepare statement is there any additional funtion that we must included?
hi..there is general question... can we select the data first then insert or insert then select the data?
the data all can be save..only the email can't be send or auto reply.. is it related to db?
agreed..do you want to open new link layout page based on that? what $email do have?
ok understand..also, is there any changes that we must do in our php codes?
my data is limited..have u already try with?
implode? by ","..?