Skip to content Skip to sidebar Skip to footer
Showing posts with the label Php

Can't Connect To Mysql Server On 'ipaddress' (110)

So I have a PHP file hosted on Namecheap server. $db=mysql_connect ('ipaddress', 'use… Read more Can't Connect To Mysql Server On 'ipaddress' (110)

Iterating And Displaying Json Data With Jquery

I have to display a set of records in a html table. I'm using PHP and jQuery for this. This is … Read more Iterating And Displaying Json Data With Jquery

Php Using Domxpath To Strip Tags And Remove Nodes

I am trying to work with DOMDocument but I am encountering some problems. I have a string like thi… Read more Php Using Domxpath To Strip Tags And Remove Nodes

How Can I Add Active Class In Laravel On Header Items When They're Clicked?

I've been trying to get active class on my header items when they are clicked. I have a menu an… Read more How Can I Add Active Class In Laravel On Header Items When They're Clicked?

Some Chars Encoded During Post While Others Are Not

TL;DR CodeIgniters' Security Class directly manipulates your Globals such as $_POST and it find… Read more Some Chars Encoded During Post While Others Are Not

How To Change Content Without Reloading The Page?

Ok, so lets say that I have navbar eg. home about me contact and I have a con Solution 1: You ca… Read more How To Change Content Without Reloading The Page?