PHP search multiple input field box help
I am having a problem with my search script. At current it will simply search by a selected date whi
Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */
Web Application Recipe
Hi Guys!
I am working with the Web Application recipes. I am currently working on the sen
Sub-domains & calling unique content
Hello,
Is there a way use something similar to the $_GET function for a sub-domain? I to be a
add 20 000 to the rowcnt
Hi ...
I need to add 20 000 to the row count but just cant find a way to do this i am new to php
How to store checkbox array in a session, and then be able to add to it?
I'm trying to store an array of checkbox values into a session array, sort of like a shopping cart,
Connecion issue
Hi,
For some reason, I keep getting this error when trying to connect:
Warning: mysql_
FROM_UNIXTIME($phpdate);
Hello,
I tried to use this :
$date = FROM_UNIXTIME($phpdate);
ANd I was t
why aint this working?
i have this code:
Code: $num = 250;
$count = ($num - $rcount);
echo $rc
need help with this contact form
I made this form and I need it to read the data and write the data to a table and its not working ca