Skip to content

Concept of a SaaS system

Good evening, I developed a system that behaves in the SaaS format, where the client only registers and already has access to use, in it I used a unique identifier for each client and they all use the same structure, PHP files and the same database . So far so good, because the domain does not change, that is…

php email and phone number validation

I currently have the following working code but I need to build on to this some email and phone number validation to make sure it is an actual email and phone number not other data. I have found code …

unable to remove special char % from url

I am trying to remove special character % from url. I tried lot of solution like string_replace and etc. but not success. I do not know what is wrong with my code: Can anybody help? Answer trim() – Strip whitespace (or other characters) from the beginning and end of a string This function returns a stri…

How to use mpdf in codeigniter?

controller: function pdf_question() view: In this code I have created a view file having name pdf-question.php and now I want to export these question into pdf formate for this I am using mpdf codeigniter where I have load M_pdf.php library and mpdf in third party but Its not working it show me an error and i…