Just wondering what you think about my site
I am new to phpfreaks i just seen this form and thought it would be cool to see what other thought a
Multiple server callbacks (NOT POSTBACKS)
Hello,
I have 2 different javascript client side functions that are on timers. When the timers elap
php multiple action on submit
I have a form which says:
<form enctype='multipart/form-data' method='post' action='pr
FROM_UNIXTIME($phpdate);
Hello,
I tried to use this :
$date = FROM_UNIXTIME($phpdate);
ANd I was t
mail() says sent but no email received
My code is quite simple:
Code: <?php
$to = "Ty44ler@yahoo.com";
$subje
Help with lottery style system?
I'm working on a currency system for forums and it is going to have a type of lottery system built i
php and downloading
I want to use a php script to create two files. Then I want it to redirect (or whatever) to have tho
very easy question about SQL info
Hello,
I think that I have a very easy question.
I know how to create a form using php SQL and
HELP with mysql_real_escape_string
I'm looking to remove apostrophes completely when someone enters lyrics but don't have a clue how to
SQL Injection
In my attempts to protect my database from mySQL injection I have created another problem for myself