PHP & Java
Hello,
can PHP code be used inside java code?
Code: [Select]<SCRIPT LANGUAGE=&q
mysql_query returning boolean instead of mysql ressource
Hi,
I seem to have a weird issue with the php command mysql_query. I pass 2 arguments the que
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
Error: SQL Syntax; Line 1
Code:
<?php require "global_settings.php"; ?>
<title&g
phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
Limiting uploaded file type
Hi. First post here
I am working on a simple upload script, and I need it to limit the allowed f
Problem with the Update command used with a sqldataadapter
I'm connected to a database on an SQL Server and I'm using a sqldataadapter, sqlconnection, sqldatas
PHP form authentication
Hi guys,
what am trying to achieve is this: Whenever a user tries to login to my website, an
How do I know when getBounds Method is ready to be called.
I have an application that changes out stylesheets client side. Once I change stylesheet the browse
Echoing If Function?
A script I am using has If statements in the comments form to basically tell the form what to do. Cu