Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
How to make a mail Form secure?
I want to create an email Form on my web site. How can I make the Form secure so the submitted info
difference between datetimes
($row['totime']-$row['fromtime'])/60
this is giving me 0
example of totime and fromtim
header redirect problems? please help
Ok i am making a site that generates youtube thumbnails and i am generating an image that displays 1
Problems with adding a link to one position in a 'foreach' loop, please help
Hello!
Iam pretty new to programming and I wanna create a table with users from an array. It
Help with translating C code into assembler code
Hi im doing a project that moves a robot around a maze avoiding walls and need some help with conver
split string
Hi all
i have some names (imploded by comma):
Code: toronto,paris,madrid
Now, i would
my sql select id and then update problem.
I need to select some auto incremented ids out of a database and then use those id in a where statem
check comment for html
hi, I just wanted to check if a comment a user posts contains HTML, and if it does, to not allow it
Multi dimensional arrays
If I put in this code:
1
2
3
4
5
6
7
8
9
10
11
12
13<