Combining Two Queries
I have two scripts that each work fine by themselves. One is a search script with a variable that de
Unable to display contents in Second Drop Down Box
Hi All,
What I am trying to do is 2 dependent drop down boxes and when user selects su
Help with parsing this html
Hi,
I've got some html i just need a couple of strings from.. argh, it's freaking me out. I've t
multiple recipients + dbuser mail recall
Hello,
I am building a php login script.
When the user registers the script will send
an interesting question
Greetings folks, got to ask an interesting question...
let say
i have created a function s
CODE NOT WORKING
Code: [Select]<?php
//include shared codes
include '../lib/common.php';
include
Finding digits in variable containing text, and IDing them
$romanstock = "http://www.remoteprice.com/data.asp?storeid=123&itemcode=456&typ
Filling gaps in dates
So i'm doing a query for sales data and my return array looks like this
('date' => '20
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
Print 'a' to 'z' via for loop
A very simple problem..
How Can I print a to z NOT a to y ?
It is a part of a code where
<