get the country of visitor and display content based on that
Hello all,
I have seen that Google analytics can tell you where a visitor is coming from and
PHP Code / Script To check weather the given email exists in a domain
Hi,
I want to implement the following in my web page
in sign up we will ask to enter u
Looking for help reading a .txt or .ini file and outputting the info.
I have a file called Info.ini and It has the following info:
Code: [General]
Online=0
I wou
How do I get the row number from from an sql table query
Hi all
I have a table that I query and it returns a number of rows.
mysql_num_rows($query)
limitations on array_unique()
Does any one know what/how imitations are applied to array_unique? I have an issue where no matter h
Connect to database that isn't localhost
I am currently doing a small script for a company that doesn't have mySql support on there hosting.
PHP referral database. I would like this form to email the referrer.
Okay, Hello I've been trolling for years. This the first time I've ever asked for php help. Normally
The repetition structure: the while statement not working
New programming student, have assignment as follows:
A restaurant has 4 lunch combos for custom
Packet Design
Hi All,
Im new about network programming and I want to design a protocol but I have some question
void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan