GET vs SUBMIT Button to show sections on one index.php page?
Just curious if one of these ways is better (i.e. more efficient) than the other.
I have a
I need to increse 6hours more, and i don't know how???
I need to increse 6hours more, and i don't know how???
<tr>
<t
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
Interpret Order
Hello all,
I'm wondering if I have this:
Code: $switch = array(
'one' =>
Cron Job and Output
I have php codes running under a cron job.
But everytime i output (echo) , it comes out as comple
Limiting uploaded file type
I am working on a simple upload script, and I need it to limit the allowed file type that is uploade
Database connection failure
Hello All,
I am trying to create new connection to Oracle DB 10.1,
I could not see a
Simple image grab script.
I was wondering if it was possible and if anyone knew how to make a simple php script that looks at
Using Curl_multi for processing multiple URLs
Hi,
I am at a loss as to how to implement this. I would like to be able to automatically assi
Using mysql_real_escape_string for displayed content
On my website users can input data into a textarea and it will store it in the mysql database. But,