Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th
search function
HI guys,
if anyone could point us in the right direction of how to do this, or provide some t
Help with Contact Form
I have this Form on an html page and the associated code on page.php (below).
I keep getting the
Solution to the FindControl problem
I have seen may posts about having problems with the FindControl method. Most seem to come about bec
Shuffle between users ??
I have multiple $users in table. I need to send them $message.
I need to send the next messag
help countdown timers
hello every one,
I'd like to know how to insert many countdowns in the same page.
The dura
problems with contact forms that are only protected against SQL injections
What could be a potential problem with contact forms that are only protected against SQL injections
update the selected existing records of database
Hi frndz,
I am new to php and get stuck....
Edit.php > Update.php > Updatea
Why Are These Functions Causing MASSIVE Memory Problems? Please Help!
Hi,
I have a script with some options.
I use regex to replace patterns in strings, but
RTF fomatting to email content
Im trying to sen an email with content is picked up from a rtf-file (file_get_contents('*.rtf'). Mai