Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
How to get exact 3 moths post date from today date using javascript
How to get exact 3 moths post date from today date using javascript
Please help
Searching keywords from array
Hello everyone, Im just wondering if someone could help me with another issue im having. Im still le
PHP Tab Control
Hi All,
I would like to have PHP tab control with/without Javascript.
But I want to r
help countdown timers
hello every one,
I'd like to know how to insert many countdowns in the same page.
The dura
php slowing my site?
Hi all,
I think that one of the reasons that my site doesn't work fast is that the code is ve
mail() says sent but no email received
My code is quite simple:
Code: <?php
$to = "Ty44ler@yahoo.com";
$subje
TCP Sending Unsigned Char...
Hi...
I want to send over tcp/ip some data, i have the data in hexadecimal, and when i tr
Functions Not Loading Into Div
I had some help doing some of this but what I'm trying to do is get my functions to retrieve its val
subtract 1 from value entered in text field
Hi
How do I subtract 1 from the vaue entered into a text field?
Thanks