displaying email without attracting a ton of spam
Hello,
this is maybe the wrong place to ask.
How would you display an email address on a w
Sending UDP Raw socket
I truly need help on this. I am trying to write a test program that simulate a network environment
PHP Redirecting
Hello everyone. Is there a way to redirect people to pages within a statement in PHP? Since there is
printing links
Hi every1
i am connecting to a table in sql and the looping through with a while ($ var = my
retrieving more than one max key from an array?
so i have an array of 20 numerical values (0-100) that i need to order from highest to lowest and th
How to grab certain words ??
I am working with this API
Returns JSON.
curl http://letsbetrends.com/api/current_trends
jquery validation in codeIgniter
hai i need to add client side validation to my fiels which are selected in a forloop.the fields are
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
How to submit a form to the same page?
I have a table containing information about books in my library and this table has the following col
Do something every fifth time?
I'm trying to write a loop, but I want it to do something different after every fifth instance. Like