DELETE rows based on content
I have a link in my rows
$bit="http://bit.ly/abcd";
$query = mysql_query("D
Stumped by Third Day of Month problem
I am trying to build an algorithm that will essentially do this:
Code: [Select]$this_month = Oct
How to have a log of all the status a VIM document had been ?
Hi guys,
I’m using SAP Invoice Management plugin and the /OPT/VIM_ANALYTICS transa
line breaks in between fetched file names
Hi,
I have this code:
Code: <?php
if($dir = opendir('files')){
while (($f
Blank record injected into database
I always found several blank records inside my database, although $SESSION is required to insert the
foreach and array need help combining
Hi guys.
Here's the code
Code: array(
'tag' => 'code',<
help retrieiving results and doing pagination
Having some trouble trying to get the results to show on more than just one page.
What is ha
question about n
I was looking at some of the things you could do with php and one of the things I have tried is n.<
Simple code help with redirects
I am trying to figure out a redirect script that detects if the browser is IE 7 and if it does, redi
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<