Category: PHP

Voilanorbert API using PHP curl

Search emails are based on the full name plus the domain or company name. When your account does not have sufficient credits an HTTP status code of 402 is returned. Also, take into consideration that we check the domain for its validity and get data using PHP curl. Example

Codeigniter https htaccess

.htaccess file is a configuration file used to override the main server configuration. .htaccess file placed in a directory and the configuration is applied to that particular directory and all the subdirectories. The most usage of .htaccess file is Rewriting URLs, Blocking, SSL, Customized error responses, Directory listing, Cache-Control, etc. Code

How to Add, Edit and Delete Records Using jQuery, Ajax, PHP and MySQL

The tutorial teaches you how to build a simple system where you can easily add new records to a database, view and update the added records in the database or delete the records complete from the database using Ajax/jQuery and PHP. You may also like How to Delete Multiple Records From MySQL Using PHP and How to Create, […]