disabling a button server-side then re-enabling client-side breaks button postback
I have a tabbed container and a button (not in the container) on a page. If the first tab is selecte
Query output more than expected
$query=mysql_query("SELECT * FROM players, communities, divisions WHERE dob BETWEEN '{$start_da
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
How to write on database when a link is clicked?
Hi,
I have a list of products in a gridview. When the link is clicked currently it takes to an ext
Need help Updating SQL Server Express DB from c# :(
Please can anyone help with:-
1 How to sructure the strSelect statement.
2 How to instruct
file_put_contents and createimagefromjpeg
All,
I do somethings and then I have the following code:
file_put_contents('./test/'.$filename
newbie error
what is wrong with this code ?
<html>
<body>
<?
list files from folder, only one for each date
I have many files in a folder and wish to only list one of each date
these are the file names
Beginner question regarding Array's
Hi everyone, the page im working on has an array of variable at the top...
Code: $define_li
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();