3,410 reputation
3827
bio website shaquin.tk
location Behind you
age
visits member for 11 months
seen 4 mins ago
stats profile views 747

PDO | HTML5 | CSS3


For MySQL, use PDO (PDO::prepare, etc.) instead of the deprecated mysql_query.

Another alternative is MySQLi.

mysql_* functions have now been officially deprecated.


I do web development, e.g. HTML, PHP, JS, CSS.

I put my experiments on my website Shaquin.tk, see my experiments page.

If you don't find them interesting, check out my projects.

There is only one project right now (a visitor map).

Here is one of my experiments:

Geolocation

It's an IP to location script that gets a Google Maps image of your approximate location.

The accuracy appears to be 4 km at the least, and 300 km at the most.



1d
revised How to auto-size an iFrame?
added 13 characters in body
May
17
revised Push notification different Messages for different servers ios
deleted 69 characters in body
May
17
comment Push notification different Messages for different servers ios
Looks like you have 'magic quotes' enabled on your web hosting.
Apr
28
reviewed Close Deny pages if user is not logged in, but not reload index page
Apr
27
answered Executing a binary on Linux web server through PHP's exec
Apr
23
revised Allowing up to 2 consecutive line breaks in HTML
Shortened code (see @Jack's comment)
Apr
23
comment Allowing up to 2 consecutive line breaks in HTML
Thanks @Jack - I knew there would be a shorter way :-)
Apr
23
answered Allowing up to 2 consecutive line breaks in HTML
Apr
22
reviewed Approve suggested edit on 500 Internal Server Error on PHP Files - GoDaddy
Apr
22
comment Modify html attribute with php
I've posted my code as an answer now.
Apr
22
answered Modify html attribute with php
Apr
22
reviewed Close How can I do the following regex in ruby?
Apr
21
comment Modify html attribute with php
Here's a better solution
Apr
18
reviewed Close using functions to create a set of variables php
Apr
18
reviewed Close Twitter “@” and “#” linking in PHP
Apr
18
reviewed Close Fetch Json values
Apr
18
comment no border radius in IE8, css3PIE not working?
@Pekka웃 IE requests all behavior: URLs from the root directory, whether there is a leading slash or not.
Apr
18
comment How can I mimic Greasemonkey/Firefox's unsafeWindow functionality in Chrome?
This doesn't seem to work any more in the latest version of Chrome.
Apr
13
reviewed Close Which PHP function should one use to open files on a server?
Apr
13
reviewed Close Where can I find a practical HATEOAS Javascript client example?