disable all input buttons
Hello Friends,
suppose i do have a file ( file.php ) has a submit button
Code: [Sele
PHP and MySQL Question/Help
I have a MySQL db with all my servers and all their details like server name, IP, OS, RAM etc etc 26
Extract text from string
Hi folks,
I have a string that looks like this:
aaaaaaaaaa:
bbbbbbbbbb (ccccccccc)
Table sorting
Hi,
I'm trying to modify the following in order to make the output table sorted alphabeticall
how to remove in php string display
My code is
$message="We're looking at developing our website.";
$body= "My mess
mails going in spam??
The mails I sent to folks in my database using mail(function) are going in spam??
Any idea ho
The page should be expire when cilck back button
hi,
i'm new to php world.
i create user registration page.
when i submit it,data goes to my
Extending Exception to contain method name
I was wondering, if there's a way to extend Exception in such a way, that it would contain name of a
how to load a Sys file with system load and call images?
normally you need register the module as a service with CreateService, and start the service
void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan