Click here to Skip to main content
15,895,740 members

Comments by Abdul Rahman BCS (Top 8 by date)

Abdul Rahman BCS 15-Apr-17 6:16am View    
Thanks @afzaal and @Nick :) Fized it
Abdul Rahman BCS 6-Jan-16 1:12am View    
Thank you,
the thing I want is I have a table that I insert datas to the table fields from a excel file. all I need is when I update the table with another excel sheet(a sheet that has been changed in only some fields not all the fields changed) it should check the current table and should update only the changed columns.
Abdul Rahman BCS 30-Dec-15 5:05am View    
Warning: fopen(34061): failed to open stream: No such file or directory in D:\xampp\htdocs\url\indexx.php on line 10

Warning: fgetcsv() expects parameter 1 to be resource, boolean given in D:\xampp\htdocs\url\indexx.php on line 11

are the errors that it shows.. But when i run the download CSV code it downloads and saaves but when I try to update with the datas from downloaded file it shows above error. please help. I am a beginner
Abdul Rahman BCS 4-Jun-15 23:40pm View    
I have created a column in my table named popup(data type : bit)
After reminding an event how can i mark the event reminded so that it does not retrieved again to chck for events?
please help me. I am still stuck.
Abdul Rahman BCS 25-May-15 5:57am View    
I am trying but no use, Can anyone help me solve this?
I have given a facility to user to select the reminder type (such as daily, weekly[user will be asked to select a day], on a special day)
and when the user add an event after filling such fields (event name, event description, reminder type, date and time) and the app should remind him the events on specific time.
Please help me to do with this task?