Convert .fdf to .pdf
I currently have a web form that uploads the form data to an .fdf file and emails it.
However
array_combine() error
getting an "Warning: array_combine() [function.array-combine]: Both parameters should have an e
what are '%S%', '%E%'
for example when i see Code: [Select]printf("Hello %srn", $name);
what does %s means
C problem struct and string
Hi guys,
This is my first post and I'm hoping the experts here can help me solve my problem.<
phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
PHP time (deadline within one week)
I have a column ['projdue'], which stores the deadline for a project.
I have PHP code and <
How to kill asynchronous postback / current postback?
Hi,here is my problem:I have a web site with many pages of which some may take time to process resul
Wierd echo error?
Hi, i got the most wierd php error ever and i don't know why..
Code: echo "<t
Undefined index: username HELP NEWBIE
I am trying a simple login/logout for my website. It works well with checking if the username exists
LSB (PHP 5.3) problem with static value!
hello,
i'm having a problem. static::$text variable gets lost at some point. can someone plea