Using loop to count number of entries
I'm writing a program that must ask user to type in numbers. After each entry, the program has to re
Error when call dll from oracle
Hi all, please help me!
I have dll write C language, I want call it from oracle procedur
MySQL Primary key gap
Alright, so I have a table with 26 entries in it (id, filename, caption) for my image randomiser (ht
values in array being escaped
I would like to submit some values - back to the same form for checking before processing...
Saving PHP output as a file
I wondered if anyone knows how to save the rendered output of a PHP script as a file?
I have
How to create a static html menu from a database
Hi,
I have built a small cms which allows me to create simple html pages and then upload them
switch form actions? not working
i want on submit to go to different pages according to the CatID
Code: <?php $CatID=$_
php mailer
How can i send a mail to large no, say 50,000 reciepients using [color=#0000FF]php mailer[/color]
Sufficient protection from bad input?
I am writing a simple script to let people upload 'pages' of their own content, be it simply a few b
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();